SFML community forums

General => General discussions => Topic started by: slotdev on March 04, 2014, 05:58:20 pm

Title: Google Native Client / PNaCl
Post by: slotdev on March 04, 2014, 05:58:20 pm
Hi

Has anyone seen this Google Native Client stuff? Basically, you can run C/C++ code in Chrome. Google seem to think it's the future, everyone else (Mozilla..) won't touch it.

I have a development environment setup for doing some work on this, and I was wondering how hard it would be to port SFML. I imagine it should be fairly straightforward; as all it needs is to be platform agnostic. Oh and use OpenGL ES 2.0 :D

Ed
Title: Re: Google Native Client / PNaCl
Post by: eXpl0it3r on March 04, 2014, 06:59:53 pm
Might want to talk to therocode, iirc he played around with it for a bit and I found this thread (http://en.sfml-dev.org/forums/index.php?topic=7870.0).
Title: Re: Google Native Client / PNaCl
Post by: Laurent on March 04, 2014, 08:09:50 pm
And note that currently only OpenGL ES 1.1 is supported.