AlxHnr / gui_engine

GUI library for SDL 1.2 (October 2012)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preview.gif

Usage

Copy the files gui_engine.c and gui_engine.h to your project. Make sure to link against SDL_gfx.

Building the example program

This program requires the development files of the following libraries:

  • SDL (not SDL2)
  • SDL_gfx

Build and run the example using make run.

About

GUI library for SDL 1.2 (October 2012)

License:MIT License


Languages

Language:C 99.8%Language:Makefile 0.2%