pouët.net

Twogather (Outline version) by 3LN

	         ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄    ▄▄▄▄▄▄
	       ▄▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀ ▄▄▄▄▄▄▄ ▀ ▄▄▄▄▄▄▄▄▄ ▀▄▀▀ ▄▄▄▄ ▀▄
	      █ ▄████████████████▀▄█████████ ███████████▄ ▄███████▄ █
	      █ ████████████████▀▄██████████ ████████████▄▀████████▄ █
	      ▀▄ █████▀████████▀▄██████████   █████████████▄▀███████▄ █
	     ▄▄█▄▄ ▄▄▄▄███████▀▄██████████     ██████████████▄▀██████▄ █
	   ▄▀ ▄▄▄▄▄▄▄ ███████▀▄██████████     ▄▄▄▄▀████████████▄▀█████▄ █
	  █ ▄███████████████▀▄██████████▄    ▄█████ ███████████████████▄ █
	 █ ▄████████████████ ███████████████████████ ████▄▀█████████████▄ █
	█ ▄██████████████████ ███████████████████████ █████▄▀████████████▄ █
	█ ▀██████████████████▄▀███████████████████████ ██████▄▀█████████▀ ▄▀
	 ▀▄ ▀███▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀████████████████████ ██████▀ ▄ ▀████▀▀ ▄▀
	   ▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀ ▀▄▄▄▄▄▄▀▀^>v<
	    T H R E E  L E T T E R  N I C K  B R I G A D E

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->8 -

twogather
JS, CSS3

One half of the demo shown at MAiN, the other at Outline 2012.

Den - Music
Mog - Code, Graphics

#3ln on IrcNet
http://3ln.eu
https://twitter.com/3ln_

 - 8<- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

== How to start, and why it's so difficult ==
Browsers have a strict policy when it comes to access files, so you
can't just take a file from somewhere and manipulate it.

=== Use a webserver ===
(1) If you have a webserver, place it there - as all the ressources come
from the same domain the browser sees the files as secure

=== Use Commandline Switches ===
==== Chrome on Windows ====
(1) Close all Chrome windows (otherwise the commandline switch won't work)
(2) Open commandline
(3) cd C:\Users\__changeMe__\AppData\Local\Google\Chrome\Application\
(4) chrome.exe --allow-file-access-from-files

It may be possible that chrome.exe isn't located in the folder above, in
that case it's propably in your program files, use that one then.


== Why? What? Huh? ==
The concept is to take advantage of the fact that MAiN and Outline happened on
the same weekend in 2012. The demo consists two sets of it's own, revealing one
side of the story at MAiN the other half at Outline. You won't actually miss
story elements, but you'll see a different point of view.

== Y U NO?! ==
I started actually working on it on the Monday before the Party, so it still has
some odd bugs. I just tried to make it run in FireFox but it seems that one has
issues with using 3D transforms though CSS, and hides elements completely[0].

There's now a online version, in which you can select the part you want to see.

[0] https://bugzilla.mozilla.org/show_bug.cgi?id=702375