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).
- Host: GitHub
- URL: https://github.com/dcts/osclistener-game
- Owner: dcts
- Created: 2019-03-19T04:34:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T02:17:36.000Z (about 7 years ago)
- Last Synced: 2026-03-25T23:49:39.533Z (3 months ago)
- Language: Processing
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)!