https://github.com/boompig/particles
https://github.com/boompig/particles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/boompig/particles
- Owner: boompig
- Created: 2014-07-19T07:01:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T01:24:03.000Z (about 12 years ago)
- Last Synced: 2025-02-22T20:20:03.053Z (over 1 year ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Particle Generator
=========
This is a particle generator which poorly simulates blackbody radiation and the movement of stars around massive black holes.
It attempts to model star lifecycles by aging stars. The 'energy' field is intended to model something like 'fissile material available',
and dictates temperature. I'm not really sure how red giants and white/blue dwarfs are formed, so I more or less guessed.
As I do more astronomy reading, this simulation will come more into line with what is acceptable in terms of star variables.
This simulation ignores star interactions with each other, but it does have statically placed black holes, to create non-linear motion.
I am not sure how stars are 'formed', so I just have nebulae spawn stars of varrying energies and with a fixed velocity.
Clone this repo and help me make this better!