i would like to see some simple examples of how direct3d can be used with lite-c.

like:

- a 3d line drawing function (z-buffering should be an option)
- functions for drawing different kinds of triangles
- accessing the frame buffer
- accessing the vertex/index/attribute buffers
...