Zed A. Shaw zedshaw
zedshaw pushed to master at games/raycaster 2026-02-13 17:38:31 +00:00
2cef58be69 Found it. I was taking a reference to a function pointer that was on the stack.
zedshaw pushed to master at games/raycaster 2026-02-13 16:10:22 +00:00
2484802d93 Torches are now flipped, but next is that same crash.
zedshaw pushed to shock_the_monkey at games/learn-vulkan 2026-02-13 04:24:29 +00:00
c821ab52a1 ImGUI is now gone.
zedshaw created branch shock_the_monkey in games/learn-vulkan 2026-02-13 04:06:34 +00:00
zedshaw pushed to shock_the_monkey at games/learn-vulkan 2026-02-13 04:06:34 +00:00
196b3098e8 Fix the memory error by adding the mesh to the main delete queue.
zedshaw pushed to master at games/raycaster 2026-02-12 17:59:42 +00:00
0e8b661273 Figured out the crash, but want to see what valgrind would say.
zedshaw pushed to master at games/raycaster 2026-02-11 18:57:26 +00:00
aaf5aa4165 Arena is now using the new animate2 but needs to be fixed.
zedshaw pushed to master at games/raycaster 2026-02-11 18:01:03 +00:00
547e8ec993 The animation tool now works and I used it to design an idle animation with the classic bounce.
zedshaw pushed to master at games/raycaster 2026-02-09 18:58:35 +00:00
80f100f223 Can now apply a shader using the animation's timer but not sure if there should be shaders on animations or outside or both.
zedshaw pushed to master at games/raycaster 2026-02-07 18:05:30 +00:00
0d481a5ab7 Animator won't crash anymore when there's an error, and instead displays an error message.
zedshaw pushed to refactor_c_style at games/learn-vulkan 2026-02-07 16:30:01 +00:00
b797bfa6aa Fix the make clean/make run steps so the basicmesh.glb is always there.
zedshaw pushed to master at games/raycaster 2026-02-06 18:39:41 +00:00
46f34828e4 Sound is now working, and the animator tools will play them and also has mute.
zedshaw pushed to master at games/raycaster 2026-02-06 17:23:32 +00:00
a4ffacdb18 Fix up the animator to show the initial form.
zedshaw pushed to refactor_c_style at games/learn-vulkan 2026-02-06 16:55:38 +00:00
b3cdf37045 Total mess. The instructions significantly fall apart at this point and I'll have to go reverse engineer the working version from the course's git repo.
7ae6a63295 Cleanup some of this init code.
Compare 2 commits »
zedshaw pushed to refactor_c_style at games/learn-vulkan 2026-02-05 05:54:16 +00:00
11ed1540ab Managed to get the monkey to load by patching simdjson 3.3.0 to fix a dubious 3 lines of code as mentioned here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280590 then have fastgltf _NOT_ download simdjson again.
zedshaw pushed to master at games/raycaster 2026-02-04 20:10:14 +00:00
4356b1535e Animation tool now lets you cycle through different sequence/transform 'forms' and shows you which one you're viewing.
zedshaw pushed to master at games/raycaster 2026-02-04 05:59:34 +00:00
07b2102f59 The gorious Lord Keith the Rat King can now have easing and motion functions that are defined in json and hot-reloaded.
zedshaw pushed to master at games/raycaster 2026-02-04 05:14:44 +00:00
383f839fdf Update Makefile to do the new animator command line options.
77643a4bcd Can now specify a background to render the sprite on.
Compare 2 commits »
zedshaw pushed to master at games/raycaster 2026-02-04 04:30:24 +00:00
fc01579232 Space now stops/starts the animation.
zedshaw pushed to master at games/raycaster 2026-02-04 04:24:46 +00:00
961a470844 Animator now starts off as being the size of the sprite.