https://github.com/coin3d/nutsnbolts
Miscellaneous extensions for creating visualization apps
https://github.com/coin3d/nutsnbolts
coin3d extensions open-inventor scenegraph
Last synced: 12 months ago
JSON representation
Miscellaneous extensions for creating visualization apps
- Host: GitHub
- URL: https://github.com/coin3d/nutsnbolts
- Owner: coin3d
- License: bsd-3-clause
- Created: 2019-12-25T23:59:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T17:41:55.000Z (about 1 year ago)
- Last Synced: 2025-06-05T20:08:57.452Z (about 1 year ago)
- Topics: coin3d, extensions, open-inventor, scenegraph
- Language: C++
- Homepage:
- Size: 1.53 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Nuts'n'Bolts
============
Description
-----------
SIM Nuts'n'Bolts is an extension library for [Coin](https://github.com/coin3d/coin)
that contains various nuts and bolts that are useful for creating
generic Coin-based visualization applications. The nodes are in
general viewer-centric in scope. You won't find domain-specific
nodes for any particular engineering domain here - such nodes will
go to other libraries.
The library was first released in early 2005, but some of the code
it contains has been living in the SmallChange library for years
and been in use in various projects. The unversioned/unreleased
state of SmallChange has however been a problem, so to make the
nodes more useful and usable, a new strict library was split out.
License
-------
Nuts'n'Bolts is released publicly under the 3-clause BSD license (see COPYING).
GETTING THE SOURCE
The source code for SIM Nuts'n'Bolts releases can be found
in the [official GitHub repository](https://github.com/coin3d/nutsnbolts/releases).
You can fetch the source code from its official GitHub repository
with the following command:
$ git clone -recurse-submodules https://github.com/coin3d/nutsnbolts.git NutsnBolts