nikitalarionov / OpenGL-Animation

A simple example of skeletal animation using OpenGL (and LWJGL).

Home Page:https://www.youtube.com/playlist?list=PLRIWtICgwaX2tKWCxdeB7Wv_rTET9JtWW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple example of skeletal animation using OpenGL (and LWJGL).

To get the code working in an Eclipse project you need to set up a project with the lwjgl, lwjgl_utils,and PNGDecoder jars added to the build path, along with the relevant LWJGL natives.

In case you’ve forgotten how to set up a LWJGL project, you can find a tutorial on how to do that here: https://youtu.be/Jdkq-aSFEA0

You can download PNGDecoder here: http://twl.l33tlabs.org/dist/PNGDecoder.jar

About

A simple example of skeletal animation using OpenGL (and LWJGL).

https://www.youtube.com/playlist?list=PLRIWtICgwaX2tKWCxdeB7Wv_rTET9JtWW

License:The Unlicense


Languages

Language:Java 97.9%Language:GLSL 2.1%