Hash based grid
class Particle{ constructor(position){ this.position = position; this.prevPosition = position; this.velocity = new Vector2(0,0);...
I am an ordinary Japanese salaryman in his 50's.
The posts are mostly about my attempts at programming which I have taken up recently to maintain logical thinking.
And a bit about my travels around the country.