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

Support for Linux #1

Open
ghost opened this issue Aug 11, 2022 · 1 comment
Open

Support for Linux #1

ghost opened this issue Aug 11, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 11, 2022

Could you add support for Linux (or Unix-like systems in general)?
This appears to be a Visual Studio project, so in order to port this to other systems, a universal build system should be used.
You can assign me to this issue (if you'd like) so I can do this for you since I'm on Linux and you don't appear to. (I'll do this in a PR, of course.)

I'll probably use SCons, it's the same build tool that Godot uses. I've tried it, and it's great! Other options are Make (which is absolute sh_t) and CMake (even sh_ttier than SCons, but that's what everybody uses).

I tried using WINE with this, but it complains about DLLs. I'm sure those DLLs can be found easily and downloaded from the internet, but running with WINE is still a rather tricky task.

Also, cool project! I amazed at how you learned OpenGL3 and created your own renderer! What tutorial did you use?

@ghost
Copy link
Author

ghost commented Aug 11, 2022

I'm guessing that the dependencies are GLM, GLFW, OpenGL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants