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