Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 522 Bytes

File metadata and controls

14 lines (10 loc) · 522 Bytes

SDL_Text

Written by Ixodev in C++. Licensed under the MIT license.

Use is subject to license terms. Copyright (c) Ixodev, Virtual Republic of Code, april 2023.

A simple library to draw text with the SDL2 Lib (https://www.libsdl.org)

Some informations about the project:

- Version: 0.1.0
- Compiler: VC++
- Language version: C++ 14
- Dependencies used: SDL2 and SDL2_ttf
- Other informations:  A simple C++ class to work easier with SDL2_ttf. SDL2 and SDL2_ttf are required to use it.