
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/849073005 Cr-Commit-Position: refs/heads/master@{#311560}
80 lines
3.2 KiB
HTML
80 lines
3.2 KiB
HTML
{{+bindTo:partials.standard_nacl_article}}
|
|
|
|
<section id="middleware-and-software-support">
|
|
<h1 id="middleware-and-software-support">Middleware and Software Support</h1>
|
|
</section>
|
|
|
|
<p>This page showcases middleware that supports Native Client, as well as libraries and other software packages that have been ported
|
|
to Native Client. For an example of some applications that were produced using this software, see the
|
|
<a href="application-gallery">Application Gallery</a>.</p>
|
|
|
|
<section>
|
|
<h2>Software middleware partners</h2>
|
|
<br>
|
|
|
|
<table class="showcase">
|
|
<tbody>
|
|
<tr class="col3">
|
|
<td><a href="http://www.unity3d.com" target="_blank"><img src="/native-client/images/unity_logo.jpg"></a></td>
|
|
<td><a href="http://www.mono-project.com/" target="_blank"><img src="/native-client/images/mp_mono_logo.png"></a></td>
|
|
<td><a href="http://havok.com/" target="_blank"><img src="/native-client/images/havok_logo.jpg"></a></td>
|
|
</tr>
|
|
|
|
<tr class="col3">
|
|
<td><a href="http://www.blitzgamesstudios.com/blitztech/" target="_blank"><img src="/native-client/images/blitztech_logo.jpg"></a></td>
|
|
<td><a href="http://bulletphysics.org/wordpress/" target="_blank"><img src="/native-client/images/bullet_logo-210-86.png"></a></td>
|
|
<td><a href="http://www.fmod.org/index.php/download" target="_blank"><img src="/native-client/images/fmod_logo.png"></a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://www.audiokinetic.com/en/products/wwise/introduction" target="_blank"><img src="/native-client/images/wwise_logo.png"></a></td>
|
|
<td><a href="https://github.com/eugenis/sdl-nacl" target="_blank"><img src="/native-client/images/SDL_logo.png"></a></td>
|
|
<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>
|
|
</tr>
|
|
|
|
<tr class="col3">
|
|
<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>
|
|
<td><a href="http://www.getmoai.com/" target="_blank"><img src="/native-client/images/moai_logo.png" target="_blank"></a></td>
|
|
<td style="border-bottom-style: hidden; border-right-style: hidden;"> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
|
|
<br>
|
|
<section>
|
|
<h2>Software packages that support Native Client</h2>
|
|
<br>
|
|
|
|
<table class="showcase-list">
|
|
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
<th>Source</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td><b>NaClPorts</b></td>
|
|
<td>Ports of various open-source projects to Native Client (e.g., SDL, etc.) </td>
|
|
<td><a href="http://code.google.com/p/naclports/" target="_blank">Source</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>NaTcl</b></td>
|
|
<td>A Native Client port of the popular TCL programming language.</td>
|
|
<td><a href="http://wiki.tcl.tk/28211" target="_blank">Source</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>OCaml</b></td>
|
|
<td>A compiler that converts Objective Caml source code into Native Client-compliant machine code.</td>
|
|
<td><a href="http://code.google.com/p/nacl-ocaml/" target="_blank">Source</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
|
|
{{/partials.standard_nacl_article}}
|