-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
845ebc0
commit 1109169
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |