3D-cube

🚀 3D Graphics and Animation done in C programming Language. I use Linux but one can use any environment.

MIT License

Stars
6

Sample 3D Graphics in C Language.

Operating System used

Linux

How to run the project

On your command line type

gcc -o 3D 3D.c -lX11 -lGL

gcc -o 3SidedBox 3SidedBox.c -lX11 -lGL -lGLU

Note:

For windows OS you can look into their Graphics API in place of the

#include <X11/Xlib.h>

#include <X11/Xutil.h>

#include <X11/Xos.h>

#include <X11/Xatom.h>

Licence

MIT

DEMO