Game Engine written in Rust
| docs | ||
| moonhare_engine | ||
| moonhare_graphics | ||
| moonhare_log | ||
| playground | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Moonhare Engine
Game Engine written in Rust
(Currently this is just a fun side project, sooo if this engine works eventually, use it at your own risk :D)
Architecture:
Classes/Structs
Core
Debug
ECS
Graphics
Logger
Math
Window
Modules
- core
- debug
- ecs
- graphics
- logger
- math
- Window
Game Loop:
-
Start Run
-
(enter loop) ... -> Update -> Render -> Update ...
-
Cleanup