Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitalych/gui

Simple 2D GUI framework
https://github.com/vitalych/gui

2d engine framework gui pixels rendering sdl

Last synced: about 2 months ago
JSON representation

Simple 2D GUI framework

Awesome Lists containing this project

README

        

================
2D GUI Framework
================

This is a simple window manager written from scratch.
It uses SDL to draw pixels on the screen, but otherwise draws all the widgets on its own.

Current status:

- Supported controls: form, label, button, grid layout
- Attach custom mouse event handlers to windows
- Support MS-DOS CPI fonts and Windows cursor files
- Sample app that shows a functional calculator

.. image:: docs/pic1.png