diff options
author | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-06-11 16:15:23 +0000 |
---|---|---|
committer | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-06-11 16:18:20 +0000 |
commit | 023103612eeeb8681b65ec5e9114d206b2d9a1dc (patch) | |
tree | 7082030a96ae4a1eeedd52e85f43094cfba92a6e /README.md | |
parent | 4f6198b965357ca63daf24d7767be715987fe58b (diff) | |
download | hitomezashi-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |