AskingQuestions / Shadeup

A language for WebGPU that makes writing shaders easier
https://shadeup.dev
150 stars 4 forks source link

thank you #17

Open mreinstein opened 1 month ago

mreinstein commented 1 month ago

I just want to say thanks for even developing this idea.

I'm still evaluating if shadeup is right for my project, but it is so refreshing to see someone explore new paradigms around how to render things to the screen. For the last 20 years the graphics industry has been single mindedly focused on having 2 separate languages (one for the gpu, one for the cpu) with complicated data structures to do message passing between them. There needs to be more thinking outside of this box, and I'm glad you're doing something here.

Keep up the great work!

AskingQuestions commented 1 month ago

Thank you so much for the kind words! It really means a lot. Totally agreed re the cpu/gpu split, if you haven't already I'd recommend looking at taichi.js, type GPU, and use.gpu for the web (and taichi, warp for the desktop) if you find that shadeup isn't what you're looking for.

Thanks again for reaching out, and best of luck!