GLMatrix: Utilities for working with OpenGL matrices

[ gpl, graphics, library ] [ Propose Tags ]

Some utilities for working with OpenGL matrices, most of the source is from https:/github.comkigtomtegebrablobmasterTomtegebra/Matrix.hs, by kig (Ilmari Heikkinen).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.6 && <4.7), OpenGLRaw (>=1.4 && <1.5) [details]
License GPL-3.0-only
Author kig (Ilmari Heikkinen), fiendfan1
Maintainer fiendfan1@yahoo.com
Category Graphics
Home page https://github.com/fiendfan1/GLMatrix
Uploaded by fiendfan1 at 2014-03-15T20:47:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2098 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for GLMatrix-0.1.0.1

[back to package description]

GLMatrix

A small haskell library for handling OpenGL matrices.

Most of the source is taken from tomtegebra's repository, so the license is GNU GPL