.. _publications_and_presentations: ############################## Publications and Presentations ############################## This page lists Native Client and Portable Native Client talks, demos, and publications from various conferences and academic symposiums. Recent talks and demos ---------------------- .. list-table:: :header-rows: 1 * - Date - Event - Talk * - 2013/05/16 - `Google I/O 2013 `_ - `Introduction to Portable Native Client `_ * - 2012/12/11 - `Google Developers Live `_ - `Native Client Acceleration Modules `_ Learn how to use Native Client to deliver performance where it counts (`source code `__) * - 2012/07/26 - `Casual Connect Seattle 2012 `_ - `Take your C++ To the Web with Native Client `_ Includes an overview of Native Client technology, porting legacy applications from the Windows desktop, and current third-party use of Native Client in middleware and games * - 2012/06/28 - `Google I/O 2012 `_ - `Native Client Live `_ Demonstrates how to port an existing C application to Native Client using a Visual Studio add-in that lets developers debug their code as a trusted Chrome plugin * - 2012/06/28 - `Google I/O 2012 `_ - `The Life of a Native Client Instruction `_ (`slides `__) * - 2012/03/05 - `GDC 2012 `_ - `Get Your Port On `_ Porting Your C++ Game to Native Client * - 2011/08/12 - --- - `Native Client Update and Showcase `_ * - 2011/05/11 - `Google I/O 2011 `_ - `Beyond JavaScript: Programming the Web with Native Client `_ * - 2010/11/04 - `2010 LLVM Developers' Meeting `_ - `Portable Native Client `_ Publications ------------ .. list-table:: :header-rows: 1 * - Title - Authors - Published in * - `Language-Independent Sandboxing of Just-In-Time Compilation and Self-Modifying Code `_ - Jason Ansel, Petr Marchenko, `Ăšlfar Erlingsson `_, Elijah Taylor, `Brad Chen `_, Derek Schuff, David Sehr, `Cliff L. Biffle `_, Bennet S. Yee - ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), 2011 * - `Adapting Software Fault Isolation to Contemporary CPU Architectures `_ - David Sehr, Robert Muth, `Cliff L. Biffle `_, Victor Khimenko, Egor Pasko, Bennet S. Yee, Karl Schimpf, `Brad Chen `_ - 19th USENIX Security Symposium, 2010, pp. 1-11 * - `Native Client: A Sandbox for Portable, Untrusted x86 Native Code `_ - Bennet S. Yee, David Sehr, Greg Dardyk, `Brad Chen `_, Robert Muth, Tavis Ormandy, Shiki Okasaka, Neha Narula, Nicholas Fullagar - IEEE Symposium on Security and Privacy (Oakland '09), 2009 * - `PNaCl: Portable Native Client Executables `_ - Alan Donovan, Robert Muth, Brad Chen, David Sehr - February 2010 External Publications --------------------- In these articles outside developers and Google engineers describe their experience porting libraries and applications to Native Client and Portable Native Client. They share their insights and provide some tips and instructions for how to port your own code. Porting Nebula3 to Portable Native Client ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Andre Weissflog ported his Nebula3 engine to Portable Native Client (see `his demos `__). He discusses `build systems `__ and `app entry `__. Porting Go Home Dinosaurs ^^^^^^^^^^^^^^^^^^^^^^^^^ `Fire Hose Games `_ developed a new webgame `Go Home Dinosaurs `_. It features tower defense, dinosaurs, and good old fashioned BBQ. This article explains their experiences developing for Native Client including useful lessons learned to help you get started. `Read more `__ Porting Zombie Track Meat ^^^^^^^^^^^^^^^^^^^^^^^^^ `Fuzzycube Software `_, traditionally a mobile game development studio, talks about their adventure into the web, porting the undead decathlon `Zombie Track Meat `_ from Objective C to Native Client. `Read more `__ Porting AirMech ^^^^^^^^^^^^^^^ `Carbon Games `_ chose Native Client as a solution for cross-platform delivery of their PC game `AirMech `_ to Linux and Macintosh in lieu of native ports. They describe the porting process on their blog. `Read more `__