Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linux support #8

Open
natandiasm opened this issue Jan 2, 2023 · 1 comment
Open

Add Linux support #8

natandiasm opened this issue Jan 2, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@natandiasm
Copy link

Add Linux support for this lib?

@LuanRoger
Copy link
Owner

The lib is using the Win32 API to get XInput commands, so it's not supported Linux at all.
A way to implement Linux support is adding some other API/library to act side-by-side with the Windows one, but this can be hard to maintain.

So a better way to make the things work is implementing a lib that support both, and a lib that can fit the job is SDL. This approach will not only implement Linux support, but MacOS and even Android.
For now I'm not plaining to implement more OSs support, but I'm not gonna close this issue because some day I'm will implement.

@LuanRoger LuanRoger added enhancement New feature or request help wanted Extra attention is needed labels Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants