Comment
Comment various aspects of this project so it makes sense when I come back to it later
Excuse me? I want to know how to run it, thank you!
Comment various aspects of this project so it makes sense when I come back to it later
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!