Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarrasc/multi-universe
Simulation just for fun of a small universe
https://github.com/hcarrasc/multi-universe
java particles simulation threads universe
Last synced: about 2 months ago
JSON representation
Simulation just for fun of a small universe
- Host: GitHub
- URL: https://github.com/hcarrasc/multi-universe
- Owner: hcarrasc
- Created: 2015-11-12T17:27:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T17:40:03.000Z (about 9 years ago)
- Last Synced: 2023-03-25T13:59:31.013Z (almost 2 years ago)
- Topics: java, particles, simulation, threads, universe
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Universe
This repository is a simulation just for fun of a small universe.
It includes an Universe object, with space-time object running in
a thread (the time increases in linear sequence, but the space
increases with a small (dummy) factor to represent the expansion by dark
energy) and a random number of particles created in a bigbang method.### To do:
Simulate gravity force and apply it to particles in the universe.