mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Ebiten should be available on mobile browsers
This commit is contained in:
parent
899f007fd0
commit
86691c67e9
@ -16,7 +16,7 @@ Website: https://hajimehoshi.github.io/ebiten/
|
|||||||
* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD)
|
* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD)
|
||||||
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
|
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
|
||||||
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
|
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
|
||||||
* [Web browsers (Chrome, Firefox, Safari and Edge on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
* [Web browsers (Chrome, Firefox, Safari and Edge)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
||||||
|
|
||||||
Note: Gamepad and keyboard are not available on Android/iOS.
|
Note: Gamepad and keyboard are not available on Android/iOS.
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<dt class="col-2 text-right">Mobiles</dt>
|
<dt class="col-2 text-right">Mobiles</dt>
|
||||||
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
|
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
|
||||||
<dt class="col-2 text-right">Web browsers</dt>
|
<dt class="col-2 text-right">Web browsers</dt>
|
||||||
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge on desktops</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
|
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>
|
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
</div></header>
|
</div></header>
|
||||||
|
|
||||||
<main><div class="container">
|
<main><div class="container">
|
||||||
<p>Stable version: v1.6.2 / Development version: v1.7.0-alpha</p>
|
<p>Stable version: v1.6.3 / Development version: v1.7.0-alpha</p>
|
||||||
|
|
||||||
<h2 id="platforms">Platforms</h2>
|
<h2 id="platforms">Platforms</h2>
|
||||||
<dl class="row">
|
<dl class="row">
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<dt class="col-2 text-right">Mobiles</dt>
|
<dt class="col-2 text-right">Mobiles</dt>
|
||||||
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
|
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
|
||||||
<dt class="col-2 text-right">Web browsers</dt>
|
<dt class="col-2 text-right">Web browsers</dt>
|
||||||
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge on desktops</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
|
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>
|
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user