Create your own graphics library in C++
A quick guide on creating your very own graphics library for your custom operating system in C++. Before you jump into implementing this, you will need a way to draw graphics on the screen. If you don’t already, make sure that you have a VGA/VBE driver, so that way you can easily interact with the … Read more