Update README.md

This commit is contained in:
Jason Bou-Samra
2024-04-22 19:17:41 +10:00
committed by GitHub
parent 1c9ecf4875
commit c3ab84b6af
+27 -2
View File
@@ -1,2 +1,27 @@
# 3D-cube-c-version-1 # 3D cube C version 1
3D Cube (C version 1) Display a real-time rotating 3D vector line cube.
![3d cube](https://github.com/bou-samra/3D-cube-c-version-1/blob/main/Screenshot%20from%202024-04-22%2018-43-41.png?raw=true "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