SFML community forums

General => General discussions => Topic started by: greeniekin on December 10, 2011, 02:34:54 am

Title: google chromes Native Client SDK
Post by: greeniekin on December 10, 2011, 02:34:54 am
I just heard that bastion was released in google chrome. It apparently uses google chromes native client SDK which allows you to compile c and c++ for use in google chrome.

Hopefully SFML can be ported to use this one day. Though it looks like it does not expose opengl or opengl ES(I know sfml doesn't support it but work done for android would simultaneously help this), but it's own abstraction of rendering. Makes sense if plans are to make it run everywhere.

Just thought I would mention it. What are your guys thoughts?

Edit:
I thought i posted this in "General discussions" not general help. Might need to be moved.
Title: google chromes Native Client SDK
Post by: luiscubal on December 10, 2011, 02:47:51 pm
Weird. Google Chrome supports WebGL, so I'd expect them to expose OpenGL ES 2.0 to NaCl.
Title: google chromes Native Client SDK
Post by: Klaim on December 11, 2011, 02:24:21 pm
It is exposed. Ogre3D have been ported to NACL using their OGLES2.0 renderer with modifications.