Skip to content

luandknguyen/pps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pps - Primordial Particle System

This program aims to simulate the system in the research article "How a life-like system emerges from a simplistic particle motion law."

Notes

To speed up the simulation, the particles are segregated into blocks with size equal to radius r. Hence, we do not need to iterate over all particles twice (n^2), but only need to iterate over all particles once then particles within blocks nearby (n*m).

🔰 Commit Emoji Guide

Emoji Meaning
🐛 Bugfix
📦 Dependency
Deprecation
📖 Documentation
Features
🚧 In-Progress
Performance
♻️ Refactoring
🔒 Security
🧪 Tests
📝 Typos
💄 UI / Cosmetic
🔖 Version
🎉 Initial Commit
🚀 Release
Revert Changes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages