Difference between revisions of "ALUT"

From HaskellWiki
Jump to navigation Jump to search
(Added darcs download info)
(→‎Additional software: HackagePackage)
(One intermediate revision by the same user not shown)
Line 5: Line 5:
   
 
== Downloads ==
 
== Downloads ==
* The [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ALUT ALUT] package on Hackage
 
* The Darcs version:
 
darcs get http://code.haskell.org/OpenAL/ALUT/
 
   
  +
{{PackageInfoBox|name=ALUT|darcs-code=OpenAL/ALUT/}}
   
 
== 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