Graphics

Graphics

Plotting Mathematical Functions, 2d function plotter in C++ (Graf XY), using graphics.h BGI library

Plots points of a two-dimensional function (y = f(x)) on the screen, in the specified region of the Cartesian plane.…

Read More »
Graphics

Musical Keyboard in C++, using graphics.h BGI library

A musical keyboard is simulated using the computer keyboard. Most important features: The keyboard is drawn on the screen, using…

Read More »
Graphics

Sheet Music Player in C++, using graphics.h BGI library

Allows you to read a score from a txt file with the format of the QBASIC play function, and then…

Read More »
Math Graphics

Bugs Animated Mouse 2 in C++ Visual Sudio

Another style of drawing Bugs:Draws a mouse’s face using Bezier curves, and then animates the mouse’s face, like a cartoon.…

Read More »
Math Graphics

3D Surface in C++ Visual Sudio

Plot a 3D surface, and rotate it randomly about the 3 coordinate axes,periodically. Examples included:Jester’s Hat: z = -sin(3 *…

Read More »
Math and others

Plot Conics, Circle, Parabola, Ellipse, Hyperbola (Conics) in C++, using graphics.h BGI library

Program that graphs conics in their general form ( AX^2+ BXY+CY^2+DX+EY+F = 0), that is to say parabolas, ellipses, hyperbolas,…

Read More »
Math Graphics

Goku Cartoon in C++ Visual Sudio

Draw Goku’s face using the Bezier, open B-spline and closed B-spline methods. Spanish:Dibuja la cara de Goku usando los métodos…

Read More »
Math Graphics

Newton Curve in C++ Visual Sudio

Draw a Newton Curve Developed by: Original authors: Manuel Paredes Improvements added from version 2, thanks to Yacsha. JOSE LUIS…

Read More »
Math Graphics

Spline Curve in C++ Visual Sudio

Draw a Spline Curve Developed by: Original authors: Manuel Paredes Improvements added from version 2, thanks to Yacsha. JOSE LUIS…

Read More »
Math Graphics

Bugs Animated Mouse in C++ Visual Sudio

Draws a mouse’s face using Bezier curves, and then animates the mouse’s face, like a cartoon. Spanish:Dibuja la cara de…

Read More »
Back to top button