Skip to content

Commit

Permalink
- Updated plugin descriptions in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Sep 15, 2022
1 parent 0c022b4 commit 5c93b5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1060,13 +1060,13 @@ <h2><a id="user-content-versions" class="anchor" aria-hidden="true" href="#versi
Everything compiles out-of-the-box for the hardware platforms cited above.</p>
<p>The embedded versions currently use:</p>
<ul>
<li>GLFW-based (+SOIL) plugins for display, joystick, keyboard and mouse for all non-iOS/non-Android platforms</li>
<li>OpenAL-based (+libsndfile/stb_vorbis/tremor) plugins for sound for all platforms</li>
<li>Box2D-based plugin for physics</li>
<li>homemade plugin for 2D rendering</li>
<li>OpenGL ES plugins for display on iOS and Android</li>
<li>Touch/MultiTouch-based plugin for mouse on iOS and Android</li>
<li>Accelerometer-based plugin for joystick on iOS and Android</li>
<li>GLFW-based (+stb_image/webp/qoi/BasisU) display, joystick, keyboard and mouse plugins for all non-iOS/non-Android platforms</li>
<li>miniaudio (+stb_vorbis) sound plugin for all platforms</li>
<li>LiquidFun-based physics plugin</li>
<li>Homemade rendering plugin (2D)</li>
<li>OpenGL ES display plugins for iOS and Android</li>
<li>Touch/MultiTouch-based mouse plugin for iOS and Android</li>
<li>Accelerometer-based joystick plugin for iOS and Android</li>
</ul>
<p>All the 11 basic and advanced official tutorials are shipped with the dev packages, including precompiled release binaries.</p>
<p>Some tools (precompiled binaries only) are also shipped with the dev packages:</p>
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ Everything compiles out-of-the-box for the hardware platforms cited above.

The embedded versions currently use:

- GLFW-based (+SOIL) plugins for display, joystick, keyboard and mouse for all non-iOS/non-Android platforms
- miniaudio plugin for sound for all platforms
- Box2D-based plugin for physics
- homemade plugin for 2D rendering
- OpenGL ES plugins for display on iOS and Android
- Touch/MultiTouch-based plugin for mouse on iOS and Android
- Accelerometer-based plugin for joystick on iOS and Android
- GLFW-based (+stb_image/webp/qoi/BasisU) display, joystick, keyboard and mouse plugins for all non-iOS/non-Android platforms
- miniaudio (+stb_vorbis) sound plugin for all platforms
- LiquidFun-based physics plugin
- Homemade rendering plugin (2D)
- OpenGL ES display plugins for iOS and Android
- Touch/MultiTouch-based mouse plugin for iOS and Android
- Accelerometer-based joystick plugin for iOS and Android

All the 11 basic and advanced official tutorials are shipped with the dev packages, including precompiled release binaries.

Expand Down

0 comments on commit 5c93b5e

Please sign in to comment.