Skip to content

Latest commit

History

History
13 lines (8 loc) 路 787 Bytes

README.md

File metadata and controls

13 lines (8 loc) 路 787 Bytes

Nova

Nova is a 2D game framework written in Rust.

This is a sort of spiritual successor to Tetra, a game engine I worked on between 2018 and 2022. It aims to be smaller and simpler, with less global state.

鈿狅笍 Use at your own risk! This framework is still very experimental, and the API is constantly in flux. No support is offered, but you are welcome to use to the code as reference or fork it for your own needs.

Notes

  • This framework is very heavily inspired by FNA, and NoelFB's lightweight game engines (Blah and Foster).
  • It depends on SDL2 for interacting with the underlying platform.