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.