The goal is to build a system that implements these principles.
- 2 types of particles
- Positive
- Negative
- Particles Of The Same Type Attract
- |Positive| ---> <--- |Positive|
- |Negative| ---> <--- |Negative|
- Particles Of Different Types Repel
- <--- |Positive||Negative| --->
- Arbritary Masses
- Positive mass indicates positive material
- Negative mass indicates negative material
- Current Position x, y, z
- Velocity for x, y, z
- To Calculate New Coordinates
- Aggregate all forces acting on the star
- Perform the gravitational equation between the star and the forces acting upon it
- Sphere of Influence Derived From Mass (not in initial versions)
- This is the distance from the particle in which other particles are influenced
- Initialized at a drop zone
- An area in the universe in which stars are spawned initially