Giter VIP home page Giter VIP logo

animationprogramming's Introduction

Animation Programming (Skeletal Animation)

Screenshot of the application

What is this project about ?

This project is a school project made in 5 days during my studies at ISART Digital. My goals for this project are:

  • Learning how 3D animation (Skeletal animation in particular) can get implemented in a game engine
  • Understanding how to compute a 3D Animation using the CPU and the GPU (Hardware skinning)
  • Improving my skills in project architecture
  • Getting better at producing high-quality code (Well commented and easy to read as much as possible)
  • Having fun doing what I like

Software used

  • Visual Studio 2017 to code

Libraries used

  • WhiteBoxEngine (3D Engine made by a professor at ISART Digital: https://github.com/Trizek/WhiteBoxEngine)
  • GLEW to manipulate the OpenGL over the WhiteBoxEngine (Which uses SDL as window and rendering context)
  • Windows for input handling
  • AltMath (Mathematic library made in collaboration with my classmates)
  • GyvrIni (My personal ini library)

Target platforms and configurations

For this project I target Windows (32 bits only) because of my use of Windows.h for inputs handling

How to build ?

The build isn't included in this repository. To build this project, the best and easiest way is to use Visual Studio 2017. All you have to do is to build in any configuration you want (Debug/Release) but for 32 bits platform exclusively (Due to WhiteBoxEngine compatibility). A "Build/" folder will be generated at the root of the repository, ready for you to play with!

WARNING (Undefined behavior may occur)

The application is unstable and sometimes the model won't show up. All you have to do is to close the application and re-open it again. This error is due to resources parsing and comes from the version of WhiteBoxEngine I used.

Direct Download

Technical Demonstration

animationprogramming's People

Contributors

adriengivry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.