packages feed

reactive-glut 0.0.2 → 0.0.3

raw patch · 3 files changed

+9/−9 lines, 3 filesdep ~reactive

Dependency ranges changed: reactive

Files

reactive-glut.cabal view
@@ -1,5 +1,5 @@ Name:                reactive-glut-Version:             0.0.2+Version:             0.0.3 Cabal-Version:       >= 1.2 Synopsis:            Connects Reactive and GLUT Category:            FRP, graphics@@ -25,7 +25,7 @@ Library   hs-Source-Dirs:      src   Extensions:-  Build-Depends:       base, old-time, OpenGL, GLUT, vector-space, reactive >= 0.8.3+  Build-Depends:       base, old-time, OpenGL, GLUT, vector-space, reactive >= 0.8.6   Exposed-Modules:                             FRP.Reactive.GLUT.Adapter   Other-Modules:
src/FRP/Reactive/GLUT/Adapter.hs view
@@ -23,11 +23,7 @@ import qualified Graphics.UI.GLUT as G  import FRP.Reactive (Behavior,stepper)--import FRP.Reactive.Internal.Misc   (Sink,Action)-import FRP.Reactive.Internal.Clock  (makeClock,cGetTime)-import FRP.Reactive.Internal.TVal   (makeEvent)-import FRP.Reactive.Internal.Timing (mkUpdater)+import FRP.Reactive.LegacyAdapters  import FRP.Reactive.GLUT.UI import FRP.Reactive.GLUT.SimpleGL
wikipage.tw view
@@ -1,10 +1,14 @@ [[Category:Packages]]+[[Category:FRP]]+[[Category:Graphics]]  == Abstract == -'''reactive-glut''' connects [[Reactive]] with [[OpenGL#Additional_software|GLUT]] and with [[FieldTrip]].  It also serves as a demonstration for how to hook up imperative (i.e., legacy) libraries [[Reactive]].+'''reactive-glut''' connects [[Reactive]] with [[OpenGL#Additional_software|GLUT]].+It also serves as a demonstration for how to hook up imperative (i.e., legacy) libraries [[Reactive]].+For a functional alternative to OpenGL/GLUT and reactive-glut, see [[FieldTrip]] and [[reactive-fieldtrip]]. -'''Note:''' The repo has moved from <code>conal.net</code> to <code>code.haskell.org</code>. ~~~~+'''Note:''' The repo has moved from <code>conal.net</code> to <code>code.haskell.org</code>.  Besides this wiki page, here are more ways to find out about reactive-glut: * Read [http://code.haskell.org/reactive-glut/doc/html/ the library documentation].