diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-21 17:04:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-21 17:04:57 -0400 |
| commit | bf3a692b2184500efa785253759440128ed3a059 (patch) | |
| tree | cfe3d70ec3a416675b26900fed388d2aa563336a | |
| parent | 59cfaa3faa461a69c47b4bfc7ace6c627d97f176 (diff) | |
Added a note about OpenGL support on Linux (again) to controlcandidates.md now that I noticed it while looking for a way to test GTK+/Wayland...
| -rw-r--r-- | controlcandidates.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlcandidates.md b/controlcandidates.md index c116ae8..ef381b2 100644 --- a/controlcandidates.md +++ b/controlcandidates.md @@ -43,6 +43,7 @@ GTK+ - er no, the Mono thing is just the homepage... but it doesn't say if this targets GTK+ 2 or GTK+ 3, hm. (also it appears to not have been updated since Precise; in Ubuntu it's libgtkgl) - and gtkglext doesn't support GTK+ 3 officially anyway - and cairo doesn't seem to support OpenGL explicitly so it looks like I will need to communicate with glx directly: http://stackoverflow.com/questions/17628241/how-can-i-use-gtk3-and-opengl-together + - except replace glx with EGL/GLES2 because of Wayland: http://wayland.freedesktop.org/faq.html#heading_toc_j_0 (assuming EGL/GLES2 can work on X11) COCOA - NSDatePicker for date/time selection |
