This project is a fork of hecs, but designed for concurrent access. Whereas hecs would panic or error when illegally borrowing an archetype more than once, this version will either await a lock in a multithreaded scenario, or deadlock if the same thread attempts to perform an illegal double borrow. View the original repository for an overview of how hecs works.
forked from Ralith/hecs
-
Notifications
You must be signed in to change notification settings - Fork 0
A handy ECS
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Rusty-Quartz/checs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A handy ECS
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Rust 100.0%