summaryrefslogtreecommitdiffstats
path: root/development/SoQt/README
diff options
context:
space:
mode:
author Aleksandar Samardzic <asamardzic@matf.bg.ac.yu>2010-05-11 20:00:20 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 20:00:20 +0200
commit4a1b3ed22a318ef202c19fe34c1b3aa91cabb1c1 (patch)
treeefb762cf270dc7a589707ab28bd34e7fc344e459 /development/SoQt/README
parent614938484084d871e044d5e721606266654c4ebf (diff)
downloadslackbuilds-4a1b3ed22a318ef202c19fe34c1b3aa91cabb1c1.tar.gz
slackbuilds-4a1b3ed22a318ef202c19fe34c1b3aa91cabb1c1.tar.xz
development/SoQt: Added to 12.0 repository
Diffstat (limited to 'development/SoQt/README')
-rw-r--r--development/SoQt/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/development/SoQt/README b/development/SoQt/README
new file mode 100644
index 0000000000..0269cee6ce
--- /dev/null
+++ b/development/SoQt/README
@@ -0,0 +1,17 @@
+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.