Popularity
5.1
Growing
Activity
3.1
-
6
3
4

Monthly Downloads: 23
Programming language: Haskell
License: MIT License
Tags: Graphics     Yampa     Scene    
Latest version: v0.0.1.0

yampa-sdl2 alternatives and similar packages

Based on the "yampa" category.
Alternatively, view yampa-sdl2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yampa-sdl2 or a related project?

Add another 'yampa' Package

README

YampaSDL2

Discontinued because the performance is really not great.

YampaSDL2 is basically a headstart for the FRP library Yampa and SDL2. All the boilerplate which is normally necessary for these two libraries to work together is already taken care of. In the end, all that remains is a high-level interface specifically tailored to Yampa which should get you going in no time.

[Screenshot](./screenshot.png)

Screenshot of some drawn shapes.

Primary Goals:

  • As little setup as possible
  • Easy to use (some feedback would be appreciated)

Roadmap

  • [ ] Display Shapes
    • [x] Rectangle
    • [x] Circle
    • [ ] Triangle
    • [ ] Polygon
  • [x] Display Images
  • [x] Animations
  • [x] Handle Input
  • [ ] Play sound

This library is still work in progress

Getting started

Prerequisites

To use yampa-sdl2 you need to have the C-library sdl2 installed on your system.

Installation

yampa-sdl2 is on hackage! Adding yampa-sdl2 to your dependencies like any other package should do the trick

How to use

Head over to the wiki.

License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


*Note that all licence references and agreements mentioned in the yampa-sdl2 README section above are relevant to that project's source code only.