From 8636e17f3d9d4482d105ad009c7a25595267b04c Mon Sep 17 00:00:00 2001 From: alqeeu Date: Sat, 21 Oct 2023 13:16:01 +0300 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e99de2 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# opengl-spinning-obj-file +practicing modern openGL with C and GLAD + +![image](https://github.com/LainLayer/opengl-spinning-obj-file/assets/10339438/5fafa9e0-23da-4b77-a722-7772823050d8) + + +## build + +```console +$ make +``` + +modify the Makefile for debug mode, its not complicated.