-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comment #4
Comments
Excuse me? I want to know how to run it, thank you! |
Excuse me? I want to know how to run it, thank you! |
@WhyICanNotDo to run the project you will need to build it yourself using a C++ compiler that is compatible with Makefiles. Right now the Makefile is configured for Linux systems using X11. It isn't much work to get it working on Windows though if you need to. You will also need to ensure that you have GLEW and GLFW available. If this sounds difficult to you, I recommend trying out my Godot volumetric clouds demo instead. https://github.com/clayjohn/godot-volumetric-cloud-demo it is much easier to run |
@clayjohn Thank you very much! |
Comment various aspects of this project so it makes sense when I come back to it later
The text was updated successfully, but these errors were encountered: