Web service that compiles GLSL code to SPIR-V bytecode.
💪 Webservice is powered by Dart with shelf_plus.
- Make sure Dart is installed.
- Make shaderc locally available.
- Set desired environment variables
- Start server with
dart run
GLSLC_PATH
: Path to your local glslc
executable. Defaults to shaderc/bin/glslc
.
Also see https://pub.dev/packages/shelf_plus#custom-configuration.