Files
3d-cube-c-version-1/README.md
T
2024-09-28 10:23:29 +10:00

464 B

3D cube C version 1

Display a real-time rotating 3D vector line cube.

Screenshot

3d cube

Changelog:

2022-12-31:

  • Initial release

Compilation

type:

make

or

cc -o 3D_Jason 3D_Jason.c -lm `sdl2-config --cflags --libs`

or

cc -o 3D_Jason 3D_Jason.c -lSDL2 -lm

on the command line

Author(s)

Jason Bou-Samra