hi i want create a window in ubuntu linux but create it with the primitive libraries for example in windows use windows.h and others but in linux how works
i dont want use the wxwidgets and Qt i want create my own libraries. i'm take a look in sources of blender and wxwidgets but i have not idea how works for each platform
Nobody wants to write Native X Windows System code. Use wx, or gtk, or qt. Really.
Or, if you must, just build your toolkit on top of OpenGL primitives.
The thing is, to build a full featured GUI app on Linux requires so much more than just a GUI library. You need to interface with the desktop environment.
what i want know is which libraries of the Os to use for manage the screen mouse position sockets etc. based for create my own libs and clases for ui because i want create my own native aplication.
Out of. GPL licenses, WinApi and others. I know that is hard work but thats is the best way to create my own application to sell after