Skip to content

sahilyadav10/pixel-box-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Box Animation

Pixel Box Animation is an animation created by pixel manipulation in C++ using SDL.

Prerequisites (for windows)

  • IDE (preferably Visual Studio, get it from here )

  • SDL

    1. Download runtime binaries from here
    2. Extract and change the extracted folder's name to SDL2
    3. Then, open Visual Studio and create a new empty project.
    4. Now open Solution Explorer from the side bar and add .h files to header files and .c++ to source files.
    5. Follow the steps from this video and run the program

    Note- if you get a "SDL2.DLL missing" error, copy \SDL2\lib\x64\SDL2.dll to C:\Windows\System32 and \SDL2\lib\x86\SDL2.dll to C:\Windows\SysWOW64

Preview

Preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages