[nodejs] Re: Using OpenVG APIs from node on the raspberry pi.

2012-09-02 Thread Luis Reis
Hi again, I've found a solution to this problem, so, for anyone interested in running node with OpenVG / OpenGL ES on the Raspberry Pi: The problem with EGL initialization is that it messes up V8 contexts. I've found out that if EGL is initialized before V8 boots, everything seems to run fine.

[nodejs] Re: Using OpenVG APIs from node on the raspberry pi.

2012-10-28 Thread Henri Tuhola
This is a retarded workaround and we should really figure out why EGL breaks down the V8 Context on raspberry pi. maanantai, 3. syyskuuta 2012 9.53.39 UTC+3 Luis Reis kirjoitti: > > Hi again, > > I've found a solution to this problem, so, for anyone interested in > running node with OpenVG / Ope