Question

Is it possible to create table(mathematical table not kitchen table) by using glui? Please specify the function, if possible. Thanks in advance.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top