/voxelify

Convert a 2D pixel art image into GLTF 3D object

Primary LanguageRustApache License 2.0Apache-2.0

Voxelify

Convert a 2D pixel art image into GLTF 3D object using voxels and face-culling

Crates.io MIT licensed License

Example

2D Image 3D GLB

GLTF support

Currently, the crate supports only GLB in GLTF 2.0 specs.

Support for GLTF ascii is planned and can be tracked here: #1

Usage

cargo run --release -- --help

Or if you want to use the functions in your code you can do:

cargo add voxelify