voxelify

Crates.iovoxelify
lib.rsvoxelify
version0.1.0
sourcesrc
created_at2024-05-12 16:28:00.943149
updated_at2024-05-12 16:28:00.943149
descriptionConvert a 2D pixel art image into GLTF 3D object
homepage
repositoryhttps://github.com/EngoDev/voxelify
max_upload_size
id1237631
size66,464
Shalev Goodman (EngoDev)

documentation

https://docs.rs/voxelify

README

Voxelify

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

Example

2D Image 3D GLB

Usage

cargo run --release -- --help

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

cargo add voxelify
Commit count: 12

cargo fmt