Hi, Thanks for the nice words.
Which Haskell libraries do you use? > Any chance these are open-source? :D > Regarding the inquiries about libraries / source code: As I mentioned, most of the application logic in these is a random set of ugly hacks. Some of the more organized libraries I wrote for these are open-sourced (they were at http://code.haskell.org/~bkomuves/ , but during the recent server issues, this page disappeared and/or the server is down; some of them are on Hackage as well). For graphics I use OpenGL, for playing the music I used the BASS audio library (http://www.un4seen.com/; it is free for noncommercial use, but closed source and costs money for commercial uses), which I used via the FFI. I wrote native sound-playing code for Windows and OSX too, but BASS was easier up to this point. Balazs
_______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
