Migrating my ECS to Rust
⚓ Rust 📅 2025-09-26 👤 surdeus 👁️ 6Hello guys. I'm more or less a newbie with Rust.
I come from the julia language.
There I made one powerful ECS based on database-like layout and reactive pipelines which aims to overcomes the traditional tradeoffs of sparse set ECS like EnTt and archetypal ECS like Flecs.
I'm thinking about migrating it to rust.
But first I would like to know your thoughts about the ECS.
Do you think the my ECS concept is interesting enough to deserve to be ported in a more low level language.
Does reactive pipelines are easy to handle with ECS ?
Anyways I ready to hear your thoughts. You can read the readme of my ECS in julia to have a full overview of the idea.
Feel free to leave a  on my repo if you like it
 on my repo if you like it 
1 post - 1 participant
🏷️ Rust_feed