BerGer23 / guisan

An SDL2 user interface library based on guichan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUISAN

logo

An SDL2 GUI construction toolkit

Build Status

Guisan was forked from Guichan to create a simple GUI construction toolkit that is compatible with SDL 2.0.0+

Features:

  • Statically links to your applications to reduce runtime requirements
  • Small, but effective

Build requirements:

  • scons

Runtime requirements:

  • SDL 2.0+
  • SDL2_image
  • SDL2_ttf
  • SDL2_mixer

License:

Released under the BSD license. See COPYING for more details

About

An SDL2 user interface library based on guichan

License:Other


Languages

Language:C++ 99.2%Language:Python 0.8%