Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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
|
||||||
|
|||||||
Reference in New Issue
Block a user