63 Commits (a77c6d76f0733edd94041fd2f3ada2462caa1cef)
 

Author SHA1 Message Date
mitchellhansen a77c6d76f0 .
4 years ago
mitchellhansen 7527694fd2 compiles, doesn't run. Not sure where I left this...
4 years ago
mitchellhansen b98c7312cc .
4 years ago
mitchellhansen c06d884050 got a good obj file, finally
4 years ago
mitchellhansen 00a4a4275a .
4 years ago
mitchellhansen 73df55b689 tweaking for 2d
4 years ago
mitchellhansen 339351c207 remove platform specific uses
4 years ago
mitchellhansen b37fd66164 .
4 years ago
mitchellhansen 4955909aa8 tweaking for 2d
4 years ago
mitchellhansen b989146249 better gitignore
4 years ago
mitchellhansen b67a180341 why is this not part of the repo
4 years ago
mitchellhansen 14b0948b9c actually, the interface for writing isn't too bad. It just sucks when you want to write data from a system
5 years ago
mitchellhansen 54e89a28ba I optimized for rendering, and made a horrific writing API, smh
5 years ago
mitchellhansen ebf5aa0ac4 I like the way this renders, but the implementation is an absolute disaster...
5 years ago
mitchellhansen 4a041cc833 mutzing about with a fps renderer. I am satisfied with this imgui thing I have going on. But it's a bit bone headed to have these two components so tightly coupled
5 years ago
mitchellhansen e376241aae shadowing is back, need to figure out how I want to handle these direcitonal lights....
5 years ago
mitchellhansen c625dc61af fixed the lights, but I somehow broke shadowing
5 years ago
mitchellhansen da2c6a436a adding texturing, getting sidetracked by config loading
5 years ago
mitchellhansen 2b77153f10 config works great, mesh colliders v mesh colliders are very sticky...
5 years ago
mitchellhansen f4c6391e37 strange things are afoot at the circle-K
5 years ago
mitchellhansen 26f2cf4836 this is jank, but a good start
5 years ago
mitchellhansen c2b62a5f53 entity spawning. great success
5 years ago
mitchellhansen a1305bed2d musing about config/savestate loading
5 years ago
mitchellhansen d0a2893056 minimal logging
5 years ago
mitchellhansen 85376e5b17 better to use a struct for the raw mesh data
5 years ago
mitchellhansen e5815ce0d6 working on loading materials
5 years ago
mitchellhansen e3c1ce7789 going to make entity spawning a little easier
5 years ago
mitchellhansen 722bf45a7a refactor out to multiple files
5 years ago
mitchellhansen 097a6e8003 lazy_static is neat... and intel's vulkan drivers are not. Blacklist debug functions on this machine since apparently the debug extension is buggy
5 years ago
mitchellhansen fa059fd177 imgui piped sort of how I want it. but not really
5 years ago
mitchellhansen d12083506b camera pausing, weird resizing crashes. Not sure what to tackle next.
5 years ago
mitchellhansen 813a5c5e64 that's how it's done, this winit shim is pretty small so I'mma just steal it and substitute my custom events in my own local winit shim
5 years ago
mitchellhansen 6fb6e433fb renders great. need to 2 step it so I can render in the other systems, and figure out how to get winit events into the system. bleh
5 years ago
mitchellhansen 0a7fe889d2 got stuff on the screen, but imgui aint happy
5 years ago
mitchellhansen 2370ce4974 halfway through imgui, the context is really not ergonomic
5 years ago
mitchellhansen 60ab3bebd8 upgraded to 0.7.0
5 years ago
mitchellhansen a7c74fc47e going to update wgpu
5 years ago
mitchellhansen 9824c1ad61 should a directional light even have roll?
5 years ago
mitchellhansen 9665a70bac going to switch the lights over to using position, or maybe flesh out directional light more
5 years ago
mitchellhansen 2c9ce75b8b rotation from physics
5 years ago
mitchellhansen b18ea7371a camera sorta works using the old voxel-raycaster style of spherical coords
5 years ago
mitchellhansen 9c48da280c Bam! Camera movement, pure jank implementation but on the right track
5 years ago
mitchellhansen 189805dd13 lots of skeleton stuff. lots of hacking. mostly hacking
5 years ago
mitchellhansen 9f4c8a856c Wow, ECS is really amazing for this kind of work. Physics are attached to renderable entities and render as expected!
5 years ago
mitchellhansen fe45a9f166 small amount of cleanup, nphysics also seems to be getting phased out for rapier
5 years ago
mitchellhansen 76a21ec73b adding physics and collision
5 years ago
mitchellhansen f3e308cb2f resizing fixed
5 years ago
mitchellhansen e2c459872f cleanup. bringing in ncollider
5 years ago
mitchellhansen 9dffd6797c and the problem was a query that I mis-typed. damn
5 years ago
mitchellhansen 3d87d11485 still trying to get this thing to render. it, for a split second rendered correctly. But now no dice..
5 years ago