From eaed54365cd19fb3db0057003608ddce331b8a39 Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Wed, 18 Oct 2023 23:32:21 -0400 Subject: [PATCH] add resources --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3252991..ddae240 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,15 @@ This is what my build commands look like in Geany IDE. | Run | ./drogon_dashboard | /home/username/Desktop/Local-Development/Cplusplus/drogon-dash/build | | Make Dist | make dist | /home/username/Desktop/Local-Development/Cplusplus/drogon-dash/build | -## Authors: +## Authors * SharpeTronics, Inc. * oDinZu WenKi + +## Resources +Programming with GTKMM4(GTK4) C++ Wrapper https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/index.html +C++ Core Guidelines http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines +Cpp Reference https://en.cppreference.com +Cambalache https://blogs.gnome.org/xjuan/ +Drogon Web Server https://github.com/drogonframework/drogon +GTK 4 Docs https://docs.gtk.org/gtk4/