tresjs-basics

This repository contains the code for the TresJS youtube series on @AlvaroDevLabs

3d · nuxt · threejs · tresjs · vue
入门
GitHub在线演示
Stars:98
License:未知
更新:2025/3/10

README

repository-banner.png

TresJS Basics

This repository contains the code for the TresJS youtube series on @AlvaroDevLabs.

What is TresJS?

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.

How to use this repository?

This repository contains the code for the TresJS youtube series on @AlvaroDevLabs. Each branch contains the code for each video.

VideoBranch
TresJS First steps with 3D on Vuefeat/first-steps
TresJS - Animate your 3D Objects with Vuefeat/animate-objects
TresJS - Geometries with Vuefeat/geometries
TresJS Materialsfeat/materials
TresJS Lights & Shadowsfeat/lights-shadows

How to run the code?

  1. Clone the repository
  2. Run npm install
  3. Change to the branch you want to run
  4. Run npm run dev

If you have any questions, feel free to reach out to me on @alvarosabu.