
Thu, 06/16/2005 - 17:23
Forums:
One of my students made a diploma work. It is a module of simple 2D sketcher. I opened a project Simple Sketcher (http://www.opencascade.org/org/community/projects/?project_id=178).
Please, don't kick very strong :-)
Fri, 06/24/2005 - 15:20
Hi,
great news! Building an common sketcher is a "must have" for OCC. So thanks for the source. Are there plans for adding other GUI toolkits since OCC also supports MFC and FLTK directly?
Greets,
Patrik
Mon, 06/27/2005 - 10:20
>>Are there plans for adding other GUI toolkits since OCC also supports MFC and FLTK directly?
We tried to make only internal module. And our qt-example is only example. You can use others GUI without problems. You need only call sketcher functions from your event handlers and create own dialogs classes (GUI-wrappers) for element properties. But, of course, it would be useful to create examples for others GUI also.