cecs

Crates.iocecs
lib.rscecs
version0.1.7
created_at2022-07-15 11:25:17.295685+00
updated_at2025-07-18 21:03:13.224112+00
descriptionEntity database for the game 'Cao-Lo'
homepage
repositoryhttps://github.com/caolo-game/cecs
max_upload_size
id626141
size287,957
Daniel Kiss (snorrwe)

documentation

README

Cecs 🍪

Cecs, pronounced [ˈkɛks] is an ECS implementation supporting Cao-Lo.

There are many like it, but this one is mine.

Heavily inspired by Bevy and Hexops

Features

  • Functions as systems
  • Query interface
  • Unique data, called Resources
  • Cloning of the entire database (optional)
  • Serialization/Deserialization of select components (optional)
  • Work-stealing based parallel scheduler (optional)
  • "View" systems. Allows running systems that only read data on an immutable reference to the World.
  • Explicit ordering between systems in the same stage.
Commit count: 516

cargo fmt