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
- Host: GitHub
- URL: https://github.com/8dcc/sdl-template
- Owner: 8dcc
- License: gpl-3.0
- Created: 2024-02-03T22:12:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T14:56:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T12:14:31.991Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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