top of page

bouncing

balls

ABOUT BOUNCING BALLS

Bouncing Balls is a physics simulation application developed in Qt and C++. Graphics programming is done using OpenGL. In this application, a ball falls from the top due to the influence of gravity of the selected planet. It has options to increase air resistance and adding secondary gravity pulling the ball up.

AboutBB

SOME CODE

This code connects QT Signals and Slots

Code to initialise OpenGL

OpenGL code to render each frame

code4_BB.PNG

OpenGL Code to draw a sphere

GALLERY

bottom of page