pyshader icon indicating copy to clipboard operation
pyshader copied to clipboard

Implement more Python syntax

Open almarklein opened this issue 5 years ago • 0 comments

  • [x] Basic arithmetic #16
  • [x] Casting #16
  • [x] Tuple swapping (a, b = b, a)
  • [ ] Setting vector attributes (color.a = 1.0)
  • [x] In-place ops (a += 1)
  • [x] Unary expressions (-a)
  • [x] Ternary expressions
  • [x] if-statements
  • [x] loops
  • [x] Calling SpirV builtin functions

almarklein avatar Dec 31 '19 16:12 almarklein