| OLD | NEW |
| 1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
| 2 | 2 |
| 3 <section id="chrome-dev-summit-2014-native-client-codelabs"> | 3 <section id="chrome-dev-summit-2014-native-client-codelabs"> |
| 4 <span id="cds2014"></span><h1 id="chrome-dev-summit-2014-native-client-codelabs"
><span id="cds2014"></span>Chrome Dev Summit 2014 - Native Client Codelabs</h1> | 4 <span id="cds2014"></span><h1 id="chrome-dev-summit-2014-native-client-codelabs"
><span id="cds2014"></span>Chrome Dev Summit 2014 - Native Client Codelabs</h1> |
| 5 <h2 id="a-crossroads">A Crossroads</h2> | 5 <h2 id="a-crossroads">A Crossroads</h2> |
| 6 <p>For your coding pleasure, we have two codelabs. | 6 <p>For your coding pleasure, we have two codelabs. |
| 7 Depending on your interests and prior experience, | 7 Depending on your interests and prior experience, |
| 8 check out one or both.</p> | 8 check out one or both.</p> |
| 9 <p>Learn how easy it is to edit, build, and run NaCl applications | 9 <p>Learn how easy it is to edit, build, and run NaCl applications |
| 10 all in your desktop web browser or on a Chromebook.</p> | 10 all in your desktop web browser or on a Chromebook.</p> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 } else { | 39 } else { |
| 40 tag.innerHTML = 'This codelab appears to be supported by your browser.'; | 40 tag.innerHTML = 'This codelab appears to be supported by your browser.'; |
| 41 tag.style.color = '#00cc00'; | 41 tag.style.color = '#00cc00'; |
| 42 } | 42 } |
| 43 </script></li> | 43 </script></li> |
| 44 <li>A fast broadband connection (500MB download)</li> | 44 <li>A fast broadband connection (500MB download)</li> |
| 45 <li>Can read and write Python</li> | 45 <li>Can read and write Python</li> |
| 46 </ul> | 46 </ul> |
| 47 </dd> | 47 </dd> |
| 48 </dl> | 48 </dl> |
| 49 <p><a class="reference external" href="python">Click here for Codelab #1 - Pytho
n on the Web</a></p> | 49 <p><a class="reference external" href="python">Click here for Codelab #1 - What
a Difference Python Makes</a></p> |
| 50 <h2 id="codelab-2-a-saga-of-fire-and-water">Codelab #2 - A Saga of Fire and Wate
r</h2> | 50 <h2 id="codelab-2-a-saga-of-fire-and-water">Codelab #2 - A Saga of Fire and Wate
r</h2> |
| 51 <p>Learn the basics of using PPAPI to do 2D graphics from | 51 <p>Learn the basics of using PPAPI to do 2D graphics from |
| 52 a C++ program running in Native Client. | 52 a C++ program running in Native Client. |
| 53 Modify our sample to turn fire into water. | 53 Modify our sample to turn fire into water. |
| 54 Develop inside Google Chrome, using our NaCl Development Environment | 54 Develop inside Google Chrome, using our NaCl Development Environment |
| 55 Chrome App. | 55 Chrome App. |
| 56 While this codelab currently targets conventional Native Client using our | 56 While this codelab currently targets conventional Native Client using our |
| 57 GCC + GlibC based toolchain, the techniques involved are generally | 57 GCC + GlibC based toolchain, the techniques involved are generally |
| 58 applicable.</p> | 58 applicable.</p> |
| 59 <dl class="docutils"> | 59 <dl class="docutils"> |
| (...skipping 27 matching lines...) Expand all Loading... |
| 87 } else { | 87 } else { |
| 88 tag.innerHTML = 'This codelab appears to be supported by your browser.'; | 88 tag.innerHTML = 'This codelab appears to be supported by your browser.'; |
| 89 tag.style.color = '#00cc00'; | 89 tag.style.color = '#00cc00'; |
| 90 } | 90 } |
| 91 </script></li> | 91 </script></li> |
| 92 <li>A fast broadband connection (500MB download)</li> | 92 <li>A fast broadband connection (500MB download)</li> |
| 93 <li>Can read and write C++</li> | 93 <li>Can read and write C++</li> |
| 94 </ul> | 94 </ul> |
| 95 </dd> | 95 </dd> |
| 96 </dl> | 96 </dl> |
| 97 <p><a class="reference external" href="cpp">Click here for Codelab #2 - Compile
for Speed</a></p> | 97 <p><a class="reference external" href="cpp">Click here for Codelab #2 - A Saga o
f Fire and Water</a></p> |
| 98 </section> | 98 </section> |
| 99 | 99 |
| 100 {{/partials.standard_nacl_article}} | 100 {{/partials.standard_nacl_article}} |
| OLD | NEW |