gruberchris / AnimateSFML

This C++ application demonstrates how to render an object and animate it while applying user input to it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animate SFML

The purpose of this C++ application is to create a simple animation using the SFML library.

Key Controls

Key Action
Space Pause/Resume ball inertia
Up Move ball upwards
Down Move ball downwards
Left Move ball to the left
Right Move ball to the right
Escape Exit application
N Reset ball position

Screenshot of Animate SFML application running

About

This C++ application demonstrates how to render an object and animate it while applying user input to it.


Languages

Language:C++ 88.3%Language:CMake 11.7%