This repository contains the code for the TresJS youtube series on @AlvaroDevLabs.
TresJS is a library that allows you to create 3D experiences declaratively using Vue Components. It is a intelligent wrapper around the ThreeJS library.
To learn more about TresJS, visit the official website.
This repository contains the code for the TresJS youtube series on @AlvaroDevLabs. Each branch contains the code for each video.
Video | Branch |
---|---|
feat/first-steps |
|
feat/animate-objects |
|
feat/geometries |
|
feat/materials |
|
feat/lights-shadows |
- Clone the repository
- Run
npm install
- Change to the branch you want to run
- Run
npm run dev
If you have any questions, feel free to reach out to me on @alvarosabu.