Skip to content

rust-wiiu/glsl

GLSL Compiler - Frontend

This repo contains the source code of a simple web site. It does NOT contain actual compiler code. All compilation is done at a backend.

Development:

bun install

To run:

bun run dev

To build

bun run build

This project was created using bun init in bun v1.2.17. Bun is a fast all-in-one JavaScript runtime.