Osku

Results 11 comments of Osku

found something. assuming this is the latest non ce version of phaser: https://github.com/photonstorm/phaser/blob/master/v2/src/pixi/renderers/webgl/shaders/PixiShader.js#L102-L118 ``` // get and store the attributes this.aVertexPosition = gl.getAttribLocation(program, 'aVertexPosition'); this.aTextureCoord = gl.getAttribLocation(program, 'aTextureCoord'); this.colorAttribute =...

indeed https://github.com/DmitryBaranovskiy/raphael/issues/492

FWIW, im not following this ticket anymore.

i think i got the same problem on archlinux, cause --debug output looks the same. heres my mkmf.log: ``` "gcc -o conftest -I/usr/include/ruby-2.5.0/x86_64-linux -I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2...

sorry, lost track of this. im not using this anymore. can be closed (i left it open for @Stanzilla)

what happens if the plugin is not installed and you got `config.hostsupdater.manage_hosts = true` in the Vagrantfile? ``` ❱ vagrant up Bringing machine 'default' up with 'virtualbox' provider... There are...

i'm playing with this on arch https://github.com/oskude/radiance but i don't know what i'm doing ;P

sorry, had some local commits that i hadn't pushed >.

hups, didn't even have mpv installed, so radiance compiled without it >.

sync things? for example? PS. it's so fun to work on this app (even though c++ >.