From 592da1771774dc20e426422d4763c71e7c93e09e Mon Sep 17 00:00:00 2001 From: Fernando Ramallo Date: Thu, 19 Jan 2017 12:20:54 -0500 Subject: [PATCH] Updated README --- README.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 446c1588..de79cd7e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,31 @@ # Tilt Brush Toolkit -## Overview - -The Tilt Brush Toolkit is a collection of scripts and assets that -allow you to use [Tilt Brush](http://g.co/tiltbrush) data in your -creative projects. +The Tilt Brush Toolkit is a collection of scripts and assets that allow you to use [Tilt Brush](http://g.co/tiltbrush) data in your creative projects. ## Contents +### Unity SDK + +![Unity SDK](https://lh5.googleusercontent.com/L9TPJtUAE8ZD5Y7855zUIWFfzQ7TAihRG6JPuBKzFpQ1DIJBNtQeMwjwzJFkZW_E5klxX47vaeOsO1c=w350) + +Scripts, shaders and tools for importing and manipulating Tilt Brush sketches in [Unity](http://unity3d.com/) + +* Easily import sketches into Unity +* Brush shaders and materials +* Audio reactive features +* Examples and reusable scripts to create animations and add interactivity + +**Click [here](/releases) to download the latest version of the Tilt Brush Unity SDK** + +Check out the [Documentation](https://docs.google.com/document/d/1YID89te9oDjinCkJ9R65bLZ3PpJk1W4S1SM2Ccc6-9w) to get started ! + +![Unity SDK](http://i.imgur.com/VLWEkV6.png?1) + +![Unity SDK](http://i.imgur.com/UdJg4Tz.gif) + +### Command Line Tools +Python scripts for advanced Tilt Brush data manipulation. + * `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.