-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bootstrap example using FLTK #29
Comments
Unfortunately I have no experience with FLTK whatsoever, but if you would have a minimal code that sets up a window with raw OpenGL, I could continue from there. |
In general, in FLTK (1.4), the approach is to subclass the
In a nutshell, you must override the inherited, virtual As for the However, note in this test code FYI, it's a bit more complex because they create a container window (instance of |
Similar to boostraps using wxWidgets or Qt, please add a case using FLTK 1.4.
The text was updated successfully, but these errors were encountered: