OLD | NEW |
1 Welcome to Native Client's documentation! | 1 ######################## |
2 ========================================= | 2 Welcome to Native Client |
| 3 ######################## |
3 | 4 |
4 Contents: | 5 .. raw:: html |
5 | 6 |
6 .. toctree:: | 7 <div id="home"> |
7 :maxdepth: 2 | 8 <a class="button-nacl button-download" href="/native-client/dev/sdk/download">
Download SDK</a> |
| 9 <div class="big-intro"> |
8 | 10 |
9 overview.rst | 11 **Native Client** is a sandbox for running compiled C and C++ code in the |
10 quick-start.rst | 12 browser efficiently and securely, independent of the user's operating system. |
11 nacl-and-pnacl.rst | 13 **Portable Native Client** extends that technology with |
12 glossary.rst | 14 architecture independence, letting developers compile their code once to run |
13 sdk/index.rst | 15 in any website and on any architecture. |
14 sdk/download.rst | 16 |
15 sdk/examples.rst | 17 In short, Native Client brings the **performance** and **low-level control** |
16 sdk/release-notes.rst | 18 of native code to modern web browsers, without sacrificing the **security** and |
17 devguide/index.rst | 19 **portability** of the web. Watch the video below for an overview of |
18 devguide/tutorial/index.rst | 20 Native Client, including its goals, how it works, and how |
19 devguide/tutorial/tutorial-part1.rst | 21 Portable Native Client lets developers run native compiled code on the web. |
20 devguide/tutorial/tutorial-part2.rst | 22 |
21 devguide/devcycle/index.rst | 23 .. raw:: html |
22 devguide/devcycle/building.rst | 24 |
23 devguide/devcycle/running.rst | 25 </div> |
24 devguide/devcycle/debugging.rst | 26 |
25 devguide/devcycle/vs-addin.rst | 27 <iframe class="video" width="640" height="360" |
26 devguide/devcycle/dynamic-loading.rst | 28 src="//www.youtube.com/embed/MvKEomoiKBA?rel=0" frameborder="0"></iframe> |
27 devguide/coding/index.rst | 29 |
28 devguide/coding/3D-graphics.rst | 30 <div class="right-side"> |
29 devguide/coding/audio.rst | 31 <div class="right-side-inner"> |
30 devguide/coding/application-structure.rst | 32 <h2>Guiding principles of Native Client</h2> |
31 devguide/coding/native-client-modules.rst | 33 <div class="big-intro"> |
32 devguide/coding/file-io.rst | 34 <ul> |
33 devguide/coding/nacl_io.rst | 35 <li>Developer flexibility to program in any language.</li> |
34 devguide/coding/message-system.rst | 36 <li>Running close to the metal to allow access to performance gains.</li> |
35 devguide/coding/progress-events.rst | 37 <li>Protecting users from malicious code and malware.</li> |
36 devguide/coding/url-loading.rst | 38 <li>Write-once, run-anywhere code portability across all user architectures.
</li> |
37 devguide/coding/view-focus-input-events.rst | 39 </ul> |
38 devguide/distributing.rst | 40 |
39 community/index.rst | 41 .. raw:: html |
40 community/application-gallery.rst | 42 |
41 community/middleware.rst | 43 </div> |
42 community/security-contest/index.rst | 44 </div> |
43 community/security-contest/contest-announcement.rst | 45 </div> |
44 community/security-contest/contest-terms.rst | 46 |
45 community/security-contest/contest-faq.rst | 47 Get started with Native Client |
46 peppercpp/index.rst | 48 ============================== |
47 reference/index.rst | 49 |
48 reference/pnacl-bitcode-abi.rst | 50 .. raw:: html |
49 reference/pnacl-c-cpp-language-support.rst | 51 |
50 reference/nacl-manifest-format.rst | 52 <div class="big-intro"> |
51 publications-and-presentations.rst | 53 |
52 faq.rst | 54 #. :doc:`Download the Native Client SDK <sdk/download>`. |
53 help.rst | 55 #. Read the :doc:`Technical Overview <overview>`. |
54 version.rst | 56 #. Learn how to use the SDK and build both a web app and a Chrome app in the |
| 57 :doc:`Getting Started Tutorial <devguide/tutorial/tutorial-part1>`. |
| 58 |
| 59 .. raw:: html |
| 60 |
| 61 </div> |
| 62 <div class="big-intro" style="clear: both;"> |
| 63 |
| 64 Send us questions, comments, and feedback: |
| 65 `native-client-discuss <https://groups.google.com/forum/#!forum/native-client-di
scuss>`_. |
| 66 |
| 67 .. raw:: html |
| 68 |
| 69 </div> |
| 70 </div> |
OLD | NEW |