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 | 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 | 8 to Native Client. For an example of some applications that were produced using t
his software, see the |
9 <a href="application-gallery">Application Gallery</a>.</p> | 9 <a href="application-gallery">Application Gallery</a>.</p> |
10 | 10 |
11 <section> | 11 <section> |
12 <h2>Software middleware partners</h2> | 12 <h2>Software middleware partners</h2> |
13 <br> | 13 <br> |
14 | 14 |
15 <table class="showcase"> | 15 <table class="showcase"> |
16 <tbody> | 16 <tbody> |
17 <tr class="col3"> | 17 <tr class="col3"> |
18 <td><a href="http://www.unity3d.com" target="_blank"><img src="/native-cli
ent/images/unity_logo.jpg"></a></td> | 18 <td><a href="http://www.unity3d.com" target="_blank"><img src="/native-cli
ent/images/unity_logo.jpg"></a></td> |
19 <td><a href="http://www.mono-project.com/" target="_blank"><img src="/nati
ve-client/images/mp_mono_logo.png"></a></td> | 19 <td><a href="http://www.mono-project.com/" target="_blank"><img src="/nati
ve-client/images/mp_mono_logo.png"></a></td> |
20 <td><a href="http:havok.com/" target="_blank"><img src="/native-client/ima
ges/havok_logo.jpg"></a></td> | 20 <td><a href="http://havok.com/" target="_blank"><img src="/native-client/i
mages/havok_logo.jpg"></a></td> |
21 </tr> | 21 </tr> |
22 | 22 |
23 <tr class="col3"> | 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> | 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> | 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> | 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> | 27 </tr> |
28 | 28 |
29 <tr> | 29 <tr> |
30 <td><a href="http://www.audiokinetic.com/en/products/wwise/introduction" t
arget="_blank"><img src="/native-client/images/wwise_logo.png"></a></td> | 30 <td><a href="http://www.audiokinetic.com/en/products/wwise/introduction" t
arget="_blank"><img src="/native-client/images/wwise_logo.png"></a></td> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 <tr> | 70 <tr> |
71 <td><b>OCaml</b></td> | 71 <td><b>OCaml</b></td> |
72 <td>A compiler that converts Objective Caml source code into Native Client
-compliant machine code.</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> | 73 <td><a href="http://code.google.com/p/nacl-ocaml/" target="_blank">Source<
/a></td> |
74 </tr> | 74 </tr> |
75 </tbody> | 75 </tbody> |
76 </table> | 76 </table> |
77 </section> | 77 </section> |
78 | 78 |
79 {{/partials.standard_nacl_article}} | 79 {{/partials.standard_nacl_article}} |
OLD | NEW |