“Native Client is an open-source research technology for running x86 native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect from web apps.”
source: http://code.google.com/p/nativeclient/
“At its core, our release consists of a runtime, a browser plugin, and a set of GCC-based compilation tools.”
source: http://google-code-updates.blogspot.com-…-nning.html
___
This went a bit under the radar in the blogosphere, and I thought I’d announce it to the OF community. Basically nativeClient (NaCl) an open-source browser plugin that provides an x86 sandbox, so that you can run untrusted apps in the browser. Needless to say, the opportunity for OF programs would be huge. Downsides of NaCl: as a research technology, the risk it fizzling out is high. And of course it doesn’t address non-x86 devices.
(I’ll set aside some time to try to compile OF for NaCl after March 10th, 2009. I will be at Art and Code next weekend if anyone wants to chat about this.)