Introduction - If you have any usage issues, please Google them yourself
This article is a fine example of what happens when programmers get bored. There s nothing exciting in the code, maybe a gentle introduction to GDI+. It was just a fun project to mess with, and it s addictive to play with. So I thought I might share it.
I was thinking about the fact that every particle in the universe is constantly gravitationally affected by every particle in the universe, and wanted to see what it would look like modeled in software. It s been a number of years since I cracked a Physics book, so I can t guaranty my accuracy with this project... But it sure is pretty.
Packet : 5956462funwithgravity.zip filelist
App.ico
AssemblyInfo.cs
Form1.cs
Form1.resx
GravityParticles.cs
Particle.cs
ParticleComparer.cs
ParticleSwarm.csproj
ParticleSwarm.psc
ParticleSwarm.sln
ParticleSystem.cs
SingleParticle.cs
Vector.cs