18-07-2019, 09:42 PM
I'm using SFML for the graphics and most likely the audio ( https://www.sfml-dev.org/ )
It is basically .dll files that you include in your project that allows you to render graphics.
Quote:SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network.
With SFML, your application can compile and run out of the box on the most common operating systems: Windows, Linux, macOS and soon Android & iOS.
It is basically .dll files that you include in your project that allows you to render graphics.