Sample project for text input in SDL2 (C)
  • C 99.2%
  • Makefile 0.8%
Find a file
2019-01-20 16:56:34 +01:00
images First commit 2019-01-20 00:40:23 +01:00
.DS_Store First commit 2019-01-20 00:40:23 +01:00
a.out First commit 2019-01-20 00:40:23 +01:00
coords.txt First commit 2019-01-20 00:40:23 +01:00
main First commit 2019-01-20 00:40:23 +01:00
main.c First commit 2019-01-20 00:40:23 +01:00
makefile First commit 2019-01-20 00:40:23 +01:00
README.md Create README.md 2019-01-20 16:56:34 +01:00
The Foreign.otf First commit 2019-01-20 00:40:23 +01:00

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