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/以测试示例。