Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshb/gdkgl
Old code for using OpenGL in GTK+ 2.0 applications.
https://github.com/joshb/gdkgl
Last synced: about 1 month ago
JSON representation
Old code for using OpenGL in GTK+ 2.0 applications.
- Host: GitHub
- URL: https://github.com/joshb/gdkgl
- Owner: joshb
- License: other
- Created: 2013-12-20T17:31:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T17:31:56.000Z (about 11 years ago)
- Last Synced: 2023-04-15T11:17:50.359Z (over 1 year ago)
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is just a bit of code I had written back in the GTK+ 2.0 days (sometime
in 2003) to support the use of OpenGL within GTK+ applications. I had proposed
including it with GTK+ and there was some interest, but it was decided in the
end that external libraries like gtkglext should be used instead for mixing
OpenGL with GTK+.