Initial import.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 00:00:36 +0000 (02:00 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 00:00:36 +0000 (02:00 +0200)
commit6be6217d1fda27ec6c168466111cd26e52bf59a2
treed9e5d3da8512da5bab4141e31b78cf2e39ceb7ee
Initial import.
61 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.projectile [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
rules/git.mk [new file with mode: 0644]
rules/icons.mk [new file with mode: 0644]
rules/javascript.mk [new file with mode: 0644]
rules/node-webkit.mk [new file with mode: 0644]
rules/pngcrush.mk [new file with mode: 0644]
rules/programs.mk [new file with mode: 0644]
src/data/images/face.png [new file with mode: 0644]
src/data/images/logotype_horizontal_1.png [new file with mode: 0644]
src/data/images/logotype_horizontal_2.png [new file with mode: 0644]
src/data/images/text.png [new file with mode: 0644]
src/data/license.txt [new file with mode: 0644]
src/ext/FiraMono-Bold.woff [new file with mode: 0644]
src/ext/FiraMono-Regular.woff [new file with mode: 0644]
src/ext/FiraSans-Bold.woff [new file with mode: 0644]
src/ext/FiraSans-BoldItalic.woff [new file with mode: 0644]
src/ext/FiraSans-Italic.woff [new file with mode: 0644]
src/ext/FiraSans-Regular.woff [new file with mode: 0644]
src/ext/FiraSans-UltraLight.woff [new file with mode: 0644]
src/ext/FiraSans-UltraLightItalic.woff [new file with mode: 0644]
src/ext/font-awesome.woff [new file with mode: 0644]
src/ext/gamepad.js [new file with mode: 0644]
src/ext/gl-matrix.js [new file with mode: 0644]
src/ext/hammer.js [new file with mode: 0644]
src/index.html [new file with mode: 0644]
src/main.css [new file with mode: 0644]
src/main.js [new file with mode: 0644]
src/yuu/audio.js [new file with mode: 0644]
src/yuu/ce.js [new file with mode: 0644]
src/yuu/core.js [new file with mode: 0644]
src/yuu/data/license.txt [new file with mode: 0644]
src/yuu/data/shaders/color.frag [new file with mode: 0644]
src/yuu/data/shaders/default.frag [new file with mode: 0644]
src/yuu/data/shaders/default.vert [new file with mode: 0644]
src/yuu/data/yuu.css [new file with mode: 0644]
src/yuu/director.js [new file with mode: 0644]
src/yuu/gfx.js [new file with mode: 0644]
src/yuu/input.js [new file with mode: 0644]
src/yuu/pre.js [new file with mode: 0644]
src/yuu/rdr.js [new file with mode: 0644]
src/yuu/storage.js [new file with mode: 0644]
src/yuu/yT.js [new file with mode: 0644]
src/yuu/yf.js [new file with mode: 0644]
test/jshint.config [new file with mode: 0644]
test/spec/yuu/core.js [new file with mode: 0644]
test/spec/yuu/input.js [new file with mode: 0644]
test/spec/yuu/storage.js [new file with mode: 0644]
test/spec/yuu/yT.js [new file with mode: 0644]
test/spec/yuu/yf.js [new file with mode: 0644]
tools/LICENSE.rcedit [new file with mode: 0644]
tools/composer/composer.js [new file with mode: 0644]
tools/composer/index.html [new file with mode: 0644]
tools/generate-appcache [new file with mode: 0755]
tools/generate-nw [new file with mode: 0755]
tools/generate-osx-app [new file with mode: 0755]
tools/nw-linux-wrapper [new file with mode: 0755]
tools/rcedit.exe [new file with mode: 0644]