Migrating my ECS to Rust

⚓ Rust    📅 2025-09-26    👤 surdeus    👁️ 6      

surdeus

Warning

This post was published 34 days ago. The information described in this article may have changed.

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Migrating my ECS to Rust

Hello 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 :glowing_star: on my repo if you like it :eyes:

1 post - 1 participant

Read full topic

🏷️ Rust_feed