summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-06-11 16:15:23 +0000
committeruntir_l <87096069+untir-l@users.noreply.github.com>2022-06-11 16:18:20 +0000
commit023103612eeeb8681b65ec5e9114d206b2d9a1dc (patch)
tree7082030a96ae4a1eeedd52e85f43094cfba92a6e /README.md
parent4f6198b965357ca63daf24d7767be715987fe58b (diff)
downloadhitomezashi-023103612eeeb8681b65ec5e9114d206b2d9a1dc.tar
hitomezashi-023103612eeeb8681b65ec5e9114d206b2d9a1dc.tar.gz
hitomezashi-023103612eeeb8681b65ec5e9114d206b2d9a1dc.zip
Add screenshot of web UI to README.md, add back download button, misc.
Added assert(0) to the end of main() in hitomezashi_web.c indicating that it is unreachable.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a780310..abc4526 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ To build, first run `make clean` if you previously built to native code, then (w
You will need to serve, from a web server: `hitomezashi_web.html`, `hitomezashi_web.js`, `hitomezashi_web.wasm` in order for it to work; the `file://` protocol may not be sufficient.
+<img src="https://github.com/untir-l/hitomezashi/blob/main/screenshot_web.png?raw=true" width="500">
+
## Technical and copyright information
Written in C11 with SDL2. Code style: `make format-code` will run `clang-format` with the correct parameters.