Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Support svx voxel format #58

Open
X3msnake opened this issue May 25, 2020 · 0 comments
Open

Feature Request - Support svx voxel format #58

X3msnake opened this issue May 25, 2020 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@X3msnake
Copy link
Collaborator

The SVX format(Simple Voxels) is a voxel transmital format. It was developed to enable the upload of voxel based models to Shapeways. The design priorities are simple definition, ease of implementation, and extensibility.

Format

The basic format is a Zip file, named with a .svx extension. It contains a manifest file and a series of slices as images.

manifest.xml
channel_name/slice0.png
channel_name/slice1.png

https://abfab3d.com/svx-format/

examplefile-sphere.svx


About Go and Libraries:
https://golang.org/pkg/encoding/xml/
https://tour.golang.org/welcome/1

@X3msnake X3msnake added the feature request New feature or request label May 25, 2020
@X3msnake X3msnake self-assigned this May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant