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

https://github.com/tentone/constellations

Particle collision with quad-tree experiment inspired by games like Eufloria and Auralux.
https://github.com/tentone/constellations

algorithm gamedev libgdx quadtree

Last synced: 18 days ago
JSON representation

Particle collision with quad-tree experiment inspired by games like Eufloria and Auralux.

Awesome Lists containing this project

README

        

# Constellations

## Description
- Constellations experiment for Desktop and Android, inspired by games like Eufloria and Auralux.
- Multi-threaded quadtree particle collision detection
- Source is a eclipse project with all dependencies

## Videos
- https://www.youtube.com/watch?v=pmRqVwuKVJo
- https://www.youtube.com/watch?v=WAHUnrt6WqA

## Screenshot
![alt text](https://raw.githubusercontent.com/tentone/constellations/master/screenshot/a.png)
![alt text](https://raw.githubusercontent.com/tentone/constellations/master/screenshot/b.png)
![alt text](https://raw.githubusercontent.com/tentone/constellations/master/screenshot/c.png)

## Controls
- Use the mouse to move around select and move creatures around
- When using on mobile two fingers can be used to move and zoom and one finger to select and move creatures
- Press D to toggle quadtree visualization

## Tech
- LibGDX is used as a base for this experiment