MitchellHansen
3f19c2e13d
Cleaned up some stray GL shit
7 years ago
MitchellHansen
8c193acd40
quick save before the main.cpp refactor
7 years ago
System Administrator
f36b7ebb21
Added macOS compatability again
8 years ago
MitchellHansen
0047db0a65
Not sure if I'm a huge fan that I have to specify the folders in the includes now
8 years ago
MitchellHansen
afa6ce463a
Whoops, forgot to remove the old stuff
8 years ago
MitchellHansen
3571bdcd61
Fixed all the compiler warnings, fixed depreciated screenshot function
8 years ago
MitchellHansen
88e69721e1
Fixed the linux build, added C++14 flag for std::make_unique
8 years ago
MitchellHansen
0e1e9af37c
More work on the event system, sf::Events are completely wrapped now.
8 years ago
MitchellHansen
0974ab9e83
Some tweaks to get the linux build running -fixed
8 years ago
MitchellHansen
51a08fc0bb
Various tweaks and modifications
...
Some preliminary testing of map
8 years ago
MitchellHansen
5e58ade16f
Modified CMake to now find and link GLEW
...
Slight tweaks to how CMake interacts with VS
Added small OpenGL testing class which draws over the raycasted image
Going to use Gl to start helping with debug / enabling hybrid rendering
8 years ago
MitchellHansen
d1bd4ce667
The new rendering method now works on the full compat case.
...
Added a kernel to help test opencl data passing
renamed the kernels, buffers, etc.
8 years ago
MitchellHansen
391dc63ec8
Bit of fiddling around while refractoring
8 years ago
MitchellHansen
edd8075afb
Added a quick printout of the hardware info. Running into a problem choosing between platforms, going to abstract CL out into it's own class and hide all that logic
8 years ago
mitchellhansen
49817f94b7
Had a linking problem in the CMakeLists, fixed.
...
Added a test file to check for cl/gl interop support & supported cl version
Finished CL setup up to the creation of the command queue
8 years ago
mitchellhansen
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
8 years ago
mitchellhansen
8f809f5f70
Starting on OpenCL, got cmake to link it correctly, and started on
...
a minimal example
8 years ago
mitchellhansen
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
8 years ago
Mitchell Hansen
921c5b3266
Added root question for CMake on windows
8 years ago
Mitchell Hansen
12a33740f9
init
8 years ago