3D game engine prototype writen in C++ with Vulkan.
- custom code reflection with auto-generated code using macros.
- async data loading
- custom gltf importer
- job system
- easy to use delegates
- class serialization using reflection
- shaders hot reload
- shader editor
- Msaa
async loading (slowed down for the example)
Code reflection macros
GLTF scene support