Update README.md

This commit is contained in:
Jason Bou-Samra
2024-04-22 19:27:37 +10:00
committed by GitHub
parent 61446d2e67
commit 64cf5d1407
+27 -2
View File
@@ -1,2 +1,27 @@
# 3D-cube-c-version-2 # 3D cube C version 2
3D cube C version 2 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 3Dcube_final 3Dcube_final.c -lm `sdl2-config --cflags --libs` ``
or
`cc -o 3Dcube_final 3Dcube_final.c -lSDL2 -lm`
on the command line
## Author(s)
Jason Bou-Samra