pixel-printer: A program for turning pixel art into 3D prints

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Pixel-printer is a utility for turning pixel art into 3d prints.


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.0, 0.1.1, 0.1.2
Change log ChangeLog.md
Dependencies base (>=4.13 && <4.14), JuicyPixels (>=3.3 && <3.4), lens (>=4.18 && <4.19), pixel-printer [details]
License GPL-3.0-only
Copyright 2021 Zachary Sarver
Author Zachary Sarver
Maintainer Zachary.Sarver@gmail.com
Category Image
Home page https://github.com/ZSarver/pixel-printer#readme
Bug tracker https://github.com/ZSarver/pixel-printer/issues
Source repo head: git clone https://github.com/ZSarver/pixel-printer
Uploaded by ZacharySarver at 2021-02-16T00:18:50Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for pixel-printer-0.1.0

[back to package description]

pixel-printer

Pixel-printer is a utility for turning pixel art into 3d prints.

Installation

Use stack install pixel-printer or cabal install pixel-printer

Usage

stack run filename or cabal run pixel-printer-exe filename will output OpenSCAD code to standard out to do as you please. To get a file, redirect like so stack run filename > filename.scad or cabal run pixel-printer-exe filename > filename.scad. To get an STL from here, open the OpenSCAD code in OpenSCAD.

Any filetype supported by JuicyPixels will work.

Roadmap