From 7b147744d381374f7890c1238b2697bfd4d91c88 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 28 Aug 2016 07:08:50 +0900 Subject: [PATCH] doc: Edit features --- README.md | 6 +++--- _docs/index.tmpl.html | 25 ++++++++++++++++++++++--- docs/index.html | 25 ++++++++++++++++++++++--- 3 files changed, 47 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c1afaed78..0e26e89a8 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ A simple SNES-like 2D game library in Go ## Features -* 2D Graphics -* Input (Mouse, Keyboard, and Gamepad) -* Audio (Ogg/Vorbis, WAV, and PCM) +* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering) +* Input (Mouse, Keyboard, Gamepads, Touches) +* Audio (Ogg/Vorbis, WAV, PCM) ## Web Site diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 0aab99b58..93f7c81b9 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -41,9 +41,28 @@

Features

Examples

diff --git a/docs/index.html b/docs/index.html index 3844dc8eb..ec04136c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,9 +41,28 @@

Features

Examples