OpenScads
12-22-2021

Minimal database of Openscad snippets.
Using less than 150 lines of code (including HTML, JavaScript, and CSS!) I wrote a minimalist version of the OpenScad snippets app.
Lean and mean in PHP so you can run it locally. For example:
Improvements over the C# version:
Using less than 150 lines of code (including HTML, JavaScript, and CSS!) I wrote a minimalist version of the OpenScad snippets app.
Lean and mean in PHP so you can run it locally. For example:
php -S localhost:5055
Improvements over the C# version:
- You only need to put Openscad files in a specific folder to make them visible (no extra scripts need to be executed).
- Copy-to clipboard to instantly grab the snippet.
- Little code, so easy to maintain.
- You can open Nemo and it will immediately highlight the snippet file. This is a useful option if you want to quickly locate related files (such as .stls).
Source code
The source code of my apps is always available.If it's not in the article or on my Git, email me for the code.
View 13 apps