Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-fltk
FLTK Example Code
https://github.com/richmit/ex-fltk
Last synced: about 2 months ago
JSON representation
FLTK Example Code
- Host: GitHub
- URL: https://github.com/richmit/ex-fltk
- Owner: richmit
- Created: 2021-05-06T02:23:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T18:35:17.000Z (over 2 years ago)
- Last Synced: 2023-11-18T15:25:21.738Z (about 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here you will find just a few simple FLTK programs intended to get the
FLTK beginner off the ground with the first couple of programs. The
hardest part about FLTK is getting the first program to build! The
library itself is one of the simplest toolkits available today -- a
working GUI in just a few lines of code. FLTK has a very nice GLUT
layer to give GLUT programmers a bit more functionality than they have
with GLUT and base OpenGL.You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/fltk.html).
Have fun!
-mitch