OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="middleware-and-software-support"> | 3 <section id="middleware-and-software-support"> |
4 <h1 id="middleware-and-software-support">Middleware and Software Support</h1> | 4 <h1 id="middleware-and-software-support">Middleware and Software Support</h1> |
5 </section> | 5 </section> |
6 | 6 |
| 7 <p>This page showcases middleware that supports Native Client, as well as librar
ies and other software packages that have been ported |
| 8 to Native Client. For an example of some applications that were produced using t
his software, see the |
| 9 <a href="/native-client/{{pepperdocsdir}}community/application-gallery">Applicat
ion Gallery</a>.</p> |
| 10 |
| 11 <p class="note"><b>Note:</b> Some of the middleware below may have been develope
d using a newer version of the Pepper API than |
| 12 Pepper {{peppernum}}. To use such middleware you may need to use a corresponding
ly newer bundle in the SDK.</p> |
| 13 |
| 14 <section> |
| 15 <h2>Software middleware partners</h2> |
| 16 <br> |
| 17 |
| 18 <table class="showcase"> |
| 19 <tbody> |
| 20 <tr class="col3"> |
| 21 <td><a href="http://www.unity3d.com" target="_blank"><img src="/native-cli
ent/images/unity_logo.jpg"></a></td> |
| 22 <td><a href="http://www.mono-project.com/" target="_blank"><img src="/nati
ve-client/images/mp_mono_logo.png"></a></td> |
| 23 <td><a href="http:havok.com/" target="_blank"><img src="/native-client/ima
ges/havok_logo.jpg"></a></td> |
| 24 </tr> |
| 25 |
| 26 <tr class="col3"> |
| 27 <td><a href="http://www.blitzgamesstudios.com/blitztech/" target="_blank">
<img src="/native-client/images/blitztech_logo.jpg"></a></td> |
| 28 <td><a href="http://bulletphysics.org/wordpress/" target="_blank"><img src
="/native-client/images/bullet_logo-210-86.png"></a></td> |
| 29 <td><a href="http://www.fmod.org/index.php/download" target="_blank"><img
src="/native-client/images/fmod_logo.png"></a></td> |
| 30 </tr> |
| 31 |
| 32 <tr> |
| 33 <td><a href="http://www.audiokinetic.com/en/products/wwise/introduction" t
arget="_blank"><img src="/native-client/images/wwise_logo.png"></a></td> |
| 34 <td><a href="https://github.com/eugenis/sdl-nacl" target="_blank"><img src
="/native-client/images/SDL_logo.png"></a></td> |
| 35 <td><a href="http://developer.qt.nokia.com/wiki/Qt_for_Google_Native_Clien
t" target="_blank"><img src="/native-client/images/qt_logo.png"></a></td> |
| 36 </tr> |
| 37 |
| 38 <tr class="col3"> |
| 39 <td><a href="http://www.ogre3d.org/forums/viewtopic.php?f=4&t=66394" targe
t="_blank"><img src="/native-client/images/Ogre_logo.png"></a></td> |
| 40 <td><a href="http://www.getmoai.com/" target="_blank"><img src="/native-cl
ient/images/moai_logo.png" target="_blank"></a></td> |
| 41 <td style="border-bottom-style: hidden; border-right-style: hidden;"> 
;</td> |
| 42 </tr> |
| 43 </tbody> |
| 44 </table> |
| 45 </section> |
| 46 |
| 47 <br> |
| 48 <section> |
| 49 <h2>Software packages that support Native Client</h2> |
| 50 <br> |
| 51 |
| 52 <table class="showcase-list"> |
| 53 |
| 54 <thead> |
| 55 <tr> |
| 56 <th>Name</th> |
| 57 <th>Description</th> |
| 58 <th>Source</th> |
| 59 </tr> |
| 60 </thead> |
| 61 |
| 62 <tbody> |
| 63 <tr> |
| 64 <td><b>NaClPorts</b></td> |
| 65 <td>Ports of various open-source projects to Native Client (e.g., SDL, etc
.) </td> |
| 66 <td><a href="http://code.google.com/p/naclports/" target="_blank">Source</
a></td> |
| 67 </tr> |
| 68 <tr> |
| 69 <td><b>NaTcl</b></td> |
| 70 <td>A Native Client port of the popular TCL programming language.</td> |
| 71 <td><a href="http://wiki.tcl.tk/28211" target="_blank">Source</a></td> |
| 72 </tr> |
| 73 <tr> |
| 74 <td><b>OCaml</b></td> |
| 75 <td>A compiler that converts Objective Caml source code into Native Client
-compliant machine code.</td> |
| 76 <td><a href="http://code.google.com/p/nacl-ocaml/" target="_blank">Source<
/a></td> |
| 77 </tr> |
| 78 </tbody> |
| 79 </table> |
| 80 </section> |
| 81 |
7 {{/partials.standard_nacl_article}} | 82 {{/partials.standard_nacl_article}} |
OLD | NEW |