pygfx / pyshader

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

WIP: change io syntax #19

Closed almarklein closed 4 years ago

almarklein commented 4 years ago

Closes #11

almarklein commented 4 years ago

Currently implements my favorite variant in #11 in one test file.

almarklein commented 4 years ago

Implements both the object-based version and the 3-tuple. We should decide on one later.