webgl shader examples
1.0.0
WebGL 셰이더의 간단한 예. 그들은 webgl-shaders.com에서 라이브로 볼 수 있습니다.
Node.js 설치 (우분투 용) :
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs전 세계적으로 Grunt, Glslify 및 Budo를 설치하십시오.
sudo npm install -g grunt-cli
sudo npm install -g glslify
sudo npm install -g budogit 저장소를 다운로드하고 종속성을 설치하십시오.
git clone https://github.com/jagracar/webgl-shader-examples.git
cd webgl-shader-examples
npm install프로젝트 구축 :
grunt실행 부도 :
budo --dir WebContent/ --live그런 다음 http : // localhost : 9966/을 열어 예제를 테스트하십시오.