three.ts icon indicating copy to clipboard operation
three.ts copied to clipboard

A Typescript 'Hello World' example project that utilizes Three.js and jQuery through DefinitelyTyped typings.

three.ts

A Typescript 'Hello World' example project that utilizes Three.js and jQuery through DefinitelyTyped typings.

Screenshot

Requirements

  • Node.js
  • Gulp
    • npm install --global gulp-cli
  • TSD (to manage Typings)
    • npm i -g tsd@next

Usage

Setup

git clone [email protected]:selbyk/three.ts.git
cd ./three.ts
npm i

Start Auto-Refresh Build Process & Server

gulp

Local server is accessible at http://localhost:8000

Publish to AWS S3

gulp publish

Attribution