MitchellHansen
|
3aaffce566
|
Refactored and commented the Hardware Caster. Cleaned up many small things
|
8 years ago |
Mitchell
|
86cc088609
|
Update README.md
|
8 years ago |
Mitchell
|
115f624d1c
|
Update README.md
|
8 years ago |
Mitchell
|
0b3b1660ff
|
Update README.md
|
8 years ago |
Mitchell
|
29f7ab2037
|
Update README.md
|
8 years ago |
MitchellHansen
|
50c6d68944
|
Switched Utils name back. Converted the current debug text over to ImGui.
|
8 years ago |
MitchellHansen
|
15fb922c27
|
Had some include troubles, renamed util but need to rename it back to .hpp. Switched the fps counter to run with imgui
|
8 years ago |
MitchellHansen
|
394c9821fc
|
added imgui to the app
|
8 years ago |
MitchellHansen
|
033e29d9b1
|
Fixed small ifdef bug, added quick-sfml-templates fps graph
|
8 years ago |
MitchellHansen
|
b7d4191d82
|
Fixed mac compatability
|
8 years ago |
System Administrator
|
f36b7ebb21
|
Added macOS compatability again
|
8 years ago |
MitchellHansen
|
0a457f50a6
|
A decent amount of progress on voxel traversal. Converted most of it to C code to make the CL version easier
|
8 years ago |
MitchellHansen
|
04a68c1dec
|
Fixed a small bug regarding to AMD vs Intel OpenCL implementations
|
8 years ago |
MitchellHansen
|
d2d759810f
|
Merge branch 'master' of http://github.com/mitchellhansen/voxel-raycaster
|
8 years ago |
MitchellHansen
|
cd360fde81
|
Added pdf
|
8 years ago |
MitchellHansen
|
49253f4907
|
small tweak
|
8 years ago |
MitchellHansen
|
b0188909a3
|
added the bitset idx tracking
|
8 years ago |
MitchellHansen
|
043eeecb80
|
Initial traversal of the heirarchy
|
8 years ago |
MitchellHansen
|
0c9ef2ae6a
|
It seems that the octree has been built correctly. Going to use bitset to count children, not sure how I'm going to determine what quadrants they lie in. Perhaps masks?
|
8 years ago |
MitchellHansen
|
6534e3303b
|
One more file
|
8 years ago |
MitchellHansen
|
0f786b8647
|
still puzzling over how to do the voxel traversal
|
8 years ago |
MitchellHansen
|
91e9de347e
|
It's time to do the voxel traversal. Going to need to come up with a linear algorithm that doesn't take forever
|
8 years ago |
MitchellHansen
|
6c368183e9
|
Merge branch 'master' of http://github.com/mitchellhansen/voxel-raycaster
|
8 years ago |
MitchellHansen
|
f60c475531
|
removed a few bugs relating to terminating sockets prior to program end.
|
8 years ago |
Mitchell
|
ddc5e8c080
|
Update README.md
|
8 years ago |
MitchellHansen
|
44db8dcaf8
|
Merge branch 'master' of http://github.com/mitchellhansen/voxel-raycaster
|
8 years ago |
MitchellHansen
|
ab1fcb9678
|
Hooked up the phone controller to the light and added a demo video at 1440x900
|
8 years ago |
MitchellHansen
|
e364c5380d
|
Lights are now working correctly. Need to update the kernel to account for multiple lights, and add sfEventSubscriber to the LightHandler
|
8 years ago |
MitchellHansen
|
6e0d5814e1
|
Added some documentation on the lights. Got most everything tidied up. Having some issues with std::moving unique ptrs. Going to change them to shared_ptr
|
8 years ago |
Mitchell
|
9b85ce13c3
|
Update README.md
|
8 years ago |
MitchellHansen
|
bfb6d922a3
|
Working on lights, I'm conceeding and just using a fixed array. I think it will be faster in the long run, as I won't have to rebind the lights when I add/remove one. Also wrestling with really lame compiler erros with these templated pointers
|
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
|
eb54125a64
|
Added a function which creates VS filters that match the directory structure.
|
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
|
fa047f9e3a
|
Wrestling with the compiler to pass these shared_ptr's
|
8 years ago |
MitchellHansen
|
a01b089d12
|
Still wrestling with a good way to hide the packing
|
8 years ago |
MitchellHansen
|
effed8a2bf
|
Working more on the lights. Trying to get around the packing requirements for passing data to CL
|
8 years ago |
MitchellHansen
|
3f0a99a435
|
getting started on the lights
|
8 years ago |
MitchellHansen
|
03a7ee43fd
|
working on a little maze generator for the demo
|
8 years ago |
MitchellHansen
|
a69f7258f4
|
Netork control of the camera now works, slight hitch every few seconds though. Not sure how to track that down
|
8 years ago |
MitchellHansen
|
8d2fc26929
|
Merge branch 'master' of http://github.com/mitchellhansen/voxel-raycaster
|
8 years ago |
MitchellHansen
|
61ab5682da
|
SFML packets have no documented structure so I had to packet them out myself. Low Energy
|
8 years ago |
Mitchell
|
4653cbdecb
|
Update README.md
|
8 years ago |
MitchellHansen
|
d4615bed6f
|
Merge branch 'master' of http://github.com/mitchellhansen/voxel-raycaster
|
8 years ago |
MitchellHansen
|
1627fe4572
|
Textures were suprisingly trivial with the plane intersection code hashed out
|
8 years ago |
MitchellHansen
|
ccdcb382fd
|
Bringing up to date before I try something
|
8 years ago |
Mitchell
|
7ea7bfc951
|
Update README.md
|
8 years ago |
Mitchell
|
519a470d33
|
Update README.md
|
8 years ago |