Functional Reactive Programming

27 thoughts
last posted Sept. 9, 2015, 6:02 a.m.

21 earlier thoughts

0

Sly FRP

Sly is a free software game engine written in Guile Scheme. It provides an abstraction layer above SDL and OpenGL for common game programming requirements such as:

  • Animation
  • Shaders
  • Sprites
  • Tilesets
  • Scene graph
  • Keyboard/mouse/joystick input
  • Scripting

Sly differentiates itself from most other game engines by encouraging live coding and emphasizing functional reactive programming.

As of August 2015, seems to be under active development.

Links:

5 later thoughts