A Simple Program with Animas and GLUT

September 30, 2011

 

I didn't see a simple example of using Animas for Functional Reactive Programming, and I just spent the last day trying to put together a little toy program. So I figured I'd share what I did come up with.

Functional Reactive Programming looks like a pretty cool paradigm for playing with interactive or animated systems in a functional programming language. If you're not familiar with the idea, or with Animas, the best place to start I've found is with the paper Arrows, Robots, and Functional Programming.

 

Read More