diff --git a/sdlboilerplate/readme.md b/sdlboilerplate/readme.md index aabd9e9..337bb85 100644 --- a/sdlboilerplate/readme.md +++ b/sdlboilerplate/readme.md @@ -1,29 +1,24 @@ -Boilerplate Code -================ +# Boilerplate Code - Creating a bare-minimum C file for setting up SDL with a single window and renderer (result is **sdlboilerplate.c**) +Creating a bare-minimum C file for setting up SDL with a single window and renderer (result is **sdlboilerplate.c**) - pointy.c - -------- +## pointy.c - > Compile using `make pointy` +> Compile using `make pointy` - Original file provided by Eike Anderson as part of an exercise to introduce SDL +Original file provided by Eike Anderson as part of an exercise to introduce SDL - pointy_modified.c - ----------------- +## pointy_modified.c - > Compile using `make pointymod` +> Compile using `make pointymod` - Completed pointy.c file (creating a 'line' from rendered points that resizes with the window, as well as a circle positioned centrally) +Completed pointy.c file (creating a 'line' from rendered points that resizes with the window, as well as a circle positioned centrally) - sdlboilerplate.c - ---------------- +## sdlboilerplate.c - > Compile using `make boilerplate` - - A template file created using the completed **pointy.c** file as a base for abstraction +> Compile using `make boilerplate` +A template file created using the completed **pointy.c** file as a base for abstraction