MaxBittker / Mojulo

pretty interactive pixel math renders in your browser
http://maxbittker.github.io/Mojulo
MIT License
73 stars 6 forks source link

Comparison operators #12

Open joshtriplett opened 9 years ago

joshtriplett commented 9 years ago

I'd love to have ==, !=, <, >, <=, and >= operators. These would allow formulas to vary by region (via bounds on x, y, r, or A) or by time (via bounds on t).

joshtriplett commented 9 years ago

This issue got closed, but the operators don't seem to exist?

MaxBittker commented 9 years ago

you're correct, bitwise operators don't really cover this case