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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Revised Revision 1 made by jonascarpay at 2022-08-10T07:25:45Z
Category Game, Control, Data
Home page https://github.com/jonascarpay/apecs-stm#readme
Source repo head: git clone git://github.com/jonascarpay/apecs-stm.git
Uploaded by jonascarpay at 2021-08-07T03:51:21Z
Distributions NixOS:0.2
Downloads 2147 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-07 [all 1 reports]

Readme for apecs-stm-0.1.5

[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)