WinBGI

WinBGI DLL graphics library for Visual C++

VideoGames

PIX SNAKE game in C++, using graphics.h BGI library

Snake game with slightly different game mechanics that will bring you interesting challenges Developed by: Copyright (c) 2010, Juan Villalvazo…

Read More »
Fractals

The Koch Curve in C++, using graphics.h BGI library

Diagram of the Koch curve: “Starting from a segment which is divided into three equal parts. The central part is…

Read More »
Graphics

Triangle in C++, using graphics.h BGI library

Plots a triangle in a 3D system on the screen rotating around the axe Z. Its initial coordinates are read…

Read More »
Graphics

How to Draw a Bitmap BMP in C++ (BMPPlus), using graphics.h BGI library

Similar to PCXPlus but graphics bitmaps (BMP) using low-level drawing routines in 320×200 and 640×480 resolutions with 256 colors. Developed…

Read More »
VideoGames

Ping Pong game in C++, using graphics.h BGI library

Classic Ping Pong game with scores and increased ball speed. The game is given to FT5 (the player who first…

Read More »
Graphics

How to Draw a Bitmap BMP and PCX in C++ (IMGBGI), using graphics.h BGI library

After such a long time without updating PCXBGI, I decided to do something more productive, like a universal image loader,…

Read More »
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 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 »
Back to top button