apecs-stm: STM stores for apecs

[ bsd3, control, data, game, library ] [ Propose Tags ]

Apecs stores that live in the STM monad, and other tools.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2
Change log CHANGELOG.md
Dependencies apecs (>=0.9.3 && <0.10), base (>=4.9 && <5), containers (>=0.5 && <0.8), list-t (>=1 && <1.2), stm (>=2.3 && <3), stm-containers (>=1.1 && <2), template-haskell (>=2.12 && <3), vector (>=0.10 && <0.14) [details]
License BSD-3-Clause
Author Jonas Carpay
Maintainer jonascarpay@gmail.com
Category Game, Control, Data
Home page https://github.com/jonascarpay/apecs
Source repo head: git clone git://github.com/jonascarpay/apecs.git
Uploaded by AlexanderBondarenko at 2023-11-09T19:02:46Z
Distributions NixOS:0.2
Downloads 2135 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-11-09 [all 1 reports]

Readme for apecs-stm-0.2

[back to package description]

apecs-stm

Experimental STM stores, allow apecs to be run in the STM monad.

atomically . cmap $ \(Position p, Velocity v) -> Position (v+p)