Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 431 Bytes

Interactive Particles with Three.js

照着Bruno Imbrizi的Interactive Particles代码和教程自己写了一遍,主要是为了熟悉ES6和Webpack配置。

最终结果

Codrops上的教程

Demo

Run

  • Install npm install
  • Run npm start
  • Build npm run build