/threejs-scene

Basic Implementation of Scene using Threejs

Primary LanguageJavaScript

Basic Scene using Threejs

A basic implementation of scene using threejs, developed using parcel bundler

How to run

  1. Clone this repository

    git clone https://github.com/daudhiyaa/threejs-scene.git
  2. Move to the directory

    cd threejs-scene
  3. Install dependencies

    npm i parcel -g
    npm i three
  4. Run the code by execute this following command

    parcel ./src/index.html