-
Notifications
You must be signed in to change notification settings - Fork 272
Installation
- Windows 10 or 11
- DirectX 11.3 compatible graphics card (we recommend a GTX970 or later)
- Download and install...
- On Windows 10 you also need Windows Graphics tools:
- Open Window Settings > Apps> Apps & features/Optional features.
- If Graphics Tools is already listed under Installed features, then you're done. Otherwise, click Add a feature.
- Search for and/or select Graphics Tools, and then click Install.
- Download and unzip the latest release
- Start
StartT3.exe
For developing and debugging c# Operators we recommend setting up the development environment and running it from an IDE like Visual Studio:
- We only test on Win10. But Win11 might work too.
- If you don't have a .net IDE installed already, download and install Microsoft Visual Studio Community Edition
In the installer, make sure to select the features...
- .net Desktop Application development
- .net 4.7.1 (on the right side)
- Download and install .net 6.0 SDK
- You might also want to download and install a git client, like https://git-fork.com/ . Alternatively, you can install the bare bone git scm.
- You also need to install Windows Graphics tools
Ideally, it would be better to sign-up. It's free and only takes a minute or so. This allows you to share your changes with the community. If not, do the following:
- Make sure that you have git scm installed (see above)
- Right file explorer right click on the folder you want T3 to install in and select Open git bash here
- Clone:
git clone git@github.com:still-scene/t3.gitNote: As of 2021-11-05 we no longer use submodules, so you don't have to care about setting up those.
-
If you have a GitHub account, we recommend using ssh. Make sure you have an ssh-key installed correctly. GitHub has excellent documentation on that topic.
-
With Fork you just clone the repository.
-
If you're using the command line
git clone git@github.com:still-scene/t3.git
- Initialize dependencies and the default view layouts. If you cleaned your solution with Visual Studio, you might need to run the install.bat script again. This script should be run from its parent folder like so:
cd .\Install
.\install.bat- Open
t3.sln - In the Solution Explorer, right click on T3 to open the Properties panel. Under the section Debug, change the Working directory for all build modes to
... This is important, because the Resources folder needs to be on the same logical level as the starting directory. If this is not match, you will experience errors like "t3.ico" not found. - Start the project in Debug or Release mode

Here is a Video showing the entire Visual Studio Install and Build process.. once you have sucessfully created a Tooll3 repo from Github ..
Tooll3.IDE.install.and.Build.Procedure.mp4


Solution: Make sure to run Install/install.bat.

Solution: Make sure to properly adjust the working directory.
The user-facing documentation has moved to help.tixl.app. Edits made to pages on this wiki will be lost — please edit the sources under .help/docs/ in the main repo instead.
- Welcome
- Installation
- Introduction
- Basic concepts
- How TiXL works
- Video tutorials
- Keyboard shortcuts
- Exporting videos
- Exporting executables
- Live performances
- Presets and snapshots
- FAQ
- Operator reference
These pages stay here — they're for people building TiXL from source.
- Installing the dev build
- Coding conventions
- Operator conventions
- Developing operators
- Writing code ops
- Working with git
- Integration tests
- Manual testing plan
- Using RenderDoc
- Debugging the Player
- Visual Studio Code setup
- Standalone builds
- Release issues
- Audio roadmap
- Ideas for operators
- Transform gizmos
- Context variables
- Changing file-path format
- Updating the Home template
- Proposed breaking changes for main
- TiXL vs Tooll3
- Contributing