im trying to program a game in Haskell. Ive been looking for Game frameworks for that purpose, but i found a few and i cant make them work :/ . All i need is some image processing as pygames provides in python, like moving images, using layouts to put one image above other, and such basic things. Do you happen to know anyone?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I was writing a library called TeaHS which is something like what you want. It's old and potentially bitrotted though, and I don't really have time to update it. Fork it if you like :) |
|||
|
|
graphics-drawingcombinatorspackage for a minimal, but pleasant to work with, way to get graphics on the screen. Here's a very simple game using both I wrote a while ago. The code itself is kind of terrible, but it does show the libraries being used. – C. A. McCann Aug 20 '11 at 1:15