Python Tools

On GitHub you can find some python scripts under

https://github.com/d13g0/Voxelent/tree/master/tools.

These tools accomplish some tasks:

  • pack_nucleo.py: deploys Voxelent as a one .js file (minified or not)
  • document_nucleo.py: generates the library JSDocs
  • pack_and_document.py: packs and then generates the JSDocs.

Then under the importers subdirectory you have:

  • obj2json.py: creates Voxelent JSON asset files from Wavefront Object files.
  • vtk2json.py: creates Voxelent JSON asset files from Kitware VTK files (learn how).