slackbuilds/development/SoQt
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
README development/SoQt: Added. 2010-05-15 10:38:37 +02:00
SoQt.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05:00
SoQt.info development/SoQt: Added. 2010-05-15 10:38:37 +02:00
slack-desc development/SoQt: Added. 2010-05-15 10:38:37 +02:00

README

SoQt is set of Qt GUI bindings for Coin library.

By using the combination of Coin, Qt and SoQt for your 3D applications,
you have a framework for writing completely portable software across the
whole range of UNIX, Linux, Microsoft Windows and Mac OS X operating
systems.  Coin, Qt and SoQt makes this possible from a 100% common
codebase, which means there is a minimum of hassle for developers when
working on multiplatform software, with the resulting large gains in
productivity.

SoQt, like Coin and Qt, provides the programmer with a high-level
application programmer's interface (API) in C++.  The library primarily
includes a class-hierarchy of viewer components of varying functionality
and complexity, with various modes for the end-user to control the
3D-scene camera interaction.

SoQt requires the Coin library, which is also available at SlackBuilds.org.