Skip to content

A simple HTML program that simulates artificial life models using basic physics properties (attraction and repulsion between particles)

License

Notifications You must be signed in to change notification settings

Gimmick12-DYY/Life-Game-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Life-Game-Model

This is a simple HTML program that simulates artificial life models using basic physics properties (attraction and repulsion between particles)

The program is largely based on a pre-existing program (https://github.com/hunar4321/particle-life), but a few features were added, including the application of Brownian Force as random motions and improved visuals.

The simulation program provides a few presets: 1) Cell Division Mode, which simulates the division and death of cells, 2) Neural Network Mode, which simulates the interaction of neurons in a neural network.

image

A Snapshot of a random config of the model

image

The Cell Division Mode

image

The Neural Network Mode

Note that it is recommended to keep the number of particles in the config at most 1000, otherwise the rendering efficiency and FPS of the browser will be compromised dramatically.

About

A simple HTML program that simulates artificial life models using basic physics properties (attraction and repulsion between particles)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages