From f278003b8af5883c79754efc96d99f662f9b2367 Mon Sep 17 00:00:00 2001 From: Ruslan Golovinskii <42336163+golxzn@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:41:19 +0300 Subject: [PATCH] Changed MyGUI web site to github page I'd noticed that their web page is died so IMHO It'll be better to use github link, because even if the project will die, this link will work as an archive (in the case if the author don't delete it) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71ecf40..a415471 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [implot](https://github.com/epezent/implot) - Immediate Mode Plotting widgets for imgui. [MIT] * [iup](https://www.tecgraf.puc-rio.br/iup) - Multi-platform toolkit for building graphical user interfaces. [MIT] * [libui](https://github.com/andlabs/libui) - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. [MIT] -* [MyGUI](http://mygui.info/) - Fast, flexible and simple GUI. [MIT] +* [MyGUI](https://github.com/MyGUI/mygui) - Fast, flexible and simple GUI. [MIT] * [nana](http://nanapro.org/en-us/) - Nana is a cross-platform library for GUI programming in modern C++ style. [Boost] * [NanoGui](https://github.com/mitsuba-renderer/nanogui) - A minimalistic cross-platform widget library for OpenGL 3.x or higher. [BSD] * [nuklear](https://github.com/Immediate-Mode-UI/Nuklear) - A single-header ANSI C gui library. [PublicDomain]