View all by keithwang
keithwang
Follow keithwang
Follow
Following keithwang
Following
Add To Collection
Collection
Comments
Devlog
Taskbar Quest
←
Return to Taskbar Quest
Devlog
Hit counter added
March 22, 2025
by
keithwang
I added SDL3_ttf to the project and added a hit counter to it. Now every time the knight performs an attack, there will be a text showing how many attacks have been performed. Luckily it barely raises...
Continue reading
SDL demo released
March 20, 2025
by
keithwang
I have switched the project to SDL3 and released a demo. It has a smoother frame rate and I also slightly improve the animation effect by a little. The trade-off is slightly higher GPU usage, which I...
Continue reading
Memory leak fixed by reusing windows
March 18, 2025
by
keithwang
#debug
I switched to SDL3 and still have memory leak issues repeatedly creating & destroying windows. Then I finally realized I could reuse the windows. After finishing it on the SDL3 version, I also updated...
Continue reading