Lichtso / geometric_algebra

Generate(d) custom libraries for geometric algebras
MIT License
46 stars 8 forks source link

Support WGSL #3

Open jim-ec opened 2 years ago

jim-ec commented 2 years ago

Implement a WGSL code emitter analogous to the current GLSL emitter.

WebGPU shading language spec

Lichtso commented 2 years ago

Interesting idea. However, the spec is not finalized yet (Editor’s Draft), so it is still subject to heavy changes in the syntax etc.

AndrewBrownK commented 1 year ago

https://github.com/Lichtso/geometric_algebra/pull/5