clecs.backend.atom-world

Reference implementation of clecs API.

AtomWorld stores it’s data in-memory. It is backed by an clojure.core/atom internally.

Currently systems run sequentially.

atom-world-factory

Factory for creating atom-world’s.

See also clecs.world/world.