/3D-Parallax-Threejs

Creating parallax effect with threejs and vanilla javascript.

Primary LanguageJavaScript

Parallax 3D Threejs

This is a simple project made to sharpen some 3d concepts.

inicio

Stack utilizada

Packages: Vite, Threejs

Rodando localmente

Clone o projeto

  git clone https://github.com/matheusluizn/3d-paralax-threejs.git

Entre no diretório do projeto

  cd 3d-paralax-threejs

Instale as dependências

  npm install

Inicie o servidor

  npm run dev