-
Notifications
You must be signed in to change notification settings - Fork 196
help.Installation
Click the download button for your operating system:
Linux is not officially supported (yet), but some users have had success with it
- Windows 10 or 11
- DirectX 11.3 compatible graphics card (we recommend a GTX970 or later)
-
Download and install:
- .NET 6.0 SDK and make sure you pick the x64 installer of the latest version.
- Microsoft Visual C++ redistributable
-
You will also need the Windows Graphics tools:
- Open Window Settings > System > Optional features.
- If Graphics Tools is already listed under Installed features, then you're done.
- Otherwise, click Add an optional feature.
- Search and select Graphics Tools, and click Install.
-
Download and unzip the latest release
-
Start
StartT3.exe
-
If you are using a laptop, make sure that Tooll is running on the dedicated GPU (Nvidia or AMD), otherwise you may see slow performance or crashes.
- In Windows 11 this is in Settings -> System -> Display -> Graphics.
- Go to "Add an app" -> "Browse" navigate to your Tooll3 installation folder and select "T3Editor.exe".
- In the "Options" for the entry select "High performance".
- In earlier versions of Windows you can set it in the driver utility for your GPU.
For developing and debugging C# Operators we recommend setting up the development environment and running it from an IDE like Visual Studio:
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 git-fork. 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)
- In file explorer, right-click on the folder where you want to install T3 and select Open git bash here
- Clone the repository:
git clone [email protected]:tooll3/t3.git
- We recommend using ssh
- Make sure you have an ssh-key installed correctly. GitHub has excellent documentation on this topic
- With Fork you just clone the repository
- If you're using the command-line:
git clone [email protected]:tooll3/t3.git
If you use a Github account, but are uncomfortable with terminals, Github provides a pretty good desktop application for that matter.
Initialize dependencies and the default view layouts. If you cleaned your solution with Visual Studio, you might need to run the install.bat
script gain.
Go to the Install folder and run install.bat it will prompt you with a question, file or folder, choose folder.
- Open
t3.sln
- In the Solution Explorer right click on Player and select Publish
- Click on the Publish button
- Build the solution
- Start the project in
Debug
orRelease
mode
T3vs0001-6088_.mp4
Solution: Make sure you ran Install.bat
, as described here.
Solution: Make sure to properly adjust the working directory.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features