I am looking for feedback for my own game engine which have written in Rust

⚓ Rust    📅 2026-01-11    👤 surdeus    👁️ 1      

surdeus

Hi,

I have been learning Rust for a while and I decided to develop my own game engine as a learning project because I am curious about how a game engine works.

So, what I have done so far?

  • I built an ECS using SparseSet storage.
  • I added a tag system with bitmasks and obviously I am proud of this part.
  • I made it modular with separate crates.
  • I wrote API documentation and examples.
  • I published it on crates.io.

You can look at these;

Thanks for any feedback!

1 post - 1 participant

Read full topic

🏷️ Rust_feed