jens-a-e / hellosdl2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloSDL2

Hello SDL2 is a simple template folder for small sketches with SDL2 in one single C file.

Quick Guide

make run to build and run the project.

make clean to remove build artefacts.

make build to simply build.

Setup

Before you start you need to install SDL2.

On macOS a simple option is to use Homebrew:

brew install sdl2

About


Languages

Language:C 86.9%Language:Makefile 13.1%