Blame view

README 754 Bytes
0c9bf8ae   dmayerich   Case-sensitive er...
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.

  

4385ea8c   dmayerich   Fixed a typo.
3
  This software requires the following libraries:

0c9bf8ae   dmayerich   Case-sensitive er...
4
5
6
7
8
9
10
  

  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

  

4385ea8c   dmayerich   Fixed a typo.
11
  If CMake is unable to find these, make sure to specify their locations.

39a7d6e9   dmayerich   Added dialog supp...
12
13
14
15
  

  Known Bugs in Source Version

  ---------------------------------

  *)  Simulation of the spectrum at the shortest wavelength is returning NaN in Linux.