0
I want to make GUI software for desktop . What is the steps ?
I want to make some GUI software for desktop with attractive interface . How to do it ? What language and framework world be best for this ? What would be the best resource to learn that language and framework ?
1 Answer
0
let me tell you it's not recommended especially by yourself. But there's tools like OpenGL and Vulkan for 3D graphics and other tools like GLUT, more modern versions are like FreeGLUT and GLFW for things like windows and I/O interaction. Note this is all C/C++ so there's a domain restriction on this.