logoalt Hacker News

fluffybucktsneklast Sunday at 4:24 PM1 replyview on HN

No, they aren't calling the entire game engine "ECS". Entity-Component-System is an architecture that Bevy is structured around.

As I have previously stated, I wouldn't blame the data structures used behind Bevy just yet, given Rust's tendency for making bloated binaries. What is taking the most space in this 50MB binary? How does it scale with the complexity of the application?


Replies

CyberDildonicsyesterday at 1:43 AM

Even if you can put a function pointer into a data structure, that's still just a data structure.

show 1 reply