This is a simple block building simulator using Three.js.
- Place blocks in a 3D environment
- Choose between different forms
- Select different textures
- Get creative
- View your creation with a scenig camera shot
Access the app with this link: Block Building
or go to the Deployments section on the right and open the latest github-pages deployment.
Make sure you have Node.js and npm installed on your machine.
- Clone this repository:
git clone https://github.com/dt1337/block-building.git- Navigate into the project directory:
cd block-building- Install dependencies:
npm installTo start the development server, run:
npm startThis will start the development server at http://localhost:5173/block-building/.
