-
Notifications
You must be signed in to change notification settings - Fork 1
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
Linux? #1
Comments
Linux support is planned, also planned Android support and possibly iOS support. There was already an attempt two years ago to do this through a QT, but she stopped. Now I am in search of a high-quality cross-platform rendering and network library. In current time I am considering QT and SFML. By the way, If you can give advice in this matter, I will be grateful. |
That's great news!
Most of the re-implementation of classic games are using SDL2, but perhaps that is too low level.. You can also consider GLFW. |
Thank you! Unlike SFML, GLFW don't have network support "from box", but SDL2 have that (similarly with sound suppor). I have already compared many libraries, but so far I have not found a better SFML. SFML have sound module, network module and graphics module. Also seems SFML to have Android and iOS support. |
If you port to linux, you be my hero. ^__^ |
This issue will definitely be resolved with engine change to SFML. |
Today project has migrate to SFML. If you want you can compile it for linux I think. |
That's great news. I took a quick look and still need to check how it could be compiled either using Make or CMake, but that should be easy to fix, compared to port the engine 😄 . Once we solve that, I strongly recommend to add some CI tests to make sure each commit compiles in different platforms. |
If you can do it, please let me know. Thank you! |
I was wondering if Linux support is planned.
Thanks!
The text was updated successfully, but these errors were encountered: