5. Tools Used - adrozd16/ProgrammingMiniProject GitHub Wiki

Visual Studio 2017

The program was written using C++ in Visual Studio, which is an integrated development environment. Visual Studio also supports Git repositories, which is a very useful feature while creating a project shared with other people.

SFML---Simple and Fast Multimedia Library

SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is written in C++, and has bindings for various languages such as C, .Net, Ruby, Python.

Download

You can get the latest official release on SFML's website.

Install

Follow the instructions of the tutorials, there is one for each platform/compiler that SFML supports.

Learn

You can learn more about it on the official website SFML tutorials