Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.