268 Commits (8a1eb5e43008b72d9160bb536a904f3515e0ca19)
 

Author SHA1 Message Date
MitchellHansen 8a1eb5e430 Running on windows, for some reason doesn't crash as well
7 years ago
mitchellhansen 8f6ecae4cb really bad crashing, need to debug this on a cpu only machine
7 years ago
mitchellhansen 8f822e14f7 Have some real bad lock ups when the oct is semi full
7 years ago
mitchellhansen 6650eb784d Slightly closer, for some reason the face mask has been -1 and 0 this whole time????
7 years ago
mitchellhansen 86bcd4f0ae Well I got something coming up, performance is worse than I was hoping, but there's a lot of optimization to go
7 years ago
mitchellhansen 24a97e47e1 hackily adding the event count to the graph
7 years ago
mitchellhansen 5a47d3bad4 Debugging of a mouse polling issue, refactored the graph thing and finished tweaking it, added a few profiles to the graph, so pretty
7 years ago
mitchellhansen 29612edd61 changed to c++ input args. Also, C++11 is the one true god
7 years ago
mitchellhansen 7679a5a938 modifying multilines to fit what I want it to do
7 years ago
mitchellhansen dd44955f33 Updated Imgui and ImguiSFML
7 years ago
mitchellhansen 33a8e3af8b working on a more versitile fps counter, but need to move to the newest imgui first
7 years ago
mitchellhansen d431352e8f Added display for settings buffer data
7 years ago
mitchellhansen 6464fceece Added enabling and disabling of the octree from the settings buffer
7 years ago
mitchellhansen d2bc5e483a The settings buffer is fully operational
7 years ago
mitchellhansen da461a0ee4 Removed the rest of the compiler warnings
7 years ago
mitchellhansen fb6557fba2 Cleaned up includes, fixed compiler warning
7 years ago
mitchellhansen bb8f87267b Fixed a segfault on shutdown
7 years ago
mitchellhansen c17d937ee5 Fixed the most common crash on exit, still one more hiding and crashing in libc
7 years ago
mitchell hansen d6bdcbdeca Leaving it compiling at least, CL seems to have broken at some point on my thinkpad
7 years ago
mitchellhansen 51be54c964 partway through some documentation and bug fixing
7 years ago
mitchellhansen 176d9f7a54 And also made the camera react to gravity, not fall through the floor
7 years ago
mitchellhansen c698711fdf Finally converted the camera lens to a proper frustrum, no more fish eye
7 years ago
mitchellhansen cc0b078e17 changed the paths in cmake, fixed two dumb sigabrts on termination
7 years ago
mitchellhansen 7bb1c5100f update readme
7 years ago
mitchellhansen 2baabf5bc5 Holy hell, finally got this working with an R9 390 + Ubuntu.
7 years ago
Mitchell d3a9c95ef7 Update README.md
7 years ago
MitchellHansen 40634837a9 Porting over the traversal algo to do some in situ programming. Running into some pretty bad register pressure bottlenecks. Might pivot to thinking about the multistage kernel for a bit
7 years ago
MitchellHansen 36bf5697fa Tweaking, fixed a very old off by one bug on voxel gen
7 years ago
MitchellHansen dcf355c636 Small tweaks while debugging. Will get 1:1 traversal working 100% before tackling jump_power
7 years ago
MitchellHansen 513a827645 Worked out a bit more of the traversal. Up to the point of assessing the situation with intersection_t updating
7 years ago
MitchellHansen 3f09515c0a Update video demo, tweaking my refactor of the maps. Working on downwards navigation in the oct traversal
7 years ago
MitchellHansen c35f867c76 Shuffling the map stuff around to make more sense structurally. Also shrunk the scope of the demos wayyyy down to facilitate easier debugging in my next planned steps
7 years ago
MitchellHansen 242aaaa485 Tweaking the blinn-phong function
7 years ago
MitchellHansen 76189ef0b4 Optimizing, fixing things in the kernel. More oct work
7 years ago
MitchellHansen 8894d5e3a7 Still plucking away at the octree traversal
7 years ago
Mitchell 618535fed7 Merge pull request #2 from MitchellHansen/octree-develop
7 years ago
MitchellHansen 77e283a4ce 256^3 rendering at 15FPS WITHOUT THE TRAVERSAL ALGORITHM! This thing's gonna FLY!
7 years ago
MitchellHansen b9c1bef7bc Fixed a small bug that was breaking the far ptr's
7 years ago
MitchellHansen 2519532172 committing in a broken state, we got problems with the far pointers. Acting as absolute when should be relative
7 years ago
MitchellHansen 787e308bcb Removed the demo movement, added fog, correctly this time!
7 years ago
MitchellHansen f733ca4aec 'Demo Mode' release
7 years ago
MitchellHansen 87b7f60fa0 found it, wasn't handling the intersection case
7 years ago
MitchellHansen ed99716565 More optimizing, removing some dumb casts. Some are needed though when they really shouldn't be? Also somehow broke shadowing in the last few commits and never noticed D=
7 years ago
MitchellHansen c5c65474d6 ~10 FPS from moving some oct stuff to const, ~0.5 fps from adding a few more consts to initializers in the kernel
7 years ago
mitchellhansen 58ef1da02a Did this work?
7 years ago
mitchellhansen 2d2a854f0f This is going to require a major rewrite of every component of this program. Going to revert back to the linear game loop for now
7 years ago
MitchellHansen 5fcf1c0e44 working on the frame controller, this might get messy
7 years ago
MitchellHansen 4d6cecc7e0 Thinking about doing a simple scheduling system next. Perhaps tick tied to the step_size?
7 years ago
MitchellHansen a280005bd9 It's the year 2017. Why the hell does VS not autosave?
7 years ago
MitchellHansen 3ff6fb0b14 Adding a method of rendering GUI's that avoid the whole throwing raw
7 years ago