Skip to content
/ nBody Public

Program use OpenCL to simulate an argonne krystal

License

Notifications You must be signed in to change notification settings

ba50/nBody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a modification of OpenCL program from:
http://enja.org/2010/08/27/adventures-in-opencl-part-2-particles-with-opengl/
and it's only for education goals

We demonstrate OpenCL and OpenGL context sharing by making a simple particle system.

Build:
make a build directory and build the tutorial
mkdir build
cd build
cmake ..
make

execute the example program
./nBody.x


NOTES:
Followed this tutorial to learn about VBOs
http://www.songho.ca/opengl/gl_vbo.html

About

Program use OpenCL to simulate an argonne krystal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published