EG Graphics Library In C++ For Windows
EG Graphics Library is a nice tool for beginner, novice as well as expert C++ programmers that want some fun with graphics and drawing shapes using c++ coding in windows.
Shapes in 2d, 3d and animation, drawings are so easy to make with programming by using this free library tool. Simple classes, functions are there in the library to draw the figures and applying simple mathematics of geometry.
We can draw points, lines, triangles, rectangles, polygons, arcs, circles, ellipses, spirals, quadrilaterals and many more with their details as shown below for a 2d line.
Also in 3d we can draw lines, triangles, arcs, circles, ellipses, cubes, cones, cylinders, spheres etc. We can also set the properties of these objects in the drawing so that we can make and animate them as we wish.
Also we can draw the 2d and 3d graphs by using this library.
Some examples are also given to show some physical event simulations like moving clock (analog and digital), projectile, pendulum, model of the solar system and a galaxy model.