template and a library

This commit is contained in:
Trilarion 2017-11-30 17:00:52 +01:00
parent dec1ab6a6f
commit 87a93e6911
5 changed files with 35 additions and 7 deletions

View File

@ -1,15 +1,15 @@
# Open Source Games
A collection of open source games sorted by genre. The project are at least in beta stage with a code basis that builds
into a executable demo. Here related infors and tips geared toward building the games is collected. Emphasis is for
A collection of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds
into an executable demo. Related infos and tips geared toward building the games are collected here. Emphasis is for
support on Windows, Linux and Android.
Motivation: I want to improve building of open source games, maybe even rescuing lost projects. I concentrate on the
hardware/software platforms that I have access.
Motivation: I want to improve the process of building open source games, maybe even rescuing some lost projects. I concentrate on the
hardware/software platforms that I have access to.
## Contributing
If you'd like to add a repository to the list, please [create an Issue](https://github.com/Trilarion/opensourcegames/issues),
If you'd like to add something, please [create an Issue](https://github.com/Trilarion/opensourcegames/issues),
or fork this repository and submit a pull request.
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)

12
game_template.md Normal file
View File

@ -0,0 +1,12 @@
# XXX
- Home: XX
- Wikipedia: XX
- State: XX (beta, mature, abandoned)
- Code: primary repository (type), other repositories (type)
- Language(s): XX
## Building
XX

View File

@ -1 +1,3 @@
# Popular required libraries
- [Simple DirectMedia Layer (SDL 2)](sdl_2.md)

14
library/sdl_2.md Normal file
View File

@ -0,0 +1,14 @@
# Simple DirectMedia Layer
- Home: https://www.libsdl.org/index.php
- Wikipedia: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
- State: mature
- Code: http://hg.libsdl.org/SDL (mercurial)
- Language(s): C
## Building
CMake
- SDL 2.0.7 with MSVC 2015 via CMake 3.9 works

View File

@ -6,6 +6,6 @@
- Code: https://svn.openttd.org/ (svn), https://github.com/OpenTTD/OpenTTD (git sync)
- Language(s): C++
Build system
## Building
Autoconf