Is it possible to create table(mathematical table not kitchen table) by using glui? Please specify the function, if possible. Thanks in advance.
Asked
Active
Viewed 372 times
3
-
possible duplicate of [table in opengl](http://stackoverflow.com/questions/4310921/table-in-opengl) – elmattic Dec 07 '10 at 11:14
-
1Yes, I asked the question, but now my question is, is it possible in glui – Shweta Dec 07 '10 at 11:23
-
Will anyone please create a glui tag – Shweta Dec 07 '10 at 11:34
-
Sorry, but can you elaborate a bit please? – elmattic Dec 07 '10 at 11:44
-
what creating a tag or a table? – Shweta Dec 07 '10 at 11:46
-
I requested to create a tag because I cant create it – Shweta Dec 07 '10 at 11:47
1 Answers
0
From my experience with glui, and looking over the docs again, there doesn't seem to be a way to create a table.
One option is to just pack read only text boxes in a regular grid.. That would sort of poorly mimic a table.
Another option if you are getting to a point where glui simply isn't powerful enough is to switch to something like gtk or gtkmm. It would still allow you to render opengl (through gtkglext), but it would also enable you to use all of the gtk widgets (here's a gallery: http://library.gnome.org/devel/gtk/2.21/ch02.html -- not that I see a table there either).
Again from my experience, gtk is quite a bit harder to start using as compared to glui, but i think it's worth the effort for an involved gui.

vmpstr
- 5,051
- 2
- 25
- 25