realtime_clouds icon indicating copy to clipboard operation
realtime_clouds copied to clipboard

Comment

Open clayjohn opened this issue 7 years ago • 4 comments

Comment various aspects of this project so it makes sense when I come back to it later

clayjohn avatar Mar 22 '18 18:03 clayjohn

Excuse me? I want to know how to run it, thank you!

WhyICanNotDo avatar Jul 11 '22 11:07 WhyICanNotDo

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 avatar Jul 11 '22 11:07 WhyICanNotDo

@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 avatar Jul 11 '22 21:07 clayjohn

@clayjohn Thank you very much!

WhyICanNotDo avatar Feb 06 '23 11:02 WhyICanNotDo