# CyPi
Audio-visual drone.
# 1 Live
CyPi live in your web browser.
Plays automatically in Firefox, click to play in Chromium.
Reload after changing window size for correct aspect ratio.
# 2 Videos
# 3 Source
git clone https://code.mathr.co.uk/dr1.git &&
cd dr1/cypi
# 4 Version 1
uses GLUT and OpenGL
make &&
./cypi
# 5 Version 2
uses SDL2 and OpenGL ES
make cypi2 &&
./cypi2
# 6 Version 2 For Web
uses SDL2 and OpenGL ES via Emscripten
make cypi.js &&
serve directory over http(s)
files to serve:
- cypi.js
- cypi.wasm
- index.html
also optionally .gz versions if your server supports gzip
corresponding source code must be made available too
# 7 License
cypi – audio-visual drone
Copyright (c) 2010,2018,2022 Claude Heiland-Allen
License: GNU AGPLv3