Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloimalemur/particlesimulation
Java port of Brainxyz's Artificial Life, a simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.
https://github.com/helloimalemur/particlesimulation
artificial-life java life-simulation particle-simulation
Last synced: 5 days ago
JSON representation
Java port of Brainxyz's Artificial Life, a simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.
- Host: GitHub
- URL: https://github.com/helloimalemur/particlesimulation
- Owner: helloimalemur
- License: mit
- Created: 2022-09-13T20:25:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T13:37:21.000Z (about 2 years ago)
- Last Synced: 2023-03-03T19:20:37.784Z (over 1 year ago)
- Topics: artificial-life, java, life-simulation, particle-simulation
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParticleSimulation
simple Java port of Brainxyz's Artificial Life
A simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.
![Screenshot from 2022-09-20 15-41-30](https://user-images.githubusercontent.com/37273704/191349879-ee77b5b2-e7f7-48ed-9b7d-0c7bedc53ef5.png)Generates Colors and Interaction Rules randomly.
Will only generate between 5 and 20 rules, with the total being an odd number.Linux;
1. ```git clone https://github.com/helloimalemur/ParticleSimulation```
2. ```cd ParticleSimulation/```
3. ```./gradlew run```
Windows;
1. Download ZIP
2. Extract zip
3. run in PowerShell: ```.\gradlew run```