From c488c3cb39a35b7af6ecb7cae45ae9c0ee807d07 Mon Sep 17 00:00:00 2001 From: Nova deViator Date: Thu, 18 Feb 2016 16:51:59 +0100 Subject: [PATCH] various cosmetic changes --- doc/bin/IF3supercollider.sh | 0 doc/bin/double_head_mtouch_fix.sh | 6 ++++++ doc/bin/processing-runsketch.sh | 0 doc/bin/processing-runsketch_IF3.sh | 0 pde/IF3Si/IF3Si.pde | 7 +------ pde/IF3Si/functions.pde | 3 +-- 6 files changed, 8 insertions(+), 8 deletions(-) mode change 100644 => 100755 doc/bin/IF3supercollider.sh create mode 100755 doc/bin/double_head_mtouch_fix.sh mode change 100644 => 100755 doc/bin/processing-runsketch.sh mode change 100644 => 100755 doc/bin/processing-runsketch_IF3.sh diff --git a/doc/bin/IF3supercollider.sh b/doc/bin/IF3supercollider.sh old mode 100644 new mode 100755 diff --git a/doc/bin/double_head_mtouch_fix.sh b/doc/bin/double_head_mtouch_fix.sh new file mode 100755 index 0000000..2799792 --- /dev/null +++ b/doc/bin/double_head_mtouch_fix.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# use this when your touch-screen is on the left (coordinates 0 0) +# and your other (non-touch) is one the right +export DISPLAY=:0 +xinput set-prop "Advanced Silicon S.A CoolTouch(TM) System" --type=float "Coordinate Transformation Matrix" 0.5 0 0 0 1 0 0 0 1 diff --git a/doc/bin/processing-runsketch.sh b/doc/bin/processing-runsketch.sh old mode 100644 new mode 100755 diff --git a/doc/bin/processing-runsketch_IF3.sh b/doc/bin/processing-runsketch_IF3.sh old mode 100644 new mode 100755 diff --git a/pde/IF3Si/IF3Si.pde b/pde/IF3Si/IF3Si.pde index e70f752..731640e 100644 --- a/pde/IF3Si/IF3Si.pde +++ b/pde/IF3Si/IF3Si.pde @@ -10,7 +10,7 @@ */ -// + // undecorate window (remove window borders etc) - - - - - - - - - - - - - - - public void init() { frame.removeNotify(); frame.setUndecorated(true); frame.addNotify(); super.init(); } @@ -185,11 +185,6 @@ void setup() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ////////////////////////////////////////////////////////////////////////////// void draw() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // SCENENGINES / / / / / / / / / / / / / / / / / / / / / / / / / / | // clean screen ````````````````````````````````````````````````````| diff --git a/pde/IF3Si/functions.pde b/pde/IF3Si/functions.pde index 99b95ff..2dfc2d4 100644 --- a/pde/IF3Si/functions.pde +++ b/pde/IF3Si/functions.pde @@ -1,5 +1,4 @@ /* - This file is part of "Interface Fractures III - Silicon". Copyright (c) 2015 Luka Prinčič, All rights reserved. This program is free software distributed under @@ -7,7 +6,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - functions.pde - */ + */