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.
- Host: GitHub
- URL: https://github.com/tentone/constellations
- Owner: tentone
- Created: 2016-11-30T12:13:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T15:51:33.000Z (over 4 years ago)
- Last Synced: 2025-03-31T04:37:04.602Z (about 2 months ago)
- Topics: algorithm, gamedev, libgdx, quadtree
- Language: Java
- Homepage:
- Size: 27.6 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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