.NET
stroyan.lst
Associated article: Three-Dimensional Graphics Using the X Window System
Tags: .NET
_THREE-DIMENSIONAL GRAPHICS USING THE X-WINDOW SYSTEM_ by Michael Stroyan [LISTING ONE] /* example.c - An example of three dimensional graphics using Xlib. */ #include <X11/Xlib.h> #include <X11/Xutil.h> #include <math.h> #include &...


