-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jose Miguel Espadero edited this page Jan 21, 2014
·
3 revisions
Coindesigner is a RAD (rapid application development) system to build 3D applications using [Coin3D](https://bitbucket.org/Coin3D/coin/wiki/Home). It allows to write simple 3D scenarios just using drag&drop, so users require no programming skills to use it.
coindesigner is a system equivalent to glade or qt-designer, where users can choose components from the openInventor toolkit, add them somewhere in our scene and configure them in a very easy way... and all changes are applied to the scene on the fly!
Some characteristics of the tool are:
- Reads and write scenes in native openInventor file format
- Can import geometry from VRML, 3ds, DXF, OFF (from geomview), SMF, SPH sphere trees and XYZ ascii point clouds file formats.
- Can export geometry to file formats VRML2, SMF, OBJ, STL, OFF y XYZ.
- It allows to visualize volumetric data (such as medical CT) if SIM Voleon is available in your system.
- Makes some basic geometrical operations, as mesh reduction (with QSLIM) and convex hull computation.
- It includes cdsview, an minimalistic external viewer that allows you to view and distribute scenes without need of coindesigner.
- Allows to use manips to configure Lights and Transform nodes. Just use the right mouse button to interchange between those nodes and their manip!
- GUI has been translated to English, Spanish and Portuguese
- Includes the complete coin reference and several tutorials directly brownsables from the application.
- It's as multiplatform as coin3d and Qt are. It works under Linux, Mac OS X, and Windows.
- It's open source released under GPL license.
To build it, you will need the Coin3D libraries and Qt SDK. For windows users we sometimes provide binaries compiled with QT3 Windows Free Edition
Happy coindesigning!!!