←back to thread

Eternal Struggle

(yoavg.github.io)
675 points yurivish | 1 comments | | HN request time: 0.219s | source
1. kingforaday ◴[] No.45088901[source]
You can press 'p' to show the points on the curves.

  function keyPressed() {
    if (key === 'p') SHOW_POINTS = !SHOW_POINTS;
  }