Sample project for text input in SDL2 (C)
- C 99.2%
- Makefile 0.8%
| images | ||
| .DS_Store | ||
| a.out | ||
| coords.txt | ||
| main | ||
| main.c | ||
| makefile | ||
| README.md | ||
| The Foreign.otf | ||
SDL2 Text Input Sample
Requirements
To be able to compile this sample project, you will need to install these libraries:
- SDL2
- SDL2 Image
- SDL2 TTF
SDL2 Installation
sudo apt-get install libsdl2-dev
SDL2-Image Installation
sudo apt-get install libsdl2-image-dev
SDL2-TTF Installation
sudo apt-get install libsdl2-ttf-dev