Skip to content

SakshxmSingh/Procedural-Animation-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the code

  1. Clone the repository
  2. Open the terminal and navigate to the project folder
  3. Install the following packages:
    • cmake
    • make
    • gcc
    • g++
    • clang
    • sfml
  • For Ubuntu/WSL, you can install the packages using the following command:
    sudo apt-get install cmake make gcc g++ clang libsfml-dev
  • For MacOS, you can install the packages using the following command:
    brew install cmake make gcc clang sfml
  1. Run the following commands:
    mkdir build
    cd build
    cmake ..
    make
    ./mazeSpider // or
    ./stickAnimation // or
    ./firefly
  2. Enjoy the game!

How to play the game

For Maze Spider

  • use the WASD keys to move the spider
  • explore and enjoy the animation

For Stick Animation

  • use the arrow keys to move the stickman
  • use WASD keys to move the head bobbing
  • enjoy the animation

About

CSE333 Computer Graphics Semester Project at IIITD Monsoon'24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published