Page 1 of 1

12 negative masses confined in negative mass rings

Posted: Sat Apr 07, 2018 2:16 am
by ahmedkq
Image

//Gravity fun at TestTubeGames

_settings(gravity: r^-2, n:12 negative masses confined in negative mass rings;
_add(m: -100, d: 10, col: 1, lcol: 2, pic: 1, x: -20, y: 150, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 3, pic: 1, x: 20, y: -150, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 4, pic: 1, x: -20, y: -150, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 5, pic: 1, x: 20, y: 150, vx=0, vy=0, t: 0);

_add(m: -100, d: 10, col: 1, lcol: 6, pic: 1, x: -150, y: -20, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 7, pic: 1, x: -150, y:20, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 8, pic: 1, x: 150, y: -20, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 9, pic: 1, x: 150, y: 20, vx=0, vy=0, t: 0);

_add(m: -100, d: 10, col: 1, lcol: 2, pic: 1, x: -20, y: 0, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 3, pic: 1, x: 20, y: 0, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 4, pic: 1, x: 0, y: -20, vx=0, vy=0, t: 0);
_add(m: -100, d: 10, col: 1, lcol: 5, pic: 1, x: 0, y: 20, vx=0, vy=0, t: 0);

_addCircle(m: -10, num: 400, r: 100, vt: 0, randomColors, lcol: 2, t:0, nograv);
_addCircle(m: -10, num: 800, r: 200, vt: 0, randomColors, lcol: 2, t:0, nograv);

Re: 12 negative masses confined in negative mass rings

Posted: Mon Apr 09, 2018 1:15 pm
by testtubegames
That's beautiful and hypnotic -- love it!

Re: 12 negative masses confined in negative mass rings

Posted: Wed Apr 18, 2018 2:07 pm
by wtg62
Nice. I gotta look at this one for myself.