@hackage / gloss

Painless 2D vector graphics, animations and simulations.

Latest1.13.2.2

About

Metadata

  • Last updated , by AndreasAbel
  • License MIT
  • Categories Graphics
  • Maintained by: benl@ouroborus.net

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    glut (on by default)

    Enable the GLUT backend

    glfw (off by default)

    Enable the GLFW backend

Readme

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.