A simple SPIR-V targeting compiler
Go to file
itycodes 041393fa72 Temporary frontend with backend changes 1 month ago
src Temporary frontend with backend changes 1 month ago
.gitignore Initial commit 1 month ago
Cargo.lock Initial commit 1 month ago
Cargo.toml Initial commit 1 month ago
README.md An initial README file :) 1 month ago

README.md

A simplistic low-level compiler for a high-level shader bytecode.

Compiler backend, parser, bad prototype Rust:

ity

Compiler frontend (error reporting, validation...), fixing & cleaning up ity's bad Rust:

Avery