Yet another package that converts popular 3D formats (gii, obj, off, stl, gltf) and neuroglancer precomputed mesh format
- Ubuntu >= 18.10*
Most of the functionality should work in all OS, except for ng precomputed mesh format. Windows and MacOS seems to have a hard time parsing :
in the filename.
TODO code examples
- neuroglancer precomputed mesh format
- STL ascii
- STL binary
- gifti
- obj
- vtk
- OFF ascii
- neuroglancer precomputed mesh format
- STL ascii
- STL binary
- gifti
- obj
- vtk
- OFF ascii
See <common/splitMesh.md>
from v2.0+ onwards, gong supports go build constraints using tags. This should allow for smaller binary sizes.
For example, if only the conversion bewteen STL_ASCII
and NG_MESH
is required, a smaller binary can be built with:
go build -tags "ng_mesh stl_ascii"
Available tags are:
- all
- gii
- gltf
- ng_mesh
- obj
- off_ascii
- stl_ascii
- stl_binary
- vtk
requirements:
go >= 1.11
git
git lfs # for downloading testing meshes
MIT