[Haskell] new SOE package and the annoucement of GLFW
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu Aug 30 09:08:53 EDT 2007
On Wed, 2007-08-29 at 15:50 -0400, Paul L wrote:
> Hi all,
>
> After much struggle to bring the SOE source to be compatible with the
> latest GHC, I'm pleased to announce that it's available at
>
> http://www.haskell.org/soe
I have updated the Gtk implementation of SOE (module Graphics.SOE.Gtk)
to be compatible with the new SOE interface. I've also fixed a few bugs,
in particular a bug in rendering polygon regions.
It is available from hackage:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/soegtk
or via darcs:
http://haskell.org/~duncan/soegtk/
(It's also included in the Gtk2Hs darcs repo)
I've tested it on Linux with the SOE demos, but it should also work fine
on Windows or Mac OS X. It does require Gtk2Hs of course.
User-visible differences in this Gtk version:
* Smoother anti-aliased graphics
* Lower CPU usage for animations (ie not 100% all the time), which
gives smoother animation.
If anyone finds any problems, especially any API incompatibilities or
rendering bugs then please do report them.
Duncan
More information about the Haskell
mailing list