@@ -129,6 +129,21 @@ <h1 style="text-align: center; margin-top: 10px;">More from
129129 about this project</ a > < a href ="https://github.com/ScriptTiger/fasmgP/archive/master.zip "> </ a > < a
130130 target ="_blank " href ="https://github.com/ScriptTiger/fasmgP/issues "> </ a > < br >
131131 < br >
132+ < strong > < span style ="font-weight: bold; "> cno</ span > </ strong > :< br >
133+ cno is a VERY minimal syscall module (no CGO, no C, CNO!)
134+ with a heavy focus on GUI development for VERY minimal GUIs,
135+ generally small utilities which have historically been CLI
136+ and where having a GUI would be nice, but not necessary, and
137+ it can just be bolted on without much additional bloat. So,
138+ it's somewhat special-purpose and not intended for more
139+ advanced general-purpose GUI development.< br >
140+ < a target ="_blank " href ="https://github.com/ScriptTiger/cno "> Check
141+ out
142+ the GitHub project</ a > < br >
143+ < a target ="_blank " href ="https://github.com/ScriptTiger/cno/issues "> Contact
144+ ScriptTiger
145+ about this project</ a > < br >
146+ < br >
132147 < strong > < span style ="font-weight: bold; "> mixerInG</ span > </ strong > :< br >
133148 Mixer in G is a PCM audio stream mixer package written in
134149 pure Go using the go-audio framework and does not require
@@ -143,8 +158,8 @@ <h1 style="text-align: center; margin-top: 10px;">More from
143158ScriptTiger
144159 about this project</ a > < br >
145160 < br >
146- < strong > < span style ="font-weight: bold; "> KanziSFX </ span > </ strong > :< br >
147- KanziSFX is a minimal Kanzi decompressor to decompress an
161+ < strong > < span style ="font-weight: bold; "> kanziSFX </ span > </ strong > :< br >
162+ kanziSFX is a minimal Kanzi decompressor to decompress an
148163 embedded Kanzi bit stream, with built-in support to also
149164 untar a compressed tar archive. So, the embedded Kanzi bit
150165 stream could contain either a single file of arbitrary type
0 commit comments