gpuray_glsl

view README @ 0:f234630e38ff

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 09 Nov 2014 13:03:36 +0200
parents
children
line source
1 To compile just type make. Install a recent version of the g++ compiler,
2 preferable 4.7, as the code is written according to the recent C++11 standard.
4 Copyright 2012 John Tsiombikas <nuclear@member.fsf.org>
5 You may use, modify, and distribute the program under the terms of the GNU
6 General Public License version 3, or at your option, any later version published
7 by the Free Software Foundation. See COPYING for details.
9 Dependencies:
10 - GLUT: http://freeglut.sourceforge.net
11 - libimago: http://code.google.com/p/libimago