Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/stone-age-lib.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h1>Libraries</h1>
<li>&centerdot;&nbsp;<a href="#UB.scad">UB.scad</a></li>
<li>&centerdot;&nbsp;<a href="#FunctionalOpenSCAD">Functional OpenSCAD</a></li>
<li>&centerdot;&nbsp;<a href="#constructive">Constructive</a></li>
<li>&centerdot;&nbsp;<a href="#StoneAgeLib">StoneAgeLib</a></li>
<li>&centerdot;&nbsp;<a href="#BOLTS">BOLTS</a></li>
<li>&centerdot;&nbsp;<a href="#Assets">Asset Collection</a></li>
</ul>
Expand Down Expand Up @@ -173,6 +174,18 @@ <h2 id="constructive">Constructive Library</h2>
</ul>
<p style="clear: both"></p>

<img class="libimg" src="images/stone-age-lib.gif" width="200" align="right">
<h2 id="StoneAgeLib">StoneAgeLib</h2>
<p>StoneAgeLib - All sorts of scripts for OpenSCAD. The scripts are for 3D models for 3D printing.</p>
<p>An important aspect of this library is the CC0 (Public Domain) license.</p>
<p>This library is for a OpenSCAD version of at least 2025 with the features turned on and using "Manifold".</p>
<ul>
<li><a href="https://github.com/Stone-Age-Sculptor/StoneAgeLib">Library</a></li>
<li><a href="https://github.com/Stone-Age-Sculptor/StoneAgeLib/tree/main/examples">Documentation</a></li>
<li>License: <a href="https://spdx.org/licenses/CC0-1.0.html">CC0-1.0</a></li>
</ul>
<p style="clear: both"></p>

<img class="libimg" src="images/bolts.gif" width="200" align="right">
<h2 id="BOLTS">BOLTS</h2>
<p>BOLTS is an Open Library of Technical Specifications.</p>
Expand Down Expand Up @@ -350,7 +363,7 @@ <h2 id="pathbuilder">Pathbuilder</h2>
<li><a href="https://github.com/dinther/pathbuilder/wiki">Wiki</a></li>
<li>License: <a href="https://spdx.org/licenses/MIT.html">MIT</a></li>
</ul>
<p style="clear: both"></p>
<p style="clear: both"></p>

<!-- <img class="libimg" src="images/a2d.gif" width="200" align="right"> -->
<h2 id="a2d">Altair's 2D Library for OpenSCAD</h2>
Expand Down