summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-07 09:12:15 -0500
committerPietro Gagliardi <[email protected]>2014-03-07 09:12:15 -0500
commit874a4b9271c37ec72a6292fa4a045760a43f2b7d (patch)
treea96da3eb8b4819f0e19852ae1f02c5ebe419d937
parent61726d5cddd0801e5eadde5de249fabb19a37b24 (diff)
More control candidate information.
-rw-r--r--controlcandidates.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/controlcandidates.md b/controlcandidates.md
index 8963448..c116ae8 100644
--- a/controlcandidates.md
+++ b/controlcandidates.md
@@ -39,8 +39,10 @@ GTK+
- GtkTreeView can do tree views and Tables
- OpenGL is done outside GTK+: https://projects.gnome.org/gtkglext/
- only an issue if I want to provide OpenGL by default...
- - http://stackoverflow.com/questions/3815806/gtk-and-opengl-bindings suggest GtkGLArea is better but that seems to be a Mono thing? also indicates Clutter (with its Cogl) is not an option
+ - http://stackoverflow.com/questions/3815806/gtk-and-opengl-bindings suggest GtkGLArea is better but that seems to be a Mono thing? also indicates Clutter (with its Cogl) is not an option because it locks you out of using the OpenGL API directly
- 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
COCOA
- NSDatePicker for date/time selection