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
- Host: GitHub
- URL: https://github.com/topstar210/holes-on-wood
- Owner: topstar210
- Created: 2023-05-10T07:35:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T14:58:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T03:45:33.154Z (3 months ago)
- Topics: holes, threejs, threejs-example, vue
- Language: Vue
- Homepage:
- Size: 334 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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
```