Skip to content

Scripts and assets that help you use Tilt Brush data in your creative projects.

License

Notifications You must be signed in to change notification settings

radiatoryang/tilt-brush-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tilt Brush Toolkit

Overview

The Tilt Brush Toolkit is a collection of scripts and assets that allow you to use Tilt Brush data in your creative projects.

This is not an official Google product.

Contents

  • bin - command-line tools
    • dump_tilt.py - Sample code that uses the tiltbrush.tilt module to view raw Tilt Brush data.
    • geometry_json_to_fbx.py - Historical sample code that converts Tilt Brush .json exports to .fbx. This script is superseded by Tilt Brush native .fbx exports.
    • geometry_json_to_obj.py - Historical sample code that converts Tilt Brush .json exports to .obj. This script is superseded by Tilt Brush native .fbx exports.
    • tilt_to_strokes_dae.py - Converts .tilt files to a Collada .dae containing spline data.
    • unpack_tilt.py - Converts .tilt files from packed format (zip) to unpacked format (directory) and vice versa, optionally applying compression.
  • Python - Put this in your PYTHONPATH
    • tiltbrush - Python package for manipulating Tilt Brush data
      • export.py - Parse the legacy .json export format
      • tilt.py - Read and write .tilt files
      • unpack.py - Convert .tilt files from packed format to unpacked format and vice versa

About

Scripts and assets that help you use Tilt Brush data in your creative projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 70.1%
  • GLSL 15.1%
  • Python 14.8%