Xlib and GLX: Part 1
From Sidvind
Description
Programming with Xlib can be a pain-in-the-ass for starters. And using Xlib and GLX together might seem impossible. Almost no good tutorial covers this topics. And those who do uses many deprecated function calls.
Xlib basics
[Write a basic description of how X works here]
Opening a connection
| Code: |
|
{{{2}}} |
GLX
Complete sample
| Code: |
|
{{{2}}} |