Difference between revisions of "ALUT"

From HaskellWiki
Jump to navigation Jump to search
(→‎Downloads: PackageInfoBox)
(→‎Additional software: HackagePackage)
Line 9: Line 9:
   
 
== Additional software ==
 
== Additional software ==
* [http://hackage.haskell.org/package/StateVar StateVar]: This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state
+
* {{HackagePackage|id=StateVar}}: This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state
 
* [[OpenAL]] 3D sound software
 
* [[OpenAL]] 3D sound software
 
* [[OpenGL]] 3D graphics software
 
* [[OpenGL]] 3D graphics software

Revision as of 17:15, 30 April 2012

This article is a stub. You can help by expanding it.

A binding for the OpenAL Utility Toolkit


Downloads

Package ALUT
Hackage http://hackage.haskell.org/package/ALUT
Repository darcs get http://code.haskell.org/OpenAL/ALUT/

Additional software

  • StateVar: This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state
  • OpenAL 3D sound software
  • OpenGL 3D graphics software