Popularity
4.8
Growing
Activity
0.0
Stable
15
2
0

Monthly Downloads: 8
Programming language: Haskell
License: MIT License
Tags: FRP    

spice alternatives and similar packages

Based on the "FRP" category.
Alternatively, view spice alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of spice or a related project?

Add another 'FRP' Package

README

spice

spice is my attempt at writing a semi-useful (not only to me, but to the ecosystem as a whole) library. It attempts to address the fact that there are very, very few game engines or frameworks existent for Haskell. spice uses Elerea for its FRP library, GLFW for its OpenGL context, and OpenGL for its rendering. All of these come together to provide a framework for programmers to write their own videogames in Haskell.

Installation

To install spice first you must make sure you can (or already have) elerea, GLFW, and OpenGL installed on your machine.

Then to install it simply run:

# Updating the cabal repository
cabal update

# Installing spice
cabal install spice