项目作者: Lexa307

项目描述 :
Shader animation for awaiting resource loading
高级语言: JavaScript
项目地址: git://github.com/Lexa307/THREE_Loading_animation.git
创建时间: 2021-01-29T20:28:09Z
项目社区:https://github.com/Lexa307/THREE_Loading_animation

开源协议:MIT License

下载


THREE_Loading_animation

Shader animation for awaiting resource loading

Created with THREE.js r 125 https://threejs.org/

Animation

Live demo

Builded version you can see here

Project required

  • Node.js > 12.16

    Project setup

  • git clone https://github.com/Lexa307/THREE_Loading_animation clone this project
  • npm i downloads dependencies
  • npm run webpack -- --mode development --watch to build project in development mode
  • npm start to run local http server at http://localhost:8080/. After all steps you can see my animation in web browser
  • npm run webpack -p -- --mode production to build project in production mode.