-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format README as markdown and rename it ro README.md.
- Loading branch information
1 parent
674e24a
commit 7d6ef31
Showing
2 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
SoGtk is a GTK+ toolkit library for using Open Inventor with GTK+. It | ||
has been developed as a replacement library for InventorXt for GTK+ users. | ||
SoGtk should work equally well on top of Coin (SIM's Open Inventor clone), | ||
SGI Open Inventor, and TGS Open Inventor. | ||
|
||
To build SoGtk, you need the following libraries: | ||
|
||
- [GTK+](https://www.gtk.org/) (glib + gtk). | ||
- An Open Inventor implementation. | ||
|
||
Although you can contact the author directly, please use the coin3d-discuss | ||
mailing list for SoGtk-related questions. Information on the coin mailing | ||
lists can be found on the support page at [www.coin3d.org](https://www.coin3d.org/). | ||
To browse previous discussions on coin3d-discuss (to see if the subject has | ||
already been discussed), look up the coin3d-discuss mailing list at | ||
[coin3d-discuss](https://groups.google.com/group/coin3d-discuss). | ||
|
||
To generate the SoGtk API documentation yourself, you need the Doxygen | ||
utility. The documentation is also available online at the Coin web site, | ||
at [SoGtk](https://www.coin3d.org/SoGtk/html/). | ||
|
||
Lars J |