User loginNavigation |
Iterative Functional Reactive Programming with the Nu Game Engine - An Informal Experience ReportThis is an experience report on the design and usage of the Nu Game Engine, a purely-functional 2D game engine written in F# - Iterative Functional Reactive Programming with the Nu Game Engine Synopsis The Nu Game Engine certainly qualifies as 'functional reactive' in that - However, I cannot describe it as the typical first-order or higher-order FRP system since it uses neither continuous nor discrete functions explicitly parameterized with time. Instead it uses a classically-iterative approach to advancing game states that is akin to the imperative tick-based style, but implemented with pure functions. Thus, I gave it the name of 'Iterative FRP'. It's a purely-functional half-step between classic imperative game programming and first / higher-order FRP systems. This document discusses the major plusses and minuses to using this 'iterative' FRP style. An aside about the document - I released an earlier version of this PDF along with an earlier version of the engine, but had to make significant revisions due to a fundamental flaw in the engine's previous design, and thus removed it. Hopefully this newer version will inform us about the properties of this 'iterative' style of FRP in contrast to the known styles. By bryanedds at 2015-01-27 19:29 | LtU Forum | previous forum topic | next forum topic | other blogs | 9164 reads
|
Browse archives
Active forum topics |
Recent comments
20 weeks 1 day ago
20 weeks 1 day ago
20 weeks 1 day ago
42 weeks 2 days ago
46 weeks 4 days ago
48 weeks 1 day ago
48 weeks 1 day ago
50 weeks 6 days ago
1 year 3 weeks ago
1 year 3 weeks ago