Version 0.1.0.1-0 of ecstasy is deprecated.
The latest version of ecstasy is 0.2.1.0-0.

ecstasy

Version 0.1.0.1 revision 0 uploaded by isovector.

Package meta

Synopsis
A GHC.Generics based entity component system.
Description

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.

Author
Sandy Maguire
Bug reports
http://github.com/isovector/ecstasy/issues
Category
Game
Copyright
n/a
Homepage
http://github.com/isovector/ecstasy/
Maintainer
sandy@sandymaguire.me
Package URL
n/a
Stability
n/a

Components