This is a general question. I'm not a beginner programmer, but I don't have too much experience with anything like this. So this is mostly an implementation question.
What would it take to create a GUI system in C. What I mean, is that I would like to create my own Windows, text boxes and buttons and etc. both graphically and functionally.
There are a lot of graphics libraries out there. OpenGL SDL, SFML and etc. Some C others C++. If someone codes something like this from the ground up, would I use a system like that?
What exactly are the requirements to do something like this. Where can I get started to organize how I would code this.
The final use of the project, would be for example to use in a Game or a desktop application. The desktop application part is uniqe actually in that I don't require it to interface with windows. In
other words, the application would load as it's own application and the gui would be used in the loaded application game or not. So system interaction is not important, just the GUI part.
Anyone know about this kind of stuff?