Skip to content

mhogar/Automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate: Auto Animate

Triple-A Methodology

Apply Actions to Actors to create Animations

Building and Installing

Automate is built using CMake.

  • For Debug builds use cmake -DDebug=ON -S . -B build/debug/
  • For Release builds use cmake -DDebug=OFF -S . -B build/release/

Change into the appropriate build directory and run make. The executable is named automate.

About

Object-Oriented approach to 2D animation.

Resources

Stars

Watchers

Forks

Releases

No releases published