Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

looeee/modular-three-boilerplate

Repository files navigation

Modular Three Boilerplate

ES2015 THREE.js boilerplate code designed for use with ModularTHREE (npm, github).

Includes a Gulpfile which:

It also comes with a simple loading overlay.

Detailed instructions on using ModularTHREE are here.

NOTE: ModularTHREE is at an early development stage. Features may change rapidly.

Requirements

Node.js

Optional:

Usage

Clone this repository into an empty folder

git clone https://github.com/looeee/modular-three-boilerplate

Then install the required NPM modules

npm install

View index.html in your browser - it should show an empty light purple screen if everything is working.

Run the default Gulp task to watch for changes to code in the src and scss folders and start the Livereload server:

gulp default

This boilerplate includes a simple Drawing setup to use GSAP for animation and show stats using stats.js.

For more detailed instructions on how to create and use Drawings, see the ModularTHREE readme.

License MIT © Lewy Blue 2016

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages