Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/revk/PuzzleBox
- Owner: revk
- License: gpl-3.0
- Created: 2018-12-25T13:23:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T07:15:46.000Z (about 3 years ago)
- Last Synced: 2024-08-02T05:13:53.651Z (5 months ago)
- Topics: 3d, gcc, openscad, puzzle, puzzle-box
- Language: C
- Size: 196 KB
- Stars: 123
- Watchers: 7
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puzzle Box
Makes OpenSCAD file for a puzzle boxHas 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)