Xlib and GLX: Part 1

From Sidvind
Revision as of 00:56, 12 October 2006 by EXt (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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}}}