Immutable Page History Attachments

Diff for "window"

Diff for "window"

Differences between revisions 2 and 17 (spanning 15 versions)
Revision 2 as of 2015-08-28 19:43:46
Size: 735
Editor: artdanion
Comment:
Revision 17 as of 2017-02-07 06:54:49
Size: 2184
Editor: mik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= DevLol Window = DevLol has an enourmous Window onto Hofgasse. The window is home to many extraordinary things created by our members. An alternative for the shy project developer as well as for the utalitarian is the YellowBoard close by. Unlike the YellowBoard your project will be well-secured in the window space and exposed to the curious public.
Line 14: Line 14:
Touch a Button to change the color of a lightstipe inside... Touch one of the colored Buttons to change the color of a lightstipe inside...
Line 16: Line 16:
Durch berühren eines der Felder am Fenster, ändert sich die Farbe eines LED-Streifens im Hackerspace. Durch berühren eines der färbig umrandeten Felder am Fenster, ändert sich die Farbe eines LED-Streifens im Hackerspace.
Line 22: Line 22:
By touching the hand on the window, WinkeKatze [[https://github.com/aurelw/winkekatze]] gets activated. By touching the hand symbol on the window, WinkeKatze [[https://github.com/aurelw/winkekatze]] gets activated and HI5 is send to IRC Chat.
Line 24: Line 24:
Berührt man die Hand am Fenster, winkt die Winkekatze. Berührt man das Handsymbol am Fenster, winkt die Winkekatze und HI5 wird an den IRC Chat Channel gesendet.
Line 26: Line 26:
CHAT see at Contact: [[https://devlol.org/wiki/DevLoL/Contact]]
Line 29: Line 29:
{{http://www.daniel-fischer.at/bilder/devlolLed.png|DevLol Light Box|width="500"}}

Change the color of the box on: [[http://www.daniel-fischer.at/window.html]]
Line 31: Line 34:

A few samples of 3D-Printing-Art

{{{
#!html

<button onclick="myFunction()">Try it</button>

<form><p style="text-indent: 8em;">color:&nbsp;&nbsp;<input id="form-col" type="range" min="0" max="100" value="0" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;frequency:&nbsp;&nbsp;<input id="form-range" type="range" min="0" max="100" value="0" /></p></form>

<script>
function myFunction() {
    window.open("http://www.w3schools.com");
}
</script>

<div id="foo">
    <p>This is plain html inside a wiki page</p>

<a href="javascript:window.open("http://www.w3schools.com");">Execute JavaScript</a>

<canvas id="header1" data-processing-sources="http://www.daniel-fischer.at/header1.pde"
width="800" height="200">
</canvas>

</div>
}}}

DevLol has an enourmous Window onto Hofgasse. The window is home to many extraordinary things created by our members. An alternative for the shy project developer as well as for the utalitarian is the YellowBoard close by. Unlike the YellowBoard your project will be well-secured in the window space and exposed to the curious public.

BimLights

https://devlol.org/wiki/doebi/BimLights

Real time visualization of the tramways in Linz.

Echtzeit Visualisierung der Straßenbahnen in Linz.

making of BimLights

Buttons

Touch one of the colored Buttons to change the color of a lightstipe inside...

Durch berühren eines der färbig umrandeten Felder am Fenster, ändert sich die Farbe eines LED-Streifens im Hackerspace.

https://devlol.org/wiki/lolstripe

WinkeKatze / HI 5

By touching the hand symbol on the window, WinkeKatze https://github.com/aurelw/winkekatze gets activated and HI5 is send to IRC Chat.

Berührt man das Handsymbol am Fenster, winkt die Winkekatze und HI5 wird an den IRC Chat Channel gesendet.

CHAT see at Contact: https://devlol.org/wiki/DevLoL/Contact

DevLol Light Box

DevLol Light Box

Change the color of the box on: http://www.daniel-fischer.at/window.html

3D Print

A few samples of 3D-Printing-Art

color:             frequency:  

This is plain html inside a wiki page

Execute JavaScript