reflex-gloss-scene: A simple scene-graph using reflex and gloss

[ bsd3, frp, library, program ] [ Propose Tags ]

A scenegraph library using gloss and gloss-reflex, with support for picking, continuous time animations and monad based switching. An example of a framework created using the reflex-transformers package.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.2
Dependencies base (>=4.6 && <4.9), containers, dependent-sum (>=0.2.1 && <0.3), gloss (>=1.9.2.1 && <1.10), gloss-rendering (>=1.9.2.1), lens, linear, MonadRandom, mtl, profunctors, random, reflex (>=0.2 && <0.4), reflex-animation (>=0.1 && <1.0), reflex-gloss (>=0.1.0.1 && <0.2.0), reflex-gloss-scene, reflex-transformers (>=0.1 && <1.0), semigroups, transformers (>=0.4.2 && <0.5), tuple, vector-space [details]
License BSD-3-Clause
Copyright 2015 Oliver Batchelor
Author Oliver Batchelor
Maintainer saulzar@gmail.com
Category FRP
Home page https://github.com/saulzar/reflex-gloss-scene
Bug tracker https://github.com/saulzar/reflex-gloss-scene/issues
Source repo head: git clone https://github.com/saulzar/reflex-gloss-scene.git
Uploaded by saulzar at 2015-10-20T03:50:46Z
Distributions
Executables counter, frpzoo, collections, example
Downloads 1417 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-10-20 [all 1 reports]

Readme for reflex-gloss-scene-0.1.2

[back to package description]

reflex-gloss-scene Build Status

A scenegraph library using gloss and gloss-reflex, with support for picking, continuous time animations and monad based switching. An example of a framework created using the reflex-transformers package