A strict subset of JavaScript that can be used as a low-level, efficient target language for compilers.
2
votes
1answer
126 views
Number processing slower with asm.js
I did a few times ago what I called a plasma in plain JavaScript:
jsFiddle
The idea is to use 2 oscillators (LFO) which have their frequency + phase driven by two oscillators each. Then we use ...