Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CracklyBody authored Jun 24, 2020
1 parent 845ebc0 commit 1109169
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 1109169

Please sign in to comment.