Skip to content

zwcloud/three.js-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three.js-demos

Just some three.js demos.

I will add more when I'm still interested in three.js. :)

Online Demos

Run

  1. Install node.js.

  2. Install http-server globally via npm.

    npm install -g http-server
    
  3. Run http-server in the folder of a demo:

    cd XXXX/three.js-demos/basic/01_custom_shader
    http-server ./
    
  4. Open the demo in a web browser such as Chrome:

    http://127.0.0.1:8080
    

About

my three.js demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published