From fd51b6a8a86e0fb7325a9aab9b2008093650ec39 Mon Sep 17 00:00:00 2001 From: mundusnine Date: Mon, 20 Jun 2022 13:51:09 -0400 Subject: [PATCH 1/4] Add Kinc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cca91f3..a2445cb 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ Graphical User Interface section has what you need. native C binding. [Various licenses][148]. * [PlutoVG][590] - A standalone 2D vector graphics library in C [``MIT``][MIT] * [SAIL][601] - ⛵ The missing small and fast image decoding library for humans (not for machines) [``MIT``][MIT] +* [Kinc][620] - A low level SDK for building games and media applications in a portable way. Think SDL, but super-charged. [``Zlib``][Zlib] ## Graphical User Interface ## @@ -1830,3 +1831,4 @@ support for C. [617]: https://github.com/Cogmasters/concord [618]: https://github.com/solenum/exengine [619]: https://projects.malikania.fr/bcc +[620]: https://github.com/Kode From 208b632b6613b7f3036c57250d03ad0821f69a01 Mon Sep 17 00:00:00 2001 From: mundusnine Date: Mon, 12 Dec 2022 10:23:19 -0500 Subject: [PATCH 2/4] Update Kinc number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7f3ba..5017bf2 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ Graphical User Interface section has what you need. native C binding. [Various licenses][148]. * [PlutoVG][590] - A standalone 2D vector graphics library in C [``MIT``][MIT] * [SAIL][601] - ⛵ The missing small and fast image decoding library for humans (not for machines) [``MIT``][MIT] -* [Kinc][620] - A low level SDK for building games and media applications in a portable way. Think SDL, but super-charged. [``Zlib``][Zlib] +* [Kinc][622] - A low level SDK for building games and media applications in a portable way. Think SDL, but super-charged. [``Zlib``][Zlib] ## Graphical User Interface ## From df61615398e99cfa2991a2d7fa86443b354075ff Mon Sep 17 00:00:00 2001 From: mundusnine Date: Thu, 15 Dec 2022 13:33:28 -0500 Subject: [PATCH 3/4] Update README.md Co-authored-by: Andy Alt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5017bf2..28ae77d 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ Graphical User Interface section has what you need. native C binding. [Various licenses][148]. * [PlutoVG][590] - A standalone 2D vector graphics library in C [``MIT``][MIT] * [SAIL][601] - ⛵ The missing small and fast image decoding library for humans (not for machines) [``MIT``][MIT] -* [Kinc][622] - A low level SDK for building games and media applications in a portable way. Think SDL, but super-charged. [``Zlib``][Zlib] +* [Kha][623] - Ultra-portable, high performance, open source multimedia framework. [``Zlib``][Zlib] ## Graphical User Interface ## From c41576c3056b72f411bebf795921ce02cfd14250 Mon Sep 17 00:00:00 2001 From: mundusnine Date: Thu, 15 Dec 2022 13:33:35 -0500 Subject: [PATCH 4/4] Update README.md Co-authored-by: Andy Alt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ae77d..7691ac4 100644 --- a/README.md +++ b/README.md @@ -1834,4 +1834,4 @@ support for C. [619]: https://projects.malikania.fr/bcc [620]: https://github.com/pspdev/pspsdk [621]: https://github.com/pspdev/pspsdk/blob/master/LICENSE -[622]: https://github.com/Kode +[623]: http://kha.tech/