Converts a Turtle script into a set of OpenSCAD polygons
694
A SPA that takes a Logo script (remember that from high school?) and converts it into a set of OpenSCAD geometry calls. Because sometimes maths is hard.
Here's an example docker-compose.yml:
services:
logo2openscad:
image: becdetat/logo2openscad:latest
container_name: logo2openscad
ports:
- 8080:80
restart: unless-stopped
Content type
Image
Digest
sha256:ea90a601b…
Size
20.2 MB
Last updated
4 months ago
docker pull becdetat/logo2openscad