An open API service indexing awesome lists of open source software.

https://github.com/topstar210/holes-on-wood

Three js + Vue js
https://github.com/topstar210/holes-on-wood

holes threejs threejs-example vue

Last synced: 25 days ago
JSON representation

Three js + Vue js

Awesome Lists containing this project

README

        

# wood_holdes

you can cut out holes. There are two textures and two buttons, one button for activating the mouse to cut holes inside the piece of wood and the other for clearing all the holes
![image](https://github.com/topstar210/holes-on-wood/assets/109362950/2039f2d4-5fb9-45ca-94fb-43609c0276eb)

Preview site in Here:
https://holesinwood.netlify.app/

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```