This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function love.load() | |
canvas_w = 200 | |
canvas_h = 200 | |
scale = 4 | |
delay = 4 / 1000 --ms between individual lines | |
window_w = scale * canvas_w | |
window_h = scale * canvas_h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
• cakemittens - ratatat [thanks a lot. for nothing] | |
• vineyardsofthec - https://www.youtube.com/watch?v=meP7QincviY (chris clark - diesel raven) [i like this a lot] | |
• plopadop - secede tryshala [i like this too.] [update 40 minutes later - getting impatient, moving on] | |
• verrore | |
◦ solar fields [tried movements, enjoyed it] | |
◦ bluetech [tried sines and singularities, enjoyed it a lot] | |
• look_aghost | |
◦ soundtrack to the andromeda strain [found this here http://www.youtube.com/watch?v=A_wMSy3geXM just listening to the soundtrack was mostly boring. maybe would be better if id seen the movie] | |
• bullbar - ravedeath 1972 by tim hecker [this seems fine. for unrelated reasons i was convinced i was dying while this one was playing and that was distracting me from listening to it] | |
• drugleaf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: Formula will not build with LLVM, trying Clang | |
==> Downloading http://downloads.sourceforge.net/project/wine/Source/wine-1.2.3.tar.bz2 | |
File already downloaded in /Users/zem/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/zem/Library/Caches/Homebrew/wine-1.2.3.tar.bz2 | |
==> Patching | |
/usr/bin/patch -f -p1 -i 001-homebrew.diff | |
patching file configure | |
Hunk #1 succeeded at 6540 with fuzz 2 (offset 123 lines). | |
==> ./configure --prefix=/usr/local/Cellar/wine/1.2.3 --x-include=/usr/X11/include/ --x-lib=/usr/X11/lib/ --with-x --with-coreaudio --with-opengl --without-mpg123 | |
./configure --prefix=/usr/local/Cellar/wine/1.2.3 --x-include=/usr/X11/include/ --x-lib=/usr/X11/lib/ --with-x --with-coreaudio --with-opengl --without-mpg123 |