You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Software adapter for various Chunithm slider controllers with a built-in Brokenithm web controller. Has support for keyboard/gamepad output and LED lighting.
> Starting 0.2.0, there are reports that windows defender may block this software. You may need to disable windows defender the first time you run slidershim. If you are not comfortable with this, you can [download an older version here](https://github.com/4yn/slidershim/releases/tag/v0.1.4) that is known to be OK with windows defender.
@@ -50,6 +60,7 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
50
60
- slidershim supports the GAMO2 Tasoller and Yuancon Laverita v2 controllers on HID firmware.
51
61
- If you are using a Tasoller controller, make sure it has the correct HID firmware installed.
52
62
- If your hardware controller is not one of these, it will not work.
63
+
- If you have a device that communicates using serial protocol, chances are it will work with the "Diva Slider over Serial" option
53
64
- Hotplug is not supported. If you plugged in the controller after starting slidershim, re-connect your controller by just clicking the "Apply" button (even if it is grey).
54
65
55
66
</details>
@@ -80,6 +91,13 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
80
91
81
92
</details>
82
93
94
+
<details>
95
+
<summary><strong>slidershim 2.0 crashes right after I turn it on</strong></summary>
96
+
97
+
I'm not sure why this happens. I suspect some cases are because of windows defender and other antivirus software stopping the process while running. Try disabling antivirus or using an [older version of slidershim](https://github.com/4yn/slidershim/releases/tag/v0.1.4).
98
+
99
+
</details>
100
+
83
101
<details>
84
102
<summary><strong>I am still having problems</strong></summary>
85
103
@@ -97,8 +115,8 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
97
115
98
116
## Technical Information
99
117
100
-
- Built with Rust, [tauri](https://github.com/tauri-apps/tauri) + [Svelte](https://github.com/sveltejs/svelte), [rusb](https://github.com/a1ien/rusb), [vigem](https://github.com/ViGEm/ViGEmClient)[-client](https://github.com/CasualX/vigem-client), [hyper](https://github.com/hyperium/hyper/), [tokio-](https://github.com/snapview/tokio-tungstenite)[tungstenite](https://github.com/snapview/tungstenite-rs) and [serialport](https://crates.io/crates/serialport)
101
-
- USB device polling is done on a dedicated thread while everything else is done on a async runtime.
118
+
- Built with Rust, [tauri](https://github.com/tauri-apps/tauri) + [Svelte](https://github.com/sveltejs/svelte), [rusb](https://github.com/a1ien/rusb), [vigem](https://github.com/ViGEm/ViGEmClient)[-client](https://github.com/CasualX/vigem-client), [hyper](https://github.com/hyperium/hyper/), [tokio-](https://github.com/snapview/tokio-tungstenite)[tungstenite](https://github.com/snapview/tungstenite-rs), [serialport](https://crates.io/crates/serialport), [dtolnay/cxx](https://github.com/dtolnay/cxx) and [wjwwood/serial](https://github.com/wjwwood/serial)
119
+
- USB device and serial polling is done on a dedicated thread while everything else is done on a async runtime.
102
120
103
121
### Repository Layout
104
122
@@ -110,7 +128,7 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
110
128
## Planned Features
111
129
112
130
- Major:
113
-
- Support AC slider serial protocol
131
+
-✅ DONE: Support AC slider serial protocol
114
132
- Output and LED websocket adapters when UMIGURI comes out
0 commit comments