https://github.com/stringepsilon/fbui
UI toolkit written in FreeBASIC
https://github.com/stringepsilon/fbui
Last synced: 3 months ago
JSON representation
UI toolkit written in FreeBASIC
- Host: GitHub
- URL: https://github.com/stringepsilon/fbui
- Owner: StringEpsilon
- License: wtfpl
- Created: 2015-04-04T23:16:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T18:26:32.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T10:07:17.107Z (almost 3 years ago)
- Language: Visual Basic
- Homepage:
- Size: 131 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# fbUI
Object Oriented UI toolkit written in FreeBASIC.
### Notes for users:
You will need at least FBC 1.04. I recommend using compiling with "-mt" for the threadsafe rtlib.
### Thanks to:
Muttonhead, for the inspiration to do this and the code I borrowed in the early stages. Check out his project 'sGUI'!
The german and international freebasic communities for helping me out.
Special thanks to DKL for fixing a couple of FreeBASIC bugs I found.