apecs

Asyncronous Parallel Entity Component System

Why

apecs is an entity-component system that supports traditional syncronous systems as well as asyncronous systems that can evolve over time. This makes it great for general applications, quick game prototypes, DIY engines and any simulation that has discrete steps.

Goals

Features

Roadmap

Tests

cargo test wasm-pack test --firefox crates/apecs

I like firefox, but you can use different browsers for the wasm tests. For the most part they're there just to make sure apecs works on wasm.

Benchmarks

apecs has benchmarks for itself as well as specs, bevy, hecs, legion, shipyard and planck_ecs.

cargo bench -p benchmarks