-
Notifications
You must be signed in to change notification settings - Fork 72
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
Windows compatability #1
Comments
check the readme |
According to the README file:
The application will not be ported to other platforms (like Windows for example). However if you have some C++ knowledge you can modify the |
If it is not working on Windows, you can try Windows Subsystem for Linux or a virtual machine running Linux. |
I don't think WSL supports GUI yet, at least not well. Also, the readme said that only Mac OS is supported. I could probably make some changes to get it working on Linux though |
You realize you're talking about Linux, but it specifically says it only supports Mac. It might work natively on Linux because macOS is Linux with a fancy hat on top. |
@codinggamingandmhs Actually Mac OS is based of BSD (however there are a lot of similarities with Linux). https://en.wikipedia.org/wiki/Berkeley_Software_Distribution says:
However. BSD's / Mac OS's APIs have many differences than Linux - for example Mac OS uses a custom graphics API - however the majority of libraries like GLFW already support this. |
Huh. I never knew that! |
No description provided.
The text was updated successfully, but these errors were encountered: