/relief

JPEG > STL > Tinkerine > Letterpress :frog:

Primary LanguageJavaScript

relief is a simple program that lets you drop in images and get back 3D printable STL plates for letterpress and block printmaking.

Download (for mac) wepress.ca/relief.zip

or if you want you can build from source:

$: git clone https://github.com/wepress/relief.git
$: cd relief
$: make all

then you can run relief with:

$: make run

or compile as a mac app:

$: make app