vite-threejs-typescript-starter
Kapture.2024-03-10.at.13.32.13.mp4
i clone this repo from modern-three thanks to alvarosabu
This project is a 3D rendering application built with Three.js and TypeScript.
To install the project, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
pnpm install
To run the project, use the command: pnpm run dev
src/
: Contains the source code of the project.core/
: Contains core functionalities like rendering and camera controls.shaders/
: Contains GLSL shaders.
public/
: Contains public assets.vite.config.ts
: Vite configuration file.tsconfig.json
: TypeScript configuration file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.