@hackage gloss1.8.1.2
Painless 2D vector graphics, animations and simulations.
Installation
Dependencies (8)
Dependents (68)
@hackage/edge, @hackage/csg, @hackage/essence-of-live-coding-gloss-example, @hackage/essence-of-live-coding-gloss, @hackage/hs-carbon-examples, @hackage/penrose, Show all…
Package Flags
glut
(on by default)
Enable the GLUT backend
glfw
(off by default)
Enable the GLFW backend
explicitbackend
(off by default)
Expose versions of display and friends that allow
you to choose what window manager backend to use.
Gloss hides the pain of drawing simple vector graphics behind a nice data type and a few display functions. Gloss uses OpenGL under the hood, but you won't need to worry about any of that. Get something cool on the screen in under 10 minutes.