webgl shader examples
1.0.0
WebGL著色器的一些簡單示例。可以在webgl-shaders.com上直播它們。
安裝node.js(for 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 --dir WebContent/ --live然後打開http:// localhost:9966/以測試示例。