#What is it? The aim was to simulate around 3 millions particles @ 60fps with no CPU allocation. This project use OpenCL/OpenGL interop to create and animate all particles.
#Dependencies
- OpenCL
- OpenGL
- GLFW3 (included)
- glm (header only, install it with your favorite package manager)
##How to build ?
cmake .