2016-01-19 07:35:34 +08:00
2016-01-17 17:21:55 +08:00
2016-01-18 16:04:56 +08:00
2016-01-17 10:15:04 +08:00
2016-01-17 17:21:55 +08:00
2016-01-17 10:15:04 +08:00
2016-01-19 07:35:34 +08:00
2016-01-18 16:04:56 +08:00
2016-01-18 16:04:56 +08:00
2016-01-18 16:04:56 +08:00
2016-01-18 16:04:56 +08:00

gen-svg-cube

This package makes isometric cubes. It takes in svg's and renders them from a given side at a given resolution.

Quickstart

TODO

Screenshots

Input:

Output:

GUI

Installation

npm i

Usage

From the command line:

nde svg2cube-cli.js inputs/panels.svg

Or in node:

var svg2cube = require('./svg2cube.js');
svg2cube('inputs/panels.svg',{rotateY: 45, size:256});

Author

wassname.org

License

MIT

S
Description
Generate isometric game sprites. Inputs an svg panel and it's folded into a cube and rendered from any angle.
Readme 520 KiB
Languages
JavaScript 74.8%
HTML 25.2%