|
| 1 | +<!DOCTYPE html> |
| 2 | + |
| 3 | +<html lang="en"> |
| 4 | +<head> |
| 5 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 6 | + <title>OpenSCAD - Libraries</title> |
| 7 | + |
| 8 | + <link href="assets/css/style.css" rel="stylesheet"> |
| 9 | + |
| 10 | + <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> |
| 11 | + |
| 12 | + <script src="assets/js/jquery-1.9.1.min.js"></script> |
| 13 | + <script src="assets/js/modernizr-1.7.min.js"></script> |
| 14 | + |
| 15 | + <!-- One-Page-Nav --> |
| 16 | + <script src="assets/js/jquery.scrollTo.js"></script> |
| 17 | + |
| 18 | + <!--waypoints--> |
| 19 | + <script src="assets/js/waypoints.min.js"></script> |
| 20 | + <script src="assets/js/waypoints-sticky.min.js"></script> |
| 21 | + |
| 22 | + <script src="assets/js/documentation.js"></script> |
| 23 | + <script src="assets/js/header.js"></script> |
| 24 | + <script type="text/javascript"> |
| 25 | + var _gaq = _gaq || []; |
| 26 | + _gaq.push(['_setAccount', 'UA-26999768-1']); |
| 27 | + _gaq.push(['_setDomainName', 'openscad.org']); |
| 28 | + _gaq.push(['_trackPageview']); |
| 29 | + |
| 30 | + (function() { |
| 31 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 32 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 33 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 34 | + })(); |
| 35 | +</script> |
| 36 | +</head> |
| 37 | +<body> |
| 38 | + |
| 39 | +<div id="page-wrap"> |
| 40 | +<header> |
| 41 | + <div class="clear"></div> |
| 42 | + <div id="logo" class="left"></div> |
| 43 | + <div id="donate" class="right"> |
| 44 | + <div id="paypal" style="margin-bottom:5px;"> |
| 45 | + <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> |
| 46 | + <input type="hidden" name="cmd" value="_s-xclick"> |
| 47 | + <input type="hidden" name="hosted_button_id" value="7ZQNEVE87X2KN"> |
| 48 | + <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate using PayPal"> |
| 49 | + <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> |
| 50 | + </form> |
| 51 | + </div> |
| 52 | + <a class="FlattrButton" style="display:none;" rev="flattr" href="http://openscad.org"></a><br/> |
| 53 | + <script src="assets/widget_coin/coin.js"></script> |
| 54 | + <script> |
| 55 | + CoinWidgetCom.go({ |
| 56 | + wallet_address: "18Eakg4ZCjjfVajXGvyntLKsEJYvZuT49C" |
| 57 | + , currency: "bitcoin" |
| 58 | + , counter: "count" |
| 59 | + , alignment: "bl" |
| 60 | + , qrcode: true |
| 61 | + , auto_show: false |
| 62 | + , lbl_button: "Donate" |
| 63 | + , lbl_address: "Bitcoin Address:" |
| 64 | + }); |
| 65 | + </script> |
| 66 | + </div> |
| 67 | + <div id="title" style="margin-top:35px; width:620px;"> |
| 68 | + <h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1> |
| 69 | + <h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid 3D CAD Modeller</h2> |
| 70 | + </div> |
| 71 | + |
| 72 | + <div id="navigation"> |
| 73 | + <div id="navigation-inner"> |
| 74 | + <ul class="nav"> |
| 75 | + <li><a href="index.html">Home</a></li> |
| 76 | + <li><a href="about.html">About</a></li> |
| 77 | + <li><a href="news.html">News</a></li> |
| 78 | + <li><a href="downloads.html">Downloads</a></li> |
| 79 | + <li><a href="documentation.html">Documentation</a></li> |
| 80 | + <li class="current"><a href="libraries.html">Libraries</a></li> |
| 81 | + <li><a href="gallery.html">Gallery</a></li> |
| 82 | + <li><a href="community.html">Community</a></li> |
| 83 | + <li><a href="https://github.com/openscad/openscad/" target="_blank">GitHub</a></li> |
| 84 | + </ul> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | +</header> |
| 88 | + |
| 89 | +<div id="page-content"> |
| 90 | + |
| 91 | + <div id="sidebar" class="sticky"> |
| 92 | + <h1>Libraries</h1> |
| 93 | + <ul> |
| 94 | + <li><a href="#general">General</a></li> |
| 95 | + </ul> |
| 96 | + </div> |
| 97 | + |
| 98 | + <article> |
| 99 | + <section id="General"> |
| 100 | + <h1>General</h1> |
| 101 | + <img class="libimg" src="images/bosl.gif" width="200" align="right"> |
| 102 | + <h2>BOSL</h2> |
| 103 | + <p>The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.</p> |
| 104 | + <ul> |
| 105 | + <li>Link: <a href="https://github.com/revarbat/BOSL">https://github.com/revarbat/BOSL</a></li> |
| 106 | + <li>Documentation: <a href="https://github.com/revarbat/BOSL/wiki">https://github.com/revarbat/BOSL/wiki</a></li> |
| 107 | + </ul> |
| 108 | + <p style="clear: both"></p> |
| 109 | + <img class="libimg" src="images/dotscad.gif" width="200" align="right"> |
| 110 | + <h2>dotSCAD</h2> |
| 111 | + <p>Helpful modules and functions when playing OpenSCAD.</p> |
| 112 | + <ul> |
| 113 | + <li>Link: <a href="https://github.com/JustinSDK/dotSCAD">https://github.com/JustinSDK/dotSCAD</a></li> |
| 114 | + <li>Documentation: <a href="https://openhome.cc/eGossip/OpenSCAD/">https://openhome.cc/eGossip/OpenSCAD/</a></li> |
| 115 | + </ul> |
| 116 | + <p style="clear: both"></p> |
| 117 | + <img class="libimg" src="images/bolts.gif" width="200" align="right"> |
| 118 | + <h2>BOLTS</h2> |
| 119 | + <p>BOLTS is an Open Library of Technical Specifications.</p> |
| 120 | + <ul> |
| 121 | + <li>Link: <a href="https://github.com/boltsparts/BOLTS">https://github.com/boltsparts/BOLTS</a></li> |
| 122 | + <li>Documentation: <a href="https://boltsparts.github.io/en/index.html">https://boltsparts.github.io/en/index.html</a></li> |
| 123 | + </ul> |
| 124 | + <p style="clear: both"></p> |
| 125 | + </section> |
| 126 | + |
| 127 | + </article> |
| 128 | + |
| 129 | +<div class="clear"></div> |
| 130 | + |
| 131 | +</div><!--#page-content end--> |
| 132 | + |
| 133 | +<footer> |
| 134 | + |
| 135 | +</footer> |
| 136 | +</div><!--#page-wrap end--> |
| 137 | + |
| 138 | +</body> |
| 139 | +</html> |
0 commit comments