A Tower Defense in C++
Library | Version | Description |
---|---|---|
OpenGL |
4.5.0 | Open Graphics Library (OpenGL) is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit (GPU), to achieve hardware-accelerated rendering. |
SFML |
2.3.2 | SFML is a cross platform library that 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. |