pygfx / pyshader

Write modern GPU shaders in Python!
BSD 2-Clause "Simplified" License
72 stars 1 forks source link

[WIP] Linux support #9

Closed Korijn closed 4 years ago

Korijn commented 4 years ago

[WIP] Don't merge!

These are all the fixes I had to apply while trying to run the wgpu-py Qt triangle example on Linux, python 3.6.

Currently the python-shader compiler is crashing on the input/output.define calls

See related PR: https://github.com/almarklein/wgpu-py/pull/26

Korijn commented 4 years ago

No longer crashed on input.define, but did crash on output.define

Korijn commented 4 years ago

Reject in favor of #12