@hackage / gloss-juicy

Load any image supported by Juicy.Pixels in your gloss application

Latest0.2.3

About

Metadata

  • Last updated , by HugoPacheco
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: Hugo Pacheco <hpacheco@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.4.2

Readme

Lets you convert any image supported by Juicy.Pixels in a gloss application by converting to gloss' Bitmap representation.

Version 0.1.2 just enabled caching (from a frame to the next, and so on) of the images you load, so that they are not recomputed for each frame. Credits go to Jonathan Daugherty for the patch.