diff --git a/README.md b/README.md index 6cb1651..2c5d6e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Low level [OpenGL](https://www.opengl.org/) + [SDL2](https://www.libsdl.org/index.php) entry for [Acerola fur challenge](https://youtu.be/9dr-tRQzij4) using [ImGUI](https://github.com/ocornut/imgui) for UI +![](./demo.gif) + ## Controls - LMB + Mouse movement allows you to rotate the camera around the sphere. @@ -9,4 +11,4 @@ Low level [OpenGL](https://www.opengl.org/) + [SDL2](https://www.libsdl.org/inde ## Compilation -Remeber to change `build.bat` so that the variable `MSVC_PATH` points to the appropriate directory (the one with `vcvars64.bat` file in it)s \ No newline at end of file +Remeber to change `build.bat` so that the variable `MSVC_PATH` points to the appropriate directory (the one with `vcvars64.bat` file in it) \ No newline at end of file diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..f02ad9d Binary files /dev/null and b/demo.gif differ