minilight: A SDL2-based graphics library, batteries-included.

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

This package provides the wheel for a graphical application or a game.

Basic concepts and features:

  • Figure: convenient SDL texture, once created, it can be translated or rotated during rendering.

  • Component: a reusable widget with event handlers, its figures can also be cached.

  • dynamic component loading: view components can be constructed by an external yaml file.

  • built-in components: some common components are predefined. You can define a new component by yourself.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.2 && <1.5), base (>=4.12.0 && <4.13), containers (>=0.6.0 && <0.7), exceptions (>=0.10.1 && <0.11), FontyFruity (>=0.5.3 && <0.6), hashable (>=1.2.7 && <1.3), linear (>=1.20.8 && <1.21), microlens (>=0.4.10 && <0.5), microlens-mtl (>=0.1.11 && <0.2), minilight, mtl (>=2.2.2 && <2.3), mwc-random (>=0.14.0 && <0.15), scientific (>=0.3.6 && <0.4), sdl2 (>=2.4.1 && <2.5), sdl2-gfx (>=0.2 && <0.3), sdl2-image (>=2.0.0 && <2.1), sdl2-ttf (>=2.1.0 && <2.2), template-haskell (>=2.14.0 && <2.15), text (>=1.2.3 && <1.3), trifecta (>=2 && <2.1), unordered-containers (>=0.2.10 && <0.3), uuid (>=1.3.12 && <1.4), vector (>=0.12.0 && <0.13), yaml (>=0.11.0 && <0.12) [details]
License MIT
Author myuon
Maintainer ioi.joi.koi.loi@gmail.com
Category Graphics
Source repo head: git clone https://github.com/myuon/minilight.git
Uploaded by myuon at 2019-04-23T02:10:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables boids, button-counter
Downloads 3274 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for minilight-0.2.0

[back to package description]

minilight

CircleCI Hackage MIT license

A simple but powerful graphics library.

Build

You first need to install sdl2 packages.

For Ubuntu 18.04:

~$ sudo apt install -y libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev

Examples

See examples