yampa-sdl2

yampa-sdl2 lets you start coding your app right away instead of dealing with SDL2 first.


Keywords
graphics, library, mit, scene, Propose Tags , Data.Colour, Data.Colour.CIE, Data.Colour.CIE.Chromaticity, Data.Colour.CIE.Illuminant, Data.Colour.Chan, Data.Colour.Internal, Data.Colour.Matrix, Data.Colour.Names, Data.Colour.RGB, Data.Colour.RGBSpace, Data.Colour.RGBSpace.HSL, Data.Colour.RGBSpace.HSV, Data.Colour.SRGB, Data.Colour.SRGB.Linear, YampaSDL2, YampaSDL2.Animation, YampaSDL2.Draw, YampaSDL2.Drawable.Circle, YampaSDL2.Drawable.Image, YampaSDL2.Drawable.Rectangle, YampaSDL2.Init, YampaSDL2.InputOutput, YampaSDL2.Internal.AppInput, YampaSDL2.Internal.AppOutput, YampaSDL2.Internal.MainLoop, YampaSDL2.Internal.SDL, YampaSDL2.Internal.SDL.Close, YampaSDL2.Internal.SDL.Init, YampaSDL2.Internal.SDL.Input, YampaSDL2.Internal.SDL.Output, YampaSDL2.Internal.SDL.Parse, YampaSDL2.Internal.SDL.Start, YampaSDL2.ReExports, Yampa, hackage, wiki, LICENSE, frp, game, game-2d, game-engine, game-engine-2d, haskell, sdl2, sdl2-bindings, sdl2-library
License
MIT
Install
cabal install yampa-sdl2-0.1.0.2

Documentation

YampaSDL2

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 of some drawn shapes.

Primary Goals:

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

Roadmap

  • Display Shapes
    • Rectangle
    • Circle
    • Triangle
    • Polygon
  • Display Images
  • Animations
  • 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 file for details.