No description, website, or topics provided.
Rust
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
examples
src
.gitignore
Cargo.toml
README.md

README.md

Zircon

Zircon is a work-in-progress entity-component system (ECS) implementation in Rust. Zircon aims to be fast, concurrent and highly extensible, allowing developers to use their own ways of storing data and code, but at the same time providing efficient and easy to use default implementations.