Completed
- Making my React Three Fiber components editable in TheaterJS
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Easily Build 3D Desktop React Apps Using Tauri, Rust, TheatreJS and React Three Fiber
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Installing Tauri
- 3 - Scaffolding a Tauri React App using create-tauri-app and Cargo
- 4 - Exploring the scaffolded Tauri app
- 5 - Compiling and running my Tauri Desktop based React Application
- 6 - Calling Rust functions from React using Tauri
- 7 - Creating a React Three Fiber app on the Desktop with Tauri
- 8 - Hot Loading with Tauri, Vite and React
- 9 - Introduction to TheaterJS
- 10 - Installing Theatre with React and Tauri
- 11 - Creating a Studio Editor with TheaterJS, Tauri and React
- 12 - Making my React Three Fiber components editable in TheaterJS
- 13 - Working with Avatars, GLB's with TheatreJS, R3F, Drei and Tauri
- 14 - Animating React Three Fiber with TheaterJS animation timeline
- 15 - Using a Message Dialog in Tauri
- 16 - Creating a Save Dialog with Tauri
- 17 - Saving my Scene positions using TheaterJS and Tauri as JSON to a file
- 18 - Loading my application with saved editor settings
- 19 - Loading my Tauri app as a web application using Vite, TheaterJS and React