Skip to content

Releases: benl23x5/gloss

Release 1.13.0.1

20 Aug 02:58
Compare
Choose a tag to compare

Thanks to Thaler Jonathan

  • Repaired GLFW backend.

Thanks to Samuel Gfrörer

  • Support for bitmap sections.

Thanks to Basile Henry

  • Handle resize events in playField driver.

Release 1.10.1.1

06 Apr 07:27
Compare
Choose a tag to compare

For 1.10.1:

  • Gloss no longer consumes CPU time when displaying static pictures.
  • Added displayIO wrapper for mostly static pictures, eg when
    plotting graphs generated from infrequently updated files.
  • Allow viewport to be scaled with control-left-click drag.
  • Rotation of viewport changed to alt-left-click drag.
  • Preserve current colour when rendering bitmpaps.
  • Changed to proper sum-of-squares colour mixing, rather than naive
    addition of components which was causing mixed colours to be too dark.
    Thanks to Thomas DuBuisson
  • Allow bitmaps to be specified in RGBA byte order as well as ABGR.
    Thanks to Gabriel Gonzalez
  • Package definitions for building with Stack.

Fix color handling

11 May 13:52
Compare
Choose a tag to compare
v1.9.4.1

Redo mixColors to use sum of squares, and fix normalisation

Wibbles for GHC 7.10.1

06 Apr 05:50
Compare
Choose a tag to compare
v1.9.3.1

gloss: disable -Werror

Split rendering code into gloss-rendering

29 Nov 10:26
Compare
Choose a tag to compare

Wibbles for GHC 7.8.2

04 May 06:51
Compare
Choose a tag to compare
Merge github.com:benl23x5/gloss

Conflicts:
	gloss/Graphics/Gloss/Internals/Render/Picture.hs
	gloss/gloss.cabal