A handmade Game/Engine in Jai.
More specifics coming soon!
Maybe like vampire survivors but isometric 3D?
Generally, you can:
jai -quiet build.jai
.build/game.exeLearnOpenGL - to understand/implement a 'modern' rendering pipeline
glTF-Sample-Models - model collection to test out the glTF parser
Ryan's UI Series - great UI articles, helped me a ton
Ryan's Arena Article - opened my eyes to manual memory management
Cherno Asset System - good intro to asset systems
Building a Data-Oriented Entity System - simple Entity System