This document discusses using OpenGL and physics engines to create physics-based games. It introduces OpenGL as a 2D and 3D graphics library and physics engines as simulating physical laws to model world changes over time. Connecting OpenGL and physics engines allows drawing 3D objects based on their physical state. Examples are provided of joints, collisions, and callbacks to integrate graphics and physics. Reasons to use and not use physics engines for games are outlined.