summaryrefslogtreecommitdiff
path: root/cli/hitomezashi_cli.c
AgeCommit message (Collapse)Author
2023-06-01Complete libhitomezashi, reset projectArjun Satarkar
2022-02-27CLI: improve help textuntir_l
2022-02-27CLI: fix missing newlines in helpuntir_l
2022-02-27Add support for choosing foreground and background coloursuntir_l
2022-02-25Add web app frontend, restructure almost everythinguntir_l
- Add web app frontend code - Add .html, .js, .wasm to .gitignore - Restructure Makefile to work with emmake, add build targets for web app, add .html, .js, .wasm to make clean - Explain the pattern in the README - Add explanation of web frontend to README - Restructure README generally for better clarity - Remove "make web app version" from todos in README - Set Doxygen to EXTRACT_ALL so trivial and useless doc comments are not needed when the naming suffices to be explanatory. - Move ascii_binary_str_to_ints to library code in new file hitomezashi_utils.c (and corresponding header) as web app also needs it. - Fix SDL2 include path so it also works with Emscripten - Remove some cluttering and unnecessary doc comments - Improve some doc comments
2022-02-25Improve docs, don't initialise SDL until arguments are already handleduntir_l
2022-02-25Reorganise CLI and lib into separate dirs, add doc comments for Doxygenuntir_l