ParticleSimulator
ParticleSimulator copied to clipboard
A particle simulator written with C++ SFML OpenGL and demonstrating my ability to mess up code
Hii have cloned the repo and also installed sfml,glew and glm.Now i have created my_psim_build directory inside PaticleSimulator .But i don't know what to do next?How to run the program...
Hi I tested the application on OSX 10.10 with simple `cmake` commands but the application is showing empty windows (black) I also have the following log at startup: ``` Particle...
It would be an interesting idea to allow users to set a basic shape for aligning particles, as the initial force applied can create some cool effects with just squares....
SFML context settings currently do not work, when specified `majorVersion=3` and `minorVersion=3` they currently do **not** work. Somehow this needs to be fixed to allow later versions of GLSL to...
Vertex chunking offers some much needed performance gain that this simulation could use. The master branch, written with the fixed function pipeline, does just this. Refer to the master branch...