Author: mesyeti <mesyeti@mesyeti.uk>
nbplib
wiki/nbplib.md | 10 ++++++++++ wiki/non-bloat-software-list.md | 7 +++++-- wiki/pages.md | 2 +-
diff --git a/wiki/nbplib.md b/wiki/nbplib.md new file mode 100644 index 0000000000000000000000000000000000000000..329d79d62ba9e818916762b92c234a32fec401c1 --- /dev/null +++ b/wiki/nbplib.md @@ -0,0 +1,10 @@ +# NBPLib - Non-bloat portable library +NBPLib is a collection of libraries aiming to help with portability in programs. They +all aim to allow you to extend the library using callbacks to make it possible +to support platforms or usecases that the library may not support. + +Source: <https://codeberg.org/non-bloat-collective/nbplib/> + +## Libraries +- Stream +- Socket (planned) diff --git a/wiki/non-bloat-software-list.md b/wiki/non-bloat-software-list.md index 6a1662df240c69fc7132bd10110313d182157e5c..6b75884953fbc50157b0b7b4067eb9f77eab70aa 100644 --- a/wiki/non-bloat-software-list.md +++ b/wiki/non-bloat-software-list.md @@ -3,9 +3,12 @@ This page is a list of software that follows the non-bloat collective's philosophy, but is not part of the collective. ## Databases -- SQLite +- SQLite [(link)](https://sqlite.org/) ## Cryptography -- BearSSL +- BearSSL [(link)](https://bearssl.org/) - As this is apparently beta quality software, it's encouraged for programs to be able to use both OpenSSL and BearSSL + +## Libraries +- Libschrift - TrueType font rendering library [(link)](https://github.com/tomolt/libschrift) diff --git a/wiki/pages.md b/wiki/pages.md index d3c10ac4bf76646cfbcd86d3e66d2bca3f08280b..9168960514a5091276a29a476e6e2e0241b54e97 100644 --- a/wiki/pages.md +++ b/wiki/pages.md @@ -4,12 +4,12 @@ - [Home](/index.html) ## Articles - [AI threatens the computer](/ai-threatens-the-computer.html) -- [AI threatens humanity](/ai-threatens-humanity.html) - [Good Software](/good-software.html) - [Non-bloat software list](/non-bloat-software-list.html) ## Collective projects - [DUI - Modular GUI library](/dui.html) +- [NBPLib - Portable util library](/nbplib.html) ## Associated projects - [Arkas Engine - Retro game engine](/arkas-engine.html)