Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
Nuts'n'Bolts

Description

SIM Nuts'n'Bolts is an extension library for 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.

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