summaryrefslogtreecommitdiffstats
path: root/development/Coin
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 17:46:45 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:43 +0700
commit9e2f28a1b381f365975d01c36b85614cbfe24b42 (patch)
tree6e39502eb1206a581d24c78d93b15e984573b956 /development/Coin
parentce554fa8009a1a0f3ce6a28ab60437a968433fcc (diff)
downloadslackbuilds-9e2f28a1b381f365975d01c36b85614cbfe24b42.tar.gz
slackbuilds-9e2f28a1b381f365975d01c36b85614cbfe24b42.tar.xz
development/Coin: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Coin')
-rw-r--r--development/Coin/README22
1 files changed, 12 insertions, 10 deletions
diff --git a/development/Coin/README b/development/Coin/README
index 26249a04bd..c6a65bf46d 100644
--- a/development/Coin/README
+++ b/development/Coin/README
@@ -1,14 +1,16 @@
Coin is a high-level 3D graphics toolkit for developing cross-platform
real-time 3D visualization and visual simulation software.
-Coin is built on OpenGL and uses scene graph data structures to render 3D
-graphics in real-time. Basic import, rendering, and interaction with a
-3D object can be implemented in just a few lines of code, and programmer
-efficiency is greatly increased compared with programming directly with
-OpenGL. OpenGL code and Coin code can co-exist in the same application,
-which makes gradual migration from OpenGL to Coin possible.
+Coin is built on OpenGL and uses scene graph data structures to render
+3D graphics in real-time. Basic import, rendering, and interaction
+with a 3D object can be implemented in just a few lines of code, and
+programmer efficiency is greatly increased compared with programming
+directly with OpenGL. OpenGL code and Coin code can co-exist in the
+same application, which makes gradual migration from OpenGL to Coin
+possible.
-Coin is fully compatible with SGI Open Inventor 2.1, the de facto standard
-for 3D visualization and visual simulation software in the scientific and
-engineering community. Additional features in Coin include VRML97 support,
-3D sound, 3D textures, and parallel rendering on multiple processors.
+Coin is fully compatible with SGI Open Inventor 2.1, the de facto
+standard for 3D visualization and visual simulation software in the
+scientific and engineering community. Additional features in Coin
+include VRML97 support, 3D sound, 3D textures, and parallel rendering
+on multiple processors.