From 02c51f514228ebcaa70ef97217ee7e2c026f7df4 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 16 Aug 2022 10:53:47 +0800 Subject: Katakana example. --- README.md | 7 +++++-- katakana.png | Bin 0 -> 133709 bytes 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 katakana.png diff --git a/README.md b/README.md index 0976343..08cb74d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ Pure C implementation of the famous [digital rain](https://en.wikipedia.org/wiki ## Customisation - - Character set: set `UNICODE_MIN` and `UNICODE_MAX` for the [unicode block](https://en.wikipedia.org/wiki/List_of_Unicode_characters) you like to use (e.g. 0x30A1 and 0x30F6 for Katakana). + - Character set: set `UNICODE_MIN` and `UNICODE_MAX` for the [unicode block](https://en.wikipedia.org/wiki/List_of_Unicode_characters) you like to use (e.g. 0x30A1 and 0x30F6 for Katakana): + +![example](katakana.png) + - Colours: set the RGB values of `COLOR_BG_*`, `COLOR_HD_*` and `COLOR_TL_*` for background, head and the tail characters respectively. - Rain attributes: set `RAIN_RATE` and `RAIN_DENSITY` to change the speed and the density of the rain. @@ -38,4 +41,4 @@ make ## Contributing -Code is hosted on [sourcehut](https://git.sr.ht/~sadeep/matrix-digital-rain). Please submit your patches there or via email to sadeep@asciimx.com ([PGP key](http://www.asciimx.com/sadeep.asc)). +Code is hosted on [sourcehut](https://git.sr.ht/~sadeep/matrix-digital-rain). Please submit your patches there or via email to ~sadeep/matrix-code-rain@lists.sr.ht. diff --git a/katakana.png b/katakana.png new file mode 100644 index 0000000..b9df873 Binary files /dev/null and b/katakana.png differ -- cgit v1.2.3