Awesome
Flaschen-Taschen Demos
Here are some programs that I wrote for the Noisebridge Flaschen Taschen Project, based on code written by hzeller.
I've also created ft-mod, a Music Module Player for the Flaschen Taschen.
Install How-to
This works on a unix-like OS such as Linux or Mac OS X.
Check out the project
This project uses the API provided in the flaschen-taschen
project. We use
it in a sub-module, so we have to check out with the --recursive
option:
git clone --recursive https://github.com/cgorringe/ft-demos
Either make & run the server locally, or use the remote servers (see original README). Set up your display using the environment variable:
$ export FT_DISPLAY=localhost or servername
Now make and run the demos:
$ cd ft-demos
$ make all
$ ./random-dots
Demos provided
Use the -?
command-line option on any demo program to list it's options.
random-dots
quilt
nb-logo
- logo that traverses the borderplasma
- multi-colored plasmablur bolt
orboxes
- burred simulated sound waves or rectangleslines
- like an old-school screensaverhack
- rotating letters + blur effectfractal
- zooming Mandelbrot fractalmidi
- converts a midi bytestream into a player piano demo of scrolling dotslife
- Conway's Game of Lifemaze
- maze generatorsierpinski
- Sierpinski's Trianglematrix
- Matrix Rain
Noisebridge hosts
ft.noise
- Large Flaschen-Taschen (45x35 bb)ftkleine.noise
- Smaller Kleine (25x20 bb)bookcase.noise
- Library bookshelves (810x1 LEDs)square.noise
- Noise Square table
License
Copyright (c) 2016 Carl Gorringe. All rights reserved.
Licensed under the the terms of the GNU General Public License version 2 (GPLv2).