Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ealmloff/ironoxide

A game engine in rust utilizing raylib and specs.
https://github.com/ealmloff/ironoxide

game-engine game-engine-2d raylib rust specs

Last synced: 23 days ago
JSON representation

A game engine in rust utilizing raylib and specs.

Awesome Lists containing this project

README

        

# IronOxide

This is a game engine for rust in rust. I'm building it as a learning experience to try and better understand rust and what goes into making a game engine.

Demo:

https://user-images.githubusercontent.com/66571940/185274307-84ebda71-6cf6-4097-ba15-8e4522295b3a.mp4

Goals:
1) extendable
2) fast
3) easy to understand

Todo:
- [x] use specs entity component system
- [x] parrellize physics
- [x] add collision callbacks
- [ ] polygon physics objects