Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] CGAL and GUI ??

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] CGAL and GUI ??


Chronological Thread 
  • From: Sébastien Meunier <>
  • To:
  • Subject: Re: Re: [cgal-discuss] CGAL and GUI ??
  • Date: Thu, 25 Oct 2007 22:39:42 +0200 (CEST)
  • Importance: Normal

Hello,

It's Qt from Trolltech : http://trolltech.org/

But be careful, qtwidget from CGAL works only with Qt3, which is not
compatible with actual version Qt4.
I actually don't know where you can get Qt3 anymore, it depends on your
platform.

As for me, I made my own GUI using Qt4 and OpenGL, specific for my
application, with the QGLWidget which is quite easy to use. I used the off
format to load 3D meshes and the event system from Qt to bind mouse &
Keyboard commands to mesh editing fontions.

Hope it'll help

Sébastien Meunier
Polytech'Nice-Sophia


>>Hello,
>
>>CGAL is first of all a collection of algorithms and data structures.
>
>>For the 2D demos we used Qt3 and wrote a widget for CGAL objects.
>
>>For 3D we have some demos using Coin, others using OpenGL and glut,
>>and yet others generating files in off format so that the
>>result can be visualized in geomview
>
>>andreas
>
> Hello,
> I googled for qt3, but it is ambiguous with quick time.
>
> Can you give the true site URL for what you said?
>
> Thanks,
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>


-------------------------------------
Sébastien Meunier
Polytech'Sophia
Département Info
Spécialité Vision Image et MultiMedia
Master IGMMV
tel: 06.24.22.61.14
-------------------------------------



Archive powered by MHonArc 2.6.16.

Top of Page