From 023103612eeeb8681b65ec5e9114d206b2d9a1dc Mon Sep 17 00:00:00 2001 From: untir_l <87096069+untir-l@users.noreply.github.com> Date: Sat, 11 Jun 2022 21:45:23 +0530 Subject: 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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. + + ## Technical and copyright information Written in C11 with SDL2. Code style: `make format-code` will run `clang-format` with the correct parameters. -- cgit v1.2.3-57-g22cb