Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revk/PuzzleBox

Generate 3D puzzle box (OpenSCAD source)
https://github.com/revk/PuzzleBox

3d gcc openscad puzzle puzzle-box

Last synced: about 2 months ago
JSON representation

Generate 3D puzzle box (OpenSCAD source)

Awesome Lists containing this project

README

        

# Puzzle Box
Makes OpenSCAD file for a puzzle box

Has been tested on linux, you probably need libpopt-dev

As you will see from the Makefile, you will need popt development library.
You also need gcc supporting _GNU_SOURCE for strdupa() and asprintf()

And, for the avoidance of doubt, obviously, this is normally built using "make"

When built, use --help for options, or see https://www.me.uk/puzzlebox

On macOS, this requires gcc, so "brew install gcc", then should make with no problem.

(c) Copyright 2019 Adrian Kennard. See LICENSE file (GPL)