windows-curses
Windows Curses Python module (by zephyrproject-rtos)
raygui
A simple and easy-to-use immediate-mode gui library (by raysan5)
windows-curses | raygui | |
---|---|---|
1 | 30 | |
183 | 3,770 | |
4.4% | 4.7% | |
7.5 | 8.1 | |
15 days ago | 13 days ago | |
C | C | |
GNU General Public License v3.0 or later | zlib License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
windows-curses
Posts with mentions or reviews of windows-curses.
We have used some of these posts to build our list of alternatives
and similar projects.
raygui
Posts with mentions or reviews of raygui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-12.
-
Trying raylib, first time user, what should I know?
About the UI interface, I created raygui a simple immediate-mode UI library, you can also take a look: https://github.com/raysan5/raygui
-
Building and Linking Google's ANGLE with Raylib on MacOS
git submodule add https://github.com/raysan5/raygui.git vendor/raygui
-
Ported some of raylib examples to Zig
Added splicit type casting in commit: https://github.com/raysan5/raygui/commit/78ad65365ebae6433f60cf03a09e76b43c46cfa2
-
Is it be possible to use raygui with GLFW & GLEW?
Yes you can use raygui as a standalone library without raylib. Read for more info: https://github.com/raysan5/raygui/blob/master/src/raygui.h.
-
Graphic Library for C
Possibly with https://github.com/raysan5/raygui.
-
A question about how GUI libraries are written.
For your example of raygui, you can just look. It's a single header file (but does require raylib) to work.
-
Are people using Unity to make software?
I'm under the impression that Unity builds have a good deal of overhead. Plus, in many cases, something like raygui (C# bindings) will actually be quicker to develop with. Nothing wrong with Unity, though. The best tool is the one you know how to use, in my opinion.
-
raylib 4.2 released!
raylib extra libraries cleanup: raylib has been on diet and all the extra libraries included on previous releases have been removed from raylib. Now raylib only includes the original 7 raylib modules: rcore, rlgl, rshapes, rtextures, rtext, rmodels and raudio. But no worries, extra libraries have not been deleted, they have been moved to their own repos for better maintainability and more focus on its functionality. The libraries moved out from raylib repo are: raygui, physac, rmem, reasings and raudio (standalone mode). On that same line, a new amazing GitHub group: raylib-extras has been created by @JeffM2501 to contain raylib extra libraries as well as other raylib add-ons provided by the community. Jeff has done an amazing work on that line, providing multiple libraries and examples for raylib, like custom first-person and third person camera systems, Dear ImGui raylib integration, multiple specific examples and even a complete RPG Game Example! Great work Jeff! :D
- Raygui - A simple and easy-to-use immediate-mode gui library
-
I made a shortlist of good libraries for my GUI C project and I want your thoughts and comments.
You might also want to take a look at raygui