Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎈 SDL3 Bouncing Ball Animation

A minimal animation demo using SDL3 written in C++17 β€” built using standard lifecycle callbacks (SDL_AppInit, SDL_AppIterate, etc.).


πŸ› οΈ Requirements

  • C++17 compatible compiler (e.g., g++)
  • SDL3 installed on your system

Tested on Fedora Linux 42 using system-installed SDL3.


πŸš€ Build Instructions

Just compile it directly (no Make or CMake required):

g++ -std=c++17 -g -o bouncing_ball main.cxx -lSDL3

About

A bouncing ball animation using SDL3

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages