webgl shader examples
1.0.0
ตัวอย่างง่ายๆของ Shaders WebGL พวกเขาสามารถดูสดได้ที่ webgl-shaders.com
ติดตั้ง node.js (สำหรับ ubuntu):
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 budoดาวน์โหลดพื้นที่เก็บข้อมูล GIT และติดตั้งการพึ่งพา:
git clone https://github.com/jagracar/webgl-shader-examples.git
cd webgl-shader-examples
npm installสร้างโครงการ:
gruntเรียกใช้ Budo:
budo --dir WebContent/ --liveจากนั้นเปิด http: // localhost: 9966/เพื่อทดสอบตัวอย่าง