mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-04 15:04:28 +01:00
doc: Edit features
This commit is contained in:
parent
26d8fc92e0
commit
17261e0e9b
@ -40,30 +40,14 @@
|
||||
</ul>
|
||||
|
||||
<h2 id="features">Features</h2>
|
||||
<ul>
|
||||
<li>2D Graphics
|
||||
<ul>
|
||||
<li>Geometry/Color matrix transformation</li>
|
||||
<li>Various composition modes</li>
|
||||
<li>Offscreen rendering</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Input
|
||||
<ul>
|
||||
<li>Mouse</li>
|
||||
<li>Keyboard</li>
|
||||
<li>Gamepads</li>
|
||||
<li>Touches</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Audio
|
||||
<ul>
|
||||
<li>Ogg/Vorbis</li>
|
||||
<li>WAV</li>
|
||||
<li>PCM</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>2D Graphics</dt>
|
||||
<dd>Geometry/Color matrix transformation, Various composition modes, Offscreen rendering</dd>
|
||||
<dt>Input</dt>
|
||||
<dd>Mouse, Keyboard, Gamepads, Touches</dd>
|
||||
<dt>Audio</dt>
|
||||
<dd>Ogg/Vorbis, WAV, PCM</dd>
|
||||
</dl>
|
||||
|
||||
<h2 id="examples">Examples</h2>
|
||||
<div class="row">
|
||||
|
@ -40,30 +40,14 @@
|
||||
</ul>
|
||||
|
||||
<h2 id="features">Features</h2>
|
||||
<ul>
|
||||
<li>2D Graphics
|
||||
<ul>
|
||||
<li>Geometry/Color matrix transformation</li>
|
||||
<li>Various composition modes</li>
|
||||
<li>Offscreen rendering</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Input
|
||||
<ul>
|
||||
<li>Mouse</li>
|
||||
<li>Keyboard</li>
|
||||
<li>Gamepads</li>
|
||||
<li>Touches</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Audio
|
||||
<ul>
|
||||
<li>Ogg/Vorbis</li>
|
||||
<li>WAV</li>
|
||||
<li>PCM</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>2D Graphics</dt>
|
||||
<dd>Geometry/Color matrix transformation, Various composition modes, Offscreen rendering</dd>
|
||||
<dt>Input</dt>
|
||||
<dd>Mouse, Keyboard, Gamepads, Touches</dd>
|
||||
<dt>Audio</dt>
|
||||
<dd>Ogg/Vorbis, WAV, PCM</dd>
|
||||
</dl>
|
||||
|
||||
<h2 id="examples">Examples</h2>
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user