ARToolKit | Mailing List Archive |
![]() |
From: | Fernando Giovanini <giovanini@u ............> | Received: | Nov 28, 2006 |
To | ARToolkit <artoolkit@h ..................> | ||
Subject: | GUI | ||
Hello, I'm using the GLUI lib to add GUI components. But I'm having some problems. I want to know is there is another GUI lib that I can use with the ARToolkit. Thanks, Fernando |
From: | Philip Lamb <phil@e ..........> | Received: | Nov 29, 2006 |
To | Fernando Giovanini <giovanini@u ............> | ||
Subject: | Re: GUI | ||
ARToolKit uses standard OpenGL via the gsub_lite library, or OpenGL + GLUT via the gsub library. You can use any GUI lib that works with OpenGL. Regards, Phil. On 29/11/2006, at 6:29 AM, Fernando Giovanini wrote: > Hello, > I'm using the GLUI lib to add GUI components. But I'm having some > problems. > I want to know is there is another GUI lib that I can use with the > ARToolkit. > > Thanks, > Fernando |
From: | Fernando Giovanini <giovanini@u ............> | Received: | Dec 1, 2006 |
To | ARToolkit <artoolkit@h ..................> | ||
Subject: | Re: GUI | ||
Can you give examples of GUI libs that works with OpenGL? Regards, Fernando. Philip Lamb escreveu: > ARToolKit uses standard OpenGL via the gsub_lite library, or OpenGL + > GLUT via the gsub library. You can use any GUI lib that works with > OpenGL. > > Regards, > Phil. > > On 29/11/2006, at 6:29 AM, Fernando Giovanini wrote: > >> Hello, >> I'm using the GLUI lib to add GUI components. But I'm having some >> problems. >> I want to know is there is another GUI lib that I can use with the >> ARToolkit. >> >> Thanks, >> Fernando > > |
From: | Leif Oppermann <lxo@C ............> | Received: | Dec 1, 2006 |
To | Fernando Giovanini <giovanini@u ............>, AR Mailing List <artoolkit@h ..................> | ||
Subject: | Re: GUI | ||
GLGui works with OpenGL. I have integrated it with ARToolkit as part of my diplom. The results is called ARGUI http://glgui.sourceforge.net/ http://projekt.medieninformatik.de/argui/ There is still work to be done but it's probably good enough to get you going initially, depending on what you want to achieve. Cheers, Leif Fernando Giovanini wrote: > Can you give examples of GUI libs that works with OpenGL? > > Regards, > Fernando. > > Philip Lamb escreveu: >> ARToolKit uses standard OpenGL via the gsub_lite library, or OpenGL + >> GLUT via the gsub library. You can use any GUI lib that works with >> OpenGL. >> >> Regards, >> Phil. >> >> On 29/11/2006, at 6:29 AM, Fernando Giovanini wrote: >> >>> Hello, >>> I'm using the GLUI lib to add GUI components. But I'm having some >>> problems. >>> I want to know is there is another GUI lib that I can use with the >>> ARToolkit. >>> >>> Thanks, >>> Fernando >> >> > This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. |
From: | Peter Antoniac <theSeinfeld@u ...........> | Received: | Dec 1, 2006 |
To | ARToolkit <artoolkit@h ..................> | ||
Subject: | Re: GUI | ||
On Friday 01 December 2006 16:27, you wrote: > Can you give examples of GUI libs that works with OpenGL? I am not sure how this will help you...but here is a small list. If you use linux (as me) some are packaged so no neurons to use... The popular (include DEB packages): http://www.fltk.org/ http://glam.sourceforge.net/ Not in the distros: http://agar.csoft.org/ Some based on GLUT (you might not like them): http://glow.sourceforge.net/ http://plib.sourceforge.net/pui/ I guess there might be more out there if you search the net... Cheers, Peter |
From: | Peter Oost <h.b.oost@s .................> | Received: | Dec 9, 2006 |
To | Fernando Giovanini <giovanini@u ............> | ||
Subject: | Re: GUI | ||
Fernando Giovanini wrote: > Can you give examples of GUI libs that works with OpenGL? CEGUI[1] works with OpenGL, it can also work on top of Ogre[2], which works on OpenGL. Here[3] is an (old) thread about Ogre together with ARToolKit. There is probably some more up to date information out there. Regards, -Peter [1] http://www.cegui.org.uk/wiki/index.php/Main_Page [2] http://www.ogre3d.org [3] http://www.ogre3d.org/phpBB2/viewtopic.php?t=22584&postdays=0&postorder=asc&start=25 |