Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.12 KB

CLParticles

Calculating particles with OpenCL 1.2 and rendering with OpenGL 4.6

Screenshot: Screenshot

Video: https://www.youtube.com/watch?v=VTs5xOGDT5w

Dependencies

Building

Prerequisites

  • Visual Studio 2017
  • Python
  • CMake

Build gl3w

cd gl3w
python gl3w_gen.py

Build glfw

cd glfw
mkdir build
cd build
cmake -G "Visual Studio 15 2017 Win64" -DBUILD_SHARED_LIBS=ON -DUSE_MSVC_RUNTIME_LIBRARY_DLL=ON -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_EXAMPLES=OFF ..

Open 'GLFW.sln' in the bild directory and build Debug and Release configuration