Skip to content
Open
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/doll-house.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ <h1>Libraries</h1>
<li>&centerdot;&nbsp;<a href="#pathbuilder">Pathbuilder</a></li>
<li>&centerdot;&nbsp;<a href="#scon">SCON - JSON for OpenSCAD</a></li>
<li>&centerdot;&nbsp;<a href="#a2d">Altair's 2D Library</a></li>
<li>&centerdot;&nbsp;<a href="#wooden_doll_house_libraries">Wooden doll house libraries</a></li>
</ul>
</ul>
</div>
Expand Down Expand Up @@ -413,6 +414,19 @@ <h2 id="a2d">Altair's 2D Library for OpenSCAD</h2>
<li>License: <a href="https://spdx.org/licenses/MIT.html">MIT</a></li>
</ul>
<p style="clear: both"></p>

<img class="libimg" src="images/doll-house.png" width="200" align="right" alt="Wooden doll house example">
<h2 id="wooden_doll_house_libraries">Wooden doll house libraries</h2>
<p>A collection libraries for creating wooden doll houses in OpenSCAD.</p>
<ul>
<li>
<a href="https://codeberg.org/adrien-delhorme/openscad-doll-house">Doll house</a>,
<a href="https://codeberg.org/adrien-delhorme/openscad-roof-on-fire">Roof</a>,
<a href="https://codeberg.org/adrien-delhorme/openscad-fred-a-stair">Stairs</a>,
<a href="https://codeberg.org/adrien-delhorme/openscad-new-dimensions">Dimensions</a>
</li>
<li>License: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GPL-3.0-only</a></li>
</ul>
</section>

</article>
Expand Down