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

https://github.com/dcts/osclistener-game

Game in processing that can be played via smartphone (with OSC controller).
https://github.com/dcts/osclistener-game

Last synced: 21 days ago
JSON representation

Game in processing that can be played via smartphone (with OSC controller).

Awesome Lists containing this project

README

          

# OSC Listener (Games and Visualizations)

Contains a collection of processing scetches that can be connected with TouchOSC and controlled by a smartphone.
- **game**: testing sketch to control processing scetch with TouchOSC. state: working.
- **myAsteroids**: implementation of Asteroids for 2 Players. Game Controller for both players added. Working prototype, messy code has to be refactored.
- **visualizations**: working prototype for a swarm visualizer that can be controlled with OSC. Inspired by [Cyrill Studer's swarm synthesizer](https://cyrillstuder.ch/swarm-synthesizer)!