cl-fast-ecs

MIT

Blazingly fast Entity-Component-System microframework.

$ area51 add cl-fast-ecsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-fast-ecs:some-function ...)