Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 783 Bytes

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

Example

openglwidget

License:

Released under the BSD license. See COPYING for more details