Xlib and GLX: Part 1

From Sidvind

Jump to: navigation, search

Contents

[edit] 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.

[edit] Xlib basics

[Write a basic description of how X works here]

[edit] Opening a connection

Code:

{{{2}}}

[edit] GLX

[edit] Complete sample

Code:

{{{2}}}

Personal tools