Edited readme

This commit is contained in:
Joe Adams 2017-12-07 14:28:29 +00:00
parent 27be4c3fcb
commit c36c56373b

View File

@ -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` > Compile using `make boilerplate`
A template file created using the completed **pointy.c** file as a base for abstraction
A template file created using the completed **pointy.c** file as a base for abstraction