Jens Axel Søgaard

Results 118 comments of Jens Axel Søgaard

> I have a very basic and feature-missing, but running, version now. I Great news. > Are those changes okay, or should I stay as close to Processing as possible?...

On macOS I recommend using the official installer: https://download.racket-lang.org/ (Click more installers to get to the minimal distribution)

Is `read-token` what you are looking for?

In the example: ``` > (read-token (open-input-string "2/10")) atomic 1/5 0 4 ``` the numbers 0 and 4 gives you the part of the input string, from which 1/5 was...

Also, if one token starts later than the previous token ended, some kind of whitespace/comment was skipped.

Have you considered KaTeX instead? It’s used by Khan Academy. fre. 21. apr. 2017 kl. 00.33 skrev William J. Bowman < [email protected]>: > It feels terrible to watch 30MB of...

The official "elevator pitch" for MathJax 3. http://docs.mathjax.org/en/latest/upgrading/whats-new-3.0.html /Jens Axel Den lør. 18. jan. 2020 kl. 12.09 skrev Tim Bradshaw < [email protected]>: > So the elevator pitch for MathJax 3...

Reimplementing the WaveGradient in Sketching shows WaveGradient.pde produces the correct output. So either there is a bug in WaveGradient.js or in P5.js.

Note that the documentation for `rotate` says: https://processing.org/reference/rotate_.html Positive numbers rotate objects in a clockwise direction and negative numbers rotate in the couterclockwise direction. But it turns out a positive...