sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit e2e185c58ffc3cfaa56f0eb03a8855c408b835b2
parent 8e7b47b96b799388dd99c85ec1bf18c42ab7847e
Author: GasparVardanyan <gaspar_pm@protonmail.com>
Date:   Thu,  7 Apr 2022 21:13:18 +0400

[suckless.org][rocks][Nuklear] A single-header ANSI C immediate mode cross-platform GUI library

Diffstat:
Msuckless.org/rocks/index.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -33,6 +33,10 @@ because it makes them legally compatible with other suckless projects. * [xz embedded](https://tukaani.org/xz/embedded.html) - lightweight decompressor for the xz LZMA compressor (public domain). * [zlib](https://zlib.net/) - the "standard" compression/decompression library, quite small, used in many applications ([zlib license](https://zlib.net/zlib_license.html)). +### GUI + +* [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) - A single-header ANSI C immediate mode cross-platform GUI library. + ### Cryptography * [LibreSSL](https://www.libressl.org/) - LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014.