Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.1 KB

threejs-boilerplate-shader

This is a boilerplate project made for testing shaders in three.js. This is a copy of the threejs-boilerplate I clone when I want to test a new shader.

three.js will be updated upon every release.

Getting started

  1. Clone this repo git clone [email protected]:olejrosendahl/threejs-boilerplate-shader.git

  2. Delete the existing git repository by running rm -rf .git.

  3. Initialize a new git repository with git init, git add . and git commit -m "Initial commit".

  4. Run python -m SimpleHTTPServer to start the local web server.

  5. Go to http://localhost:8000 and you should see the app running!

Dependencies

  • three.js r72

Changelog

[0.1.3] - 2015-11-15

Changed

  • Use three.js r74

[0.1.2] - 2015-10-06

Added

  • Update viewport on window resize

[0.1.1] - 2015-09-19

Changed

  • Use three.js r72

[0.1.0] - 2015-08-12

Added

  • Added three.js setup code and spinning cube animation and custom shader.