Skip to content

nkthuan/threejs-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Vite starter

A Three.js + Vite boilerplate / starter template. It only uses JavaScript (no TypeScript) and is intended to be a very simple starter kit that can be used to immediately start a new Three JS project - no extra, unnecessary complexities.

Installation and Usage

To run the project on your local machine:

npm run dev

To build for production:

npm run build

Features

The main features, as mentioned, are basic:

  • Basic scene with an animated cube
  • OrbitControls

New (essential) features will be constantly updated, for example:

  • Fullscreen and resizing support.
  • Debug UI

License

This project is licensed under the Apache License 2.0. You are free to use, modify, and distribute this software under the terms of the license.