https://github.com/simre1/reactimate
A Haskell libary for fast arrowized FRP based on signal functions
https://github.com/simre1/reactimate
arrow frp functional-reactive-programming game haskell
Last synced: 19 days ago
JSON representation
A Haskell libary for fast arrowized FRP based on signal functions
- Host: GitHub
- URL: https://github.com/simre1/reactimate
- Owner: Simre1
- Created: 2024-01-19T15:31:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-26T23:37:29.000Z (5 months ago)
- Last Synced: 2025-10-27T01:24:10.554Z (5 months ago)
- Topics: arrow, frp, functional-reactive-programming, game, haskell
- Language: Haskell
- Homepage:
- Size: 991 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactimate
[reactimate](reactimate) is a library implementing the AFRP paradigm. In contrast to other libraries, `reactimate` has a static representation for signals to increase performance and a concrete base type to eliminate typeclass performance problems.
# Reactimate Game
[reactimate-game](reactimate-game) is a library for basic 2D games using `SDL`.

# Reactimate Physics
[reactimate-physics](reactimate-physics) provides bindings to the `chipmunk` 2D physics library.
# Reactimate LDtk
[reactimate-ldtk](reactimate-ldtk) provides loading functionality for LDtk level files.