ecstasy: A GHC.Generics based entity component system.

[ bsd3, game, library ] [ Propose Tags ]
This version is deprecated.

Ecstasy is an entity-component system for Haskell. It's inspired by apecs, but makes the design decision to focus on being idiomatic rather than being fast. Maybe. I haven't actually benchmarked it.

We achieve being idiomatic by using GHC.Generics and tricky type families to derive performant data stores given only a record of the desired components.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.2.0.0, 0.2.0.1, 0.2.1.0 (info)
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), containers, mtl, transformers [details]
License BSD-3-Clause
Author Sandy Maguire
Maintainer sandy@sandymaguire.me
Category Game
Home page http://github.com/isovector/ecstasy/
Bug tracker http://github.com/isovector/ecstasy/issues
Source repo head: git clone https://github.com/isovector/ecstasy.git
Uploaded by isovector at 2018-05-10T20:47:22Z
Distributions LTSHaskell:0.2.1.0, NixOS:0.2.1.0, Stackage:0.2.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3215 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-10 [all 1 reports]