revk / PuzzleBox

Generate 3D puzzle box (OpenSCAD source)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Generate 3D puzzle box (OpenSCAD source)

License:GNU General Public License v3.0


Languages

Language:C 91.4%Language:Shell 8.2%Language:Makefile 0.3%