reflex-sdl2: SDL2 and reflex FRP

[ game, library, mit, program ] [ Propose Tags ]

A minimal host for sdl2 based reflex apps.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Dependencies base (>=4.7 && <5), dependent-sum (>=0.4), mtl (>=2.2.1), ref-tf, reflex, reflex-sdl2, sdl2 [details]
License MIT
Copyright Copyright: (c) 2017 Schell Scivally
Author Schell Scivally
Maintainer efsubenovex@gmail.com
Category Game
Home page https://github.com/schell/reflex-sdl2#readme
Source repo head: git clone https://github.com/schell/reflex-sdl2
Uploaded by SchellScivally at 2017-08-21T22:34:11Z
Distributions
Executables reflex-sdl2-exe
Downloads 1966 total (9 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2017-08-21 [all 3 reports]

Readme for reflex-sdl2-0.1.0.0

[back to package description]

reflex-sdl2

This is a very minimal host for running reflex apps using sdl2.

installation

Writing and running sdl2 apps requires version 2 of the awesome SDL library.

macOS

Using homebrew...

brew install sdl2

Ubuntu

The sdl2 bindings require SDL >= 2.0.4, or for special instructions to be followed. Assuming you're on Ubuntu >= 16.04, you can run

apt-get install libsdl2-dev

otherwise please visit the org page above and install via their README.

building

This project uses stack for building. From the project directory:

stack build

examples

You can view an example using the built-in 2d renderer in app/Main.hs. To run the example do:

stack build
stack exec reflex-sdl2-exe