An open API service indexing awesome lists of open source software.

https://github.com/8dcc/sdl-template

Template repository for SDL2 projects
https://github.com/8dcc/sdl-template

Last synced: about 1 year ago
JSON representation

Template repository for SDL2 projects

Awesome Lists containing this project

README

          

#+title: Title
#+options: toc:nil
#+startup: showeverything
#+author: 8dcc

#+begin_comment
*TODO*: Change project-name and title
*TODO*: Change output.out in Makefile
#+end_comment

*Short description.*

#+TOC: headlines 2

* Description

Long description.

* Building

#+begin_src console
$ git clone https://github.com/8dcc/project-name
$ cd project-name
$ make
...
#+end_src