issues
search
ricgoe
/
dsaiis-particle-simulation
GNU General Public License v3.0
3
stars
0
forks
source link
class particle system
#2
Open
ricgoe
opened
3 days ago
ricgoe
commented
3 days ago
add a first (basic) class for the whole particle system
the particle system should create x amount of particles as instances from the particle class
the class should calculate the new positions of the particles using np.random.normal() (resulting in brownian motion)
the class should be able to return a list of the instances of the particles created