Blame view

README 584 Bytes
52a5fe9d   dmayerich   Added double supp...
1
2
  I've just added support for double-precision values. This allows simulation of extremely small (nano-scale) particles, however a GPU with a compute capability of at least 1.3 is required.
  
212273d5   dmayerich   Added README.
3
4
5
6
7
8
9
10
11
  TrueEyes requires the following libraries:
  
  GLUT (OpenGL Utility Toolkit) http://www.opengl.org/resources/libraries/glut/
  GLEW (OpenGL Extension Wrangler) http://glew.sourceforge.net/
  Qt http://qt-project.org/
  RTS (my personal codebase) https://github.com/dmayerich/RTS
  CUDA http://www.nvidia.com/object/cuda_home_new.html
  
  If CMake is unable to find these, make sure to specify their locations.