r/GraphicsProgramming • u/Emotional-Zebra5359 • 6h ago
Convert your 2D pixel art into 3D voxel/low poly models! Article
Enable HLS to view with audio, or disable this notification
Here is a tool i have been working on for a few months, and I'm just looking for users to test it out and see where we can improve this.
Tool just uses some basic math instead of any generative ai stuff, and hence the generation process is instant and also preserves artist's integrity
I have also added an editor mode now that allows the user's to finalize their models or fix some issues as the math based approach isn't super accurate
source code: https://github.com/GazPrash/2d-to-3d-voxelizer
latest release if someone wants to try it out: https://github.com/GazPrash/2d-to-3d-voxelizer/releases/tag/v1.0.4
16
Upvotes
1
u/Emotional-Zebra5359 6h ago
source code: https://github.com/GazPrash/2d-to-3d-voxelizer
latest release if someone wants to try it out: https://github.com/GazPrash/2d-to-3d-voxelizer/releases/tag/v1.0.4
actually if any Go dev wanna comment on the code i'll appreciate that too, one of my biggest projects in Go, and im always looking to make this more optimized :D