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

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

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