https://github.com/mrdiamonddirt/threejs
a simple threejs app
https://github.com/mrdiamonddirt/threejs
three-js-example threejs
Last synced: 3 months ago
JSON representation
a simple threejs app
- Host: GitHub
- URL: https://github.com/mrdiamonddirt/threejs
- Owner: mrdiamonddirt
- Created: 2023-02-03T20:59:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T22:07:39.000Z (over 2 years ago)
- Last Synced: 2025-02-23T07:20:10.603Z (8 months ago)
- Topics: three-js-example, threejs
- Language: HTML
- Homepage: https://mrdiamonddirt.github.io/threejs/
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.Md
Awesome Lists containing this project
README
# Readme
This is a Simple Example of how to render 3d objects easily in a web browser using Three.js
## How to run
1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`
4. Open localhost in your browser## How to build