Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitalych/gui
- Owner: vitalych
- License: mit
- Created: 2020-02-09T22:47:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T19:36:38.000Z (almost 5 years ago)
- Last Synced: 2024-11-27T08:45:49.670Z (about 2 months ago)
- Topics: 2d, engine, framework, gui, pixels, rendering, sdl
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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