renderable: An API for managing renderable resources.
The renderable
package provides a method for managing resources
of a rendering system. Resources are allocated according to a strategy and
released automatically when your renderable data changes. These changes are
detected during each draw call based on the hash of your renderable
datatype.
This package is meant to be pulled in as a portion of your rendering system.
It aims to ease the task of managing allocation of resources over time as
the value of your renderable datatype changes.
Downloads
- renderable-0.2.0.1.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.0.0.1, 0.0.0.2, 0.1.0.0, 0.2.0.0, 0.2.0.1 |
---|---|
Dependencies | base (>=4.6 && <5.0), containers (>=0.5), hashable (>=1.2), transformers (>=0.3) [details] |
License | MIT |
Author | Schell Scivally |
Maintainer | schell.scivally@synapsegroup.com |
Category | Graphics |
Home page | https://github.com/schell/renderable |
Source repo | head: git clone https://github.com/schell/renderable.git |
Uploaded | by SchellScivally at 2016-07-14T15:42:58Z |
Distributions | LTSHaskell:0.2.0.1, NixOS:0.2.0.1, Stackage:0.2.0.1 |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 3963 total (33 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |