tgjones / shader-playground

Shader playground website for exploring HLSL, GLSL, SPIR-V compilers
http://shader-playground.timjones.io
BSD 2-Clause "Simplified" License
585 stars 46 forks source link

Update tint compiler to latest #100

Closed ben-clayton closed 3 years ago

ben-clayton commented 3 years ago

There have been a significant amount of fixes and changes to the WGSL language since this toolchain was first added.

ben-clayton commented 3 years ago

I tried to test this locally, but it seems the docker image has rotted in the meantime. :( Please shout if you hit any build issues with Tint.

tgjones commented 3 years ago

@ben-clayton sorry for the delay, but thanks for this! I'm going to update to latest again locally and check if it builds correctly.

Sorry about the Dockerfile bitrot :( I never did manage to get it up and running locally, so I've not been able to keep it up-to-date, which is a pity because I really like the idea. I think I just need to invest more time in learning about Docker.