Skip to content

olejrosendahl/threejs-boilerplate-shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

🎓 Boilerplate Three.js project with shaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published