aztecs: A modular game engine and Entity-Component-System (ECS) for Haskell.

[ bsd3, game-engine, library, program ] [ Propose Tags ] [ Report a vulnerability ]

A modular game engine and Entity-Component-System (ECS) for Haskell. An ECS is a modern approach to organizing your application state as a database, providing patterns for data-oriented design and parallel processing. Aztecs provides side-effect free components and systems, as well as backends for rendering and input (such as `aztecs-sdl`), allowing you to structure your game as simple function of `Input -> World -> World`.

Modules

[Last Documentation]

  • Aztecs
    • Aztecs.Asset
      • Aztecs.Asset.AssetLoader
        • Aztecs.Asset.AssetLoader.Class
      • Aztecs.Asset.AssetServer
      • Aztecs.Asset.Class
    • Aztecs.Camera
    • Aztecs.ECS
      • Aztecs.ECS.Access
        • Aztecs.ECS.Access.Class
      • Aztecs.ECS.Component
      • Aztecs.ECS.Entity
      • Aztecs.ECS.Query
        • Aztecs.ECS.Query.Class
        • Aztecs.ECS.Query.Dynamic
          • Aztecs.ECS.Query.Dynamic.Class
          • Aztecs.ECS.Query.Dynamic.Reader
            • Aztecs.ECS.Query.Dynamic.Reader.Class
        • Aztecs.ECS.Query.Reader
          • Aztecs.ECS.Query.Reader.Class
      • Aztecs.ECS.System
        • Aztecs.ECS.System.Class
        • Dynamic
          • Aztecs.ECS.System.Dynamic.Class
          • Reader
            • Aztecs.ECS.System.Dynamic.Reader.Class
        • Reader
          • Aztecs.ECS.System.Reader.Class
      • Aztecs.ECS.View
      • Aztecs.ECS.World
        • Aztecs.ECS.World.Archetype
        • Aztecs.ECS.World.Archetypes
        • Aztecs.ECS.World.Bundle
          • Aztecs.ECS.World.Bundle.Class
          • Aztecs.ECS.World.Bundle.Dynamic
            • Aztecs.ECS.World.Bundle.Dynamic.Class
        • Aztecs.ECS.World.Components
        • Aztecs.ECS.World.Entities
        • Aztecs.ECS.World.Storage
          • Aztecs.ECS.World.Storage.Dynamic
    • Aztecs.Hierarchy
    • Aztecs.Input
    • Aztecs.Time
    • Aztecs.Transform
    • Aztecs.Window

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.0.1, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.11.1, 0.12.0
Dependencies base (>=4 && <5), containers (>=0.6), deepseq (>=1), linear (>=1), mtl (>=2), parallel (>=3), stm (>=2) [details]
License BSD-3-Clause
Author Matt Hunzinger
Maintainer matt@hunzinger.me
Category Game Engine
Home page https://github.com/aztecs-hs/aztecs
Source repo head: git clone https://github.com/aztecs-hs/aztecs.git
Uploaded by matthunz at 2025-03-04T21:25:24Z
Distributions
Reverse Dependencies 6 direct, 0 indirect [details]
Downloads 276 total (32 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-03-05 [all 2 reports]