Oxygen Basic
Information => Open Forum => Topic started by: JRS on September 11, 2014, 09:59:34 PM
-
Charles,
Here is something that might be of interest to you.
(http://webserver2.tecgraf.puc-rio.br/iup/en/gl/glcanvascube.png)
IupGLControls (http://webserver2.tecgraf.puc-rio.br/iup/en/iupglcontrols.html)
This library contains several controls that behave much like their standard controls counterpart such as IupLabel, IupButton, IupFrame, and so on. But they were designed to be used only embedded in an OpenGL canvas along with the application drawing. They will work and be displayed on top of the application drawing and respond to mouse events concurrently with the application mouse events.
-
Thanks John.
I wonder if they offer a full edit box. :)
-
I wonder if they offer a full edit box.
Doesn't look like it. I wonder if you could mix your stuff within the IUP OPenGL environment?
-
Hi Charles, John ..
is that part of the iupGL.dll ???
Got the iup.dll working under Common Lisp now -- strangely it is not available through Quicklisp
(ql:system-apropos "iup") gives nil ....
best, Rob
.
-
Here is something that might be of interest to you.
Looks very, very elegant. :)
I wonder if they offer a full edit box. :)
(http://cdn1.freepik.com/image/th/18-2147488291.jpg)
-
That's slick Rob. You need Iupglcontrols.dll and using =>3.11 of the library for the OpenGL form controls.