Commit Graph

5 Commits

Author SHA1 Message Date
bc093ef4e4 Cleaned up the cmake file. Imports SFML, CL, and GL now.
But I'm not sure how well it will work on windows so I need
to test that out. Also added a stack overflow snippet to
check your compute devices and give their opencl version
2016-08-09 18:31:02 -07:00
8f809f5f70 Starting on OpenCL, got cmake to link it correctly, and started on
a minimal example
2016-08-08 22:33:47 -07:00
bf45af9bab Added the SFML vector class. Need to extend it to have
the vector operations I want
 Changes to be committed:
	modified:   CMakeLists.txt
	modified:   README.md
	renamed:    src/Curses.h -> include/Curses.h
	new file:   include/Vector3.h
	new file:   src/Vector3.cpp
2016-08-08 15:39:36 -07:00
Mitchell Hansen
921c5b3266 Added root question for CMake on windows 2016-07-17 21:29:31 -07:00
Mitchell Hansen
12a33740f9 init 2016-07-17 20:41:38 -07:00