webgl shader examples
1.0.0
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 nodejsGrunt、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/を開き、例をテストします。