kgish / threejs-demo

A simple demo of the ThreeJS 3D library using TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreeJS Demo (TypeScript)

A simple demo of the ThreeJS 3D library using TypeScript.

Introduction

ThreeJS is a 3D library that tries to make it as easy as possible to get 3D content on a webpage.

Installation

git clone https://github.com/kgish/threejs-demo.git
cd threejs-demo
yarn

Run

yarn dev

Point your favorite browser to http://localhost:1234 and enjoy!

Build

yarn build

Lint

yarn lint

Test

yarn test

References

About

A simple demo of the ThreeJS 3D library using TypeScript.


Languages

Language:TypeScript 77.0%Language:HTML 15.3%Language:SCSS 7.7%