23 releases

0.6.12 Nov 30, 2024
0.6.10 Aug 4, 2024
0.6.9 Jul 29, 2024
0.6.6 Feb 28, 2024
0.4.0 Nov 26, 2022

#2012 in Development tools

Download history 18/week @ 2024-08-23 24/week @ 2024-08-30 122/week @ 2024-09-06 63/week @ 2024-09-13 30/week @ 2024-09-20 86/week @ 2024-09-27 27/week @ 2024-10-04 4/week @ 2024-10-11 5/week @ 2024-10-18 1/week @ 2024-10-25 10/week @ 2024-11-01 7/week @ 2024-11-15 8/week @ 2024-11-22 179/week @ 2024-11-29 79/week @ 2024-12-06

273 downloads per month
Used in 6 crates

GPL-3.0 license

84KB
2K SLoC

Xvc Entity-Component System is the basic storage mechanism behind Xvc. It defines an integer-based entity type ([XvcEntity]), a trait to be implemented by components (structs) and stores to save, load and operate on these components.

It's an alternative to an object-oriented design where the relations between classes should be known beforehand. It allows to implement new components for entities at any point in the evolution of software. These components can have 1-1, 1-N or M-N relationships.

In a sense components are analogous to database tables, and entities are primary keys. [XvcStore] can be considered akin to a table, and [R11Store], [R1NStore] and [RMNStore] can be considered as relations.

Dependencies

~3–14MB
~122K SLoC