From 11091696d5e27da3131dd28310a1ddb6bff896ab Mon Sep 17 00:00:00 2001 From: CracklyBody <45905295+CracklyBody@users.noreply.github.com> Date: Wed, 24 Jun 2020 23:42:05 +0300 Subject: [PATCH] update README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2c7722..4d58011 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Skelan -Skeletal animation in a clean and unified structure for easy use +Skeletal animation in a clean and unified structure for easy use. + +Using libraries: + ++ [assimp](https://github.com/assimp/assimp) + ++ [glm](https://glm.g-truc.net/0.9.9/index.html) + ++ [glfw](https://www.glfw.org/) + +## Building: + +Use [Cmake](https://cmake.org/download/)>3.5 to create lib files. + +## How to use: + +Include **"GameObject.h"**. Add all file in **include** directory to your project. Link your **lib** file. + +## Example: + +![Alt Text](https://media.giphy.com/media/SYvUAr66dVr1SHAVAP/giphy.gif)