fennel-engine 0.2.0

A small 2D game framework I'm building just-for-fun and to learn Rust a little bit deeper
Documentation

fennel

A small 2D game framework I'm building just-for-fun and to learn Rust a little bit deeper

Trying out

To try this project out clone this repository:

git clone https://github.com/w1ltshire/fennel.git && cd fennel

And run the basic example:

cargo run --example hello

Roadmap

  • Rendering
  • Event handling
  • Basic audio subsystem
  • More advanced audio
  • Resource management
  • ECS
  • Scripting
  • Editor