11 August 2017
8 July 2017
- 17:1017:10, 8 July 2017 diff hist −726 Pure Data - Getting started No edit summary
- 17:0917:09, 8 July 2017 diff hist −768 Pure Data - wo finde ich Hilfe? No edit summary
5 July 2017
- 08:2408:24, 5 July 2017 diff hist +15 GMU:Max Neupert/StreamGem2Android No edit summary current
4 July 2017
- 22:0422:04, 4 July 2017 diff hist +40 GMU:Max Neupert/StreamGem2Android →OBS/VLC
- 22:0422:04, 4 July 2017 diff hist +206 GMU:Max Neupert/StreamGem2Android →Unsucessful Approaches
- 21:4121:41, 4 July 2017 diff hist +50 GMU:Max Neupert/StreamGem2Android →Goal: Stream to Android
- 21:4021:40, 4 July 2017 diff hist +136 GMU:Max Neupert/StreamGem2Android →Unsucessful Approaches
- 21:3821:38, 4 July 2017 diff hist −3 GMU:Max Neupert/StreamGem2Android →Using x11vnc
- 21:3721:37, 4 July 2017 diff hist +9 GMU:Max Neupert/StreamGem2Android →Gemwin remote host
- 21:3721:37, 4 July 2017 diff hist +650 GMU:Max Neupert/StreamGem2Android →Gemwin remote host
- 21:3521:35, 4 July 2017 diff hist +428 GMU:Max Neupert/StreamGem2Android No edit summary
- 21:2921:29, 4 July 2017 diff hist +40 GMU:Max Neupert/StreamGem2Android →Apps
- 21:2421:24, 4 July 2017 diff hist −44 GMU:Max Neupert/StreamGem2Android →Apps
- 21:2321:23, 4 July 2017 diff hist +82 GMU:Max Neupert/StreamGem2Android →Apps
- 21:2021:20, 4 July 2017 diff hist 0 GMU:Max Neupert/StreamGem2Android →Unsucessful Apporaches
- 21:1921:19, 4 July 2017 diff hist +59 GMU:Max Neupert/StreamGem2Android →apps
- 21:1621:16, 4 July 2017 diff hist +117 GMU:Max Neupert/StreamGem2Android No edit summary
- 21:1521:15, 4 July 2017 diff hist 0 GMU:Max Neupert/StreamGem2Android →udpvideo lite/ffmpeg
- 21:1421:14, 4 July 2017 diff hist 0 GMU:Max Neupert/StreamGem2Android →udpvideo lite/ffmpeg
- 21:1421:14, 4 July 2017 diff hist +13 GMU:Max Neupert/StreamGem2Android →ffmpeg
- 21:1321:13, 4 July 2017 diff hist +373 GMU:Max Neupert/StreamGem2Android →using x11vnc
- 21:0921:09, 4 July 2017 diff hist +878 N GMU:Max Neupert/StreamGem2Android Created page with "== Goal: Stream to Android == Goal: streaming the Gem-window of a Linux Desktop to a VR-headset running on an Android phone. This page documents different possible approaches..."
- 21:0121:01, 4 July 2017 diff hist +2 GMU:Max Neupert No edit summary
25 June 2017
- 09:0109:01, 25 June 2017 diff hist +11 GMU:Actors, Traces, Collectives/SS17 No edit summary
- 09:0009:00, 25 June 2017 diff hist +17 GMU:Actors, Traces, Collectives/SS17 No edit summary
24 June 2017
- 14:2614:26, 24 June 2017 diff hist +58 N GMU:Actors, Traces, Collectives/SS17/Tracking Created page with "<syntaxhighlight lang="javaScript"> </syntaxhighlight>"
- 14:2514:25, 24 June 2017 diff hist −22 GMU:Actors, Traces, Collectives/SS17 No edit summary
23 June 2017
- 15:4115:41, 23 June 2017 diff hist −302 GMU:Actors, Traces, Collectives/SS17/Agentensysteme No edit summary
- 14:2014:20, 23 June 2017 diff hist +8,193 N GMU:Actors, Traces, Collectives/SS17/Agentensysteme Created page with "<syntaxhighlight lang="javaScript"> // Using this variable to decide whether to draw all the stuff boolean debug = true; // A path object (series of connected points) Path p..."
- 14:1914:19, 23 June 2017 diff hist +23 GMU:Actors, Traces, Collectives/SS17 No edit summary
12 June 2017
- 10:5310:53, 12 June 2017 diff hist +25 GMU:Actors, Traces, Collectives/SS17 No edit summary
11 June 2017
- 22:3422:34, 11 June 2017 diff hist −10 GMU:Actors, Traces, Collectives/SS17 →Teilnehmer
- 14:2814:28, 11 June 2017 diff hist −102 GMU:Actors, Traces, Collectives/SS17 →Links
- 14:2114:21, 11 June 2017 diff hist +101 GMU:Actors, Traces, Collectives/SS17 No edit summary
- 09:3409:34, 11 June 2017 diff hist +103 GMU:Actors, Traces, Collectives/SS17 →Ablauf
- 09:2109:21, 11 June 2017 diff hist +929 N GMU:Actors, Traces, Collectives/SS17/Balls Created page with " <syntaxhighlight lang="javaScript"> Ball[] ballArray = new Ball[50]; void setup() { size(600, 600); for (int i =0;i<50;i++){ ballArray[i] = new Ball(random(6),random(..."
- 09:1809:18, 11 June 2017 diff hist +12 GMU:Actors, Traces, Collectives/SS17 No edit summary
10 June 2017
- 12:5912:59, 10 June 2017 diff hist +1 GMU:Actors, Traces, Collectives/SS17 No edit summary
- 08:1708:17, 10 June 2017 diff hist 0 GMU:Actors, Traces, Collectives/SS17/Zufall No edit summary
- 06:3406:34, 10 June 2017 diff hist +316 GMU:Actors, Traces, Collectives/SS17/Kariert No edit summary
- 06:2706:27, 10 June 2017 diff hist +309 N GMU:Actors, Traces, Collectives/SS17/Kariert Created page with "<syntaxhighlight lang="javaScript"> void setup(){ size(600,600); frameRate(100); } void draw(){ background(255); stroke(1); for(int i = 50; i < width; i = i..."
- 06:2606:26, 10 June 2017 diff hist +350 N GMU:Actors, Traces, Collectives/SS17/Schachbrettmuster Created page with " <syntaxhighlight lang="javaScript"> int size = 50; void setup(){ size (600, 600); } void draw(){ for (int h = 0; h < width; h += size) { for (int v = 0; v < height;..."
- 06:2506:25, 10 June 2017 diff hist +59 GMU:Actors, Traces, Collectives/SS17 No edit summary
- 06:2306:23, 10 June 2017 diff hist +191 N GMU:Actors, Traces, Collectives/SS17/if Bedingung Created page with "Hier testen wir, ob "t" gerade oder ungerade ist. <syntaxhighlight lang="javaScript"> int t = 6; if(t % 2 == 0){ println("gerade" + t);} else{println("ungerade" + t); } </..."
- 06:2206:22, 10 June 2017 diff hist +68 GMU:Actors, Traces, Collectives/SS17 No edit summary
- 06:2006:20, 10 June 2017 diff hist +130 GMU:Actors, Traces, Collectives/SS17/Funktionen No edit summary
- 06:1906:19, 10 June 2017 diff hist +5 GMU:Actors, Traces, Collectives/SS17/Zufall No edit summary
- 06:1806:18, 10 June 2017 diff hist +37 GMU:Actors, Traces, Collectives/SS17/Zufall No edit summary
- 06:1706:17, 10 June 2017 diff hist +705 N GMU:Actors, Traces, Collectives/SS17/Zufall Created page with " →* * Mouse Press. * * Saves one SVG of the contents of the display window * each time the mouse is pressed.: import processing.svg.*; boolean saveOneFrame = fal..."