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

https://github.com/thedevstone/actor-positioning


https://github.com/thedevstone/actor-positioning

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Actor Positioning

- N-Body simulation [link](https://en.wikipedia.org/wiki/N-body_simulation) using distributed computation with actors.
- Each particle is indipendent and governed by a single actor
- Comunication between particles executed using message passing
- 3D/2D vision

## Simulation
![simulation](./videos/total.gif)

## Features
![features](./videos/extra-features.gif)

## Settings
![settings](./videos/settings.gif)