Oxygen Basic

Information => Open Forum => Topic started by: JRS on September 11, 2014, 09:59:34 PM

Title: IUP OpenGL forms
Post 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)

Quote from: IUP docs
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.

Title: Re: IUP OpenGL forms
Post by: Charles Pegge on September 11, 2014, 10:26:43 PM
Thanks John.

I wonder if they offer a full edit box. :)
Title: Re: IUP OpenGL forms
Post by: JRS on September 11, 2014, 11:50:33 PM
Quote
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?

Title: Re: IUP OpenGL forms
Post by: RobbeK on September 12, 2014, 02:19:04 AM
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

.
Title: Re: IUP OpenGL forms
Post by: Mike Lobanovsky on September 12, 2014, 02:53:10 AM
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)
Title: Re: IUP OpenGL forms
Post by: JRS on September 12, 2014, 03:00:59 AM
That's slick Rob. You need Iupglcontrols.dll and using =>3.11 of the library for the OpenGL form controls.