mruby Shader Generator
This is a side project for MRubyShader, this is the optimize part for Shader Generator.
Build
- Run
git submodule update --recursive
do pull required library - Run
rake build
to compile mruby
Usage
- Edit
test/app.rb
to write your code - Run
rake
to show your GLSL shader code on console