Boomaa23 / open-ds

A reverse-engineered lightweight cross-platform FRC Driver Station
https://boomaa23.github.io/open-ds/
Other
43 stars 8 forks source link

Replace JInput with GLFW #1

Closed Boomaa23 closed 3 years ago

Boomaa23 commented 3 years ago

GLFW is just better. No more unzipping into a temp folder and doing illegal reflection! Does make the final jar 1.6MB (as opposed to 600kb).

Boomaa23 commented 3 years ago

Having this issue on Linux only: https://github.com/LWJGL/lwjgl3/issues/149. Pushed c10a3cf74b19a8af65ecff1986a69ba81c17c73b to fix it by just hiding the Joystick window instead of disposing of it (Linux only).