2024-09-28 10:23:29 +10:00
2024-04-22 18:42:57 +10:00
2024-04-22 18:42:57 +10:00
2024-04-22 18:40:00 +10:00
2024-04-22 18:42:57 +10:00
2024-09-28 10:23:29 +10:00

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

S
Description
No description provided
Readme
55 KiB
Languages
C 97.2%
Makefile 2.8%