████████ ██ ██ ████████ ██ ██
██ ▄ ██ ▄██ ██ ██ ▄ ██ ▄██ ██
Join the 'threejs-gltf-tiktok-workshop' for a thrilling exploration of creative realms!
In Sector A, unleash your artistic prowess as you craft your own captivating 3D model using any available 3D program. Dive deeper by rigging your character with Mixamo for added dynamism.
Sector B invites you to master the art of choreography. Select a captivating TikTok dance from the vast library at https://tiktok.com/ and download the video to your hard drive using https://ssstik.io/de. Elevate your creation by animating your character with the user-friendly tool at https://plask.ai/ and marvel at the results.
In Sector C, let your imagination run wild as you seek out a song that perfectly embodies your character. Craft a seamless presentation by synchronizing your animated character with the chosen music track.
Connect the dots in Sector D, where we'll transcend local environments into the web with three.js. Ensure you have Node.js installed on your device by visiting https://nodejs.org/en/download. Follow the step-by-step instructions at https://github.com/dmnktoe/threejs-gltf-tiktok-workshop to download the repository and seamlessly shift your creation into the digital realm.
Time | Program |
---|---|
10.15h | Hello & check-in |
10.30h | Coffein & workshop introduction |
10.45h - 16.00h | create, choreo, concept, connect |
Sector A: *create*
- Build your own 3d model in any 3d program available
- Rig your character with mixamo
Sector B: *choreo*
- Find a t*kt*k dance you like or find interesting (https://www.t*kt*k.com/)
- Download the tiktok video to your harddrive (https://ssstik.io/de)
- Animate your character (https://plask.ai/)
- Download the result
Sector C: *concept*
- Find a song that represents your character
- Find a way how to present your animated character with your chosen music track
- Export
Sector D: *connect*
- We're going to shift the local environment (incl. music) into web w/ three.js
- Make sure you've installed NodeJS on your device
- Refer to https://github.com/dmnktoe/threejs-gltf-tiktok-workshop
- Download the repo
- Follow the instructions on 'Run locally'
We're going to set up a local webserver during development:
-
Make sure you've successfully installed Node.js on your device.
-
Download the latest release of our sample code here: https://github.com/dmnktoe/threejs-gltf-tiktok-workshop/releases
-
Drag the unzipped folder onto your terminal application of choice and run the following commands:
-
Install all the necessary dependencies via
npm install
-
Run the Three.js application
npm run dev
-
After you've finished your development you can build your project by running
npm run build
...
What did you learn while building this project? What challenges did you face and how did you overcome them?
- Character Modeling for Beginners (Blender Tutorial)
- Create a trash mail
- Download TikTok videos
- Mixamo: Tool to rig your characters
- Video analysis and pose creation
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.