A work in progress 100% C# game engine.
- C# hotloading
- Edit your code in real time whether that be your's or even the engine's.
- Renderer agnostic API.
- Currently supports only Vulkan.
- .NET 7.0
- Vulkan SDK
- Visual Studio 2022
- Clone the repository.
- Launch through the
Latte.Hotload
project.
Contributions are welcomed! Please post an issue detailing what you will be solving and base your pull request around that issue. Thanks!
Alex Guthrie's Mocha project: Inspiration and some hotloading code.