aztecs-sdl: A type-safe and friendly Entity-Component-System (ECS) for Haskell
The Entity-Component-System (ECS) pattern is commonly used in video game develop to represent world objects.
ECS follows the principal of composition over inheritence. Each type of object (e.g. sword, monster, etc), in the game has a unique EntityId. Each entity has various Components associated with it (material, weight, damage, etc). Systems act on entities which have the required Components.
Modules
- Aztecs
- Aztecs.SDL
Downloads
- aztecs-sdl-0.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0 |
---|---|
Dependencies | aztecs (>=0.6 && <0.7), base (>=4.6 && <5), containers (>=0.6), deepseq (>=1), linear (>=1), mtl (>=2), sdl2 (>=2), text (>=1.2) [details] |
License | BSD-3-Clause |
Author | Matt Hunzinger |
Maintainer | matt@hunzinger.me |
Category | Game Engine |
Home page | https://github.com/matthunz/aztecs |
Source repo | head: git clone https://github.com/matthunz/aztecs.git |
Uploaded | by matthunz at 2025-02-20T02:22:04Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 53 total (53 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2025-02-20 [all 2 reports] |