Moonhare_Engine/README.md
2025-07-28 07:41:14 +02:00

584 B

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

Graphics

Logger

Math

Window

Modules

  • core
  • graphics
  • logger
  • math
  • Window

Game Loop:

  • Start Run

  • (enter loop) ... -> Update -> Render -> Update ...

  • Cleanup