From ce30c599c64371e73263712ba0fcde0887eb8945 Mon Sep 17 00:00:00 2001 From: "Luke A. Guest" Date: Tue, 20 Aug 2024 23:20:55 +0100 Subject: [PATCH 1/2] Add Nuklear bindings. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 899cd96..16b1644 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ A curated list of awesome resources related to the Ada and SPARK programming lan - [ada-gui](https://github.com/jrcarter/Ada_GUI) - GUI implemented on its own task, so it doesn't require that its client give up a thread of control. Derived from [gnoga]. - [adawebui](https://github.com/godunko/adawebui) - GUI based on [adawebpack]. - [imgui-ada](https://github.com/Cre8or/ImGui-Ada) - Ada binding of the ImGui library. +- [ANuklear](https://github.com/ada-game-framework/anuklear) - Ada binding to the Nuklear GUI library and the Nuklear-SDL renderer. [gnoga]: https://sourceforge.net/projects/gnoga/ [gtkada]: https://github.com/AdaCore/gtkada From b40410c086e88dc3114e035824e75ba1c9534dc5 Mon Sep 17 00:00:00 2001 From: "Luke A. Guest" Date: Wed, 21 Aug 2024 20:59:18 +0100 Subject: [PATCH 2/2] Fix name to lower case. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b1644..e19f176 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ A curated list of awesome resources related to the Ada and SPARK programming lan - [ada-gui](https://github.com/jrcarter/Ada_GUI) - GUI implemented on its own task, so it doesn't require that its client give up a thread of control. Derived from [gnoga]. - [adawebui](https://github.com/godunko/adawebui) - GUI based on [adawebpack]. - [imgui-ada](https://github.com/Cre8or/ImGui-Ada) - Ada binding of the ImGui library. -- [ANuklear](https://github.com/ada-game-framework/anuklear) - Ada binding to the Nuklear GUI library and the Nuklear-SDL renderer. +- [anuklear](https://github.com/ada-game-framework/anuklear) - Ada binding to the Nuklear GUI library and the Nuklear-SDL renderer. [gnoga]: https://sourceforge.net/projects/gnoga/ [gtkada]: https://github.com/AdaCore/gtkada