rename fields to improve understanding, adapting maintenance.py (intermediate)

This commit is contained in:
Trilarion 2018-06-07 17:44:44 +02:00
parent 381a62784a
commit 6070bd5360
417 changed files with 1607 additions and 1606 deletions

View File

@ -10,7 +10,6 @@
- **[Simulation games](games/simulation/_toc.md)** (16) - **[Simulation games](games/simulation/_toc.md)** (16)
- **[Strategy games](games/strategy/_toc.md)** (166) - **[Strategy games](games/strategy/_toc.md)** (166)
- **[Tools & Manuals](games/misc/_toc.md)** (12) - **[Tools & Manuals](games/misc/_toc.md)** (12)
[comment]: # (end of autogenerated content) [comment]: # (end of autogenerated content)
A collection of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds 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. The code must exist under a license that allows modification and sharing by others. into an executable demo. The code must exist under a license that allows modification and sharing by others.

View File

@ -1,22 +1,21 @@
# Action/Arcade games # Action/Arcade games
[comment]: # (start of autogenerated content, do not edit) [comment]: # (start of autogenerated content, do not edit)
- **[Astromenace](atromenace.md)** (C++, C, GPL-3.0, mature) - **[Astromenace](atromenace.md)** (mature)
- **[Cat Mother Dead Justice](catmother.md)** (C++, BSD, beta, inactive since 2003) - **[Cat Mother Dead Justice](catmother.md)** (beta, inactive since 2003)
- **[CommandoJS](commando_js.md)** (Javascript, Coffeescript, MIT, beta, inactive since 2012) - **[CommandoJS](commando_js.md)** (beta, inactive since 2012)
- **[Epiar](epiar.md)** (C, C++, Lua, beta) - **[Epiar](epiar.md)** (beta)
- **[GDash](gdash.md)** (C++, MIT, beta) - **[GDash](gdash.md)** (beta)
- **[Linwarrior 3D](linwarrior.md)** (C++, Apache-2.0, mature, inactive since 2010) - **[Linwarrior 3D](linwarrior.md)** (mature, inactive since 2010)
- **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (C++, MPL, beta, inactive since 2013) - **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (beta, inactive since 2013)
- **[Open Sonic](open_sonic.md)** (C, GPL-2.0, beta) - **[Open Sonic](open_sonic.md)** (beta)
- **[Open Zelda](open_zelda.md)** (C++, zlib, beta) - **[Open Zelda](open_zelda.md)** (beta)
- **[Red Eclipse](red_eclipse.md)** (C++, Zlib, mature) - **[Red Eclipse](red_eclipse.md)** (mature)
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature) - **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (mature)
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009) - **[Secret Mario Chronicles](secret_mario_chronicles.md)** (mature, inactive since 2009)
- **[Smash](smash.md)** (Javascript, MIT, mature) - **[Smash](smash.md)** (mature)
- **[Speed Dreams](speed_dreams.md)** (C++, GPL-2.0, mature) - **[Speed Dreams](speed_dreams.md)** (mature)
- **[SuperTuxKart](super_tux_kart.md)** (C++, C, GPL-3.0, mature) - **[SuperTuxKart](super_tux_kart.md)** (mature)
- **[Tux Racer](tuxracer.md)** (C, GPL-2.0, beta, inactive since 2001) - **[Tux Racer](tuxracer.md)** (beta, inactive since 2001)
- **[Xonotic](xonotic.md)** (C, GPL-3.0 (Darkplace engine is GPL-2.0), mature) - **[Xonotic](xonotic.md)** (mature)
[comment]: # (end of autogenerated content) [comment]: # (end of autogenerated content)

View File

@ -6,10 +6,10 @@ _3D space scroll-shooter with spaceship upgrade possibilities._
- Download: https://www.viewizard.com/download.html - Download: https://www.viewizard.com/download.html
- State: mature - State: mature
- Keywords: shooter - Keywords: shooter
- Code: https://github.com/viewizard/astromenace - Code repository: https://github.com/viewizard/astromenace
- Language(s): C++, C - Code language: C++, C
- License: GPL-3.0 - Code license: GPL-3.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -5,9 +5,9 @@ _3D-engine (C++/DirectX9) and a fully playable prototype of a 3rd person action/
- Home: http://catmother.sourceforge.net/, https://sourceforge.net/projects/catmother/ - Home: http://catmother.sourceforge.net/, https://sourceforge.net/projects/catmother/
- Download: https://sourceforge.net/projects/catmother/files/ - Download: https://sourceforge.net/projects/catmother/files/
- State: beta, inactive since 2003 - State: beta, inactive since 2003
- Code: https://sourceforge.net/p/catmother/code/HEAD/tree/ (svn) - Code repository: https://sourceforge.net/p/catmother/code/HEAD/tree/ (svn)
- Language(s): C++ - Code language: C++
- License: BSD - Code license: BSD
## Building ## Building

View File

@ -5,9 +5,9 @@ _Nostalgic glimpse in the past in a form of Commodore 64 game "Commando"._
- Home: http://commandojs.org/ - Home: http://commandojs.org/
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Keywords: web - Keywords: web
- Code: https://github.com/commandojs/CommandoJS - Code repository: https://github.com/commandojs/CommandoJS
- Language(s): Javascript, Coffeescript - Code language: Javascript, Coffeescript
- License: MIT - Code license: MIT
## Building ## Building

View File

@ -5,8 +5,8 @@ _Open-ended space action/trading game._
- Home: <https://web.archive.org/web/20170123082605/http://epiar.net/> - Home: <https://web.archive.org/web/20170123082605/http://epiar.net/>
- Download: <https://web.archive.org/web/20161106210633/http://epiar.net/download> - Download: <https://web.archive.org/web/20161106210633/http://epiar.net/download>
- State: beta - State: beta
- Code: https://github.com/cthielen/Epiar - Code repository: https://github.com/cthielen/Epiar
- Language(s): C, C++, Lua - Code language: C, C++, Lua
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building

View File

@ -5,9 +5,9 @@ _A Boulder Dash clone which is as close to the original as possible._
- Home: https://bitbucket.org/czirkoszoltan/gdash - Home: https://bitbucket.org/czirkoszoltan/gdash
- Download: https://bitbucket.org/czirkoszoltan/gdash/downloads/ - Download: https://bitbucket.org/czirkoszoltan/gdash/downloads/
- State: beta - State: beta
- Code: https://bitbucket.org/czirkoszoltan/gdash/src - Code repository: https://bitbucket.org/czirkoszoltan/gdash/src
- Language(s): C++ - Code language: C++
- License: MIT - Code license: MIT
## Building ## Building

View File

@ -5,9 +5,9 @@ _Mech Simulation Game - since 1999._
- Home: http://www.hackcraft.de/games/linwarrior_3d/index.htm - Home: http://www.hackcraft.de/games/linwarrior_3d/index.htm
- Download: http://www.hackcraft.de/games/linwarrior_3d/downloads.htm - Download: http://www.hackcraft.de/games/linwarrior_3d/downloads.htm
- State: mature, inactive since 2010 - State: mature, inactive since 2010
- Code: https://github.com/hackcraft-de/linwarrior - Code repository: https://github.com/hackcraft-de/linwarrior
- Language(s): C++ - Code language: C++
- License: Apache-2.0 - Code license: Apache-2.0
## Building ## Building

View File

@ -5,10 +5,9 @@ _Upgraded and more easily moddable version of the good old Mechcommander 2._
- Home: https://github.com/Echelon9/mechcommander2-open, http://www.hard-light.net/forums/index.php?board=210.0 - Home: https://github.com/Echelon9/mechcommander2-open, http://www.hard-light.net/forums/index.php?board=210.0
- Media: https://en.wikipedia.org/wiki/MechCommander_2 - Media: https://en.wikipedia.org/wiki/MechCommander_2
- State: beta, inactive since 2013 - State: beta, inactive since 2013
- Keywords: {XX} - Code repository: http://www.hard-light.net/forums/index.php?board=210.0
- Code: http://www.hard-light.net/forums/index.php?board=210.0 - Code language: C++
- Language(s): C++ - Code license: MPL
- License: MPL
## Building ## Building

View File

@ -5,9 +5,9 @@ _Game based on the "Sonic the Hedgehog" universe._
- Home: http://opensnc.sourceforge.net/home/index.php, http://opensnc.sourceforge.net/forum/index.php - Home: http://opensnc.sourceforge.net/home/index.php, http://opensnc.sourceforge.net/forum/index.php
- Download: http://opensnc.sourceforge.net/home/download.php - Download: http://opensnc.sourceforge.net/home/download.php
- State: beta - State: beta
- Code: https://sourceforge.net/p/opensnc/code/HEAD/tree/ - Code repository: https://sourceforge.net/p/opensnc/code/HEAD/tree/
- Language(s): C - Code language: C
- License: GPL-2.0 - Code license: GPL-2.0
Renamed to Open Surge. Renamed to Open Surge.

View File

@ -5,9 +5,9 @@ _Open Zelda Game Development Software._
- Home: https://github.com/openzelda/openzelda-source - Home: https://github.com/openzelda/openzelda-source
- State: beta - State: beta
- Keywords: requires original content - Keywords: requires original content
- Code: https://github.com/openzelda/openzelda-source - Code repository: https://github.com/openzelda/openzelda-source
- Language(s): C++ - Code language: C++
- License: zlib - Code license: zlib
## Building ## Building

View File

@ -6,9 +6,9 @@ _First person arena shooter, featuring parkour, impulse boosts, and more._
- Download: https://www.redeclipse.net/download - Download: https://www.redeclipse.net/download
- State: mature - State: mature
- Keywords: shooter - Keywords: shooter
- Code: https://github.com/red-eclipse - Code repository: https://github.com/red-eclipse
- Language(s): C++ - Code language: C++
- License: Zlib - Code license: Zlib
## Building ## Building

View File

@ -5,9 +5,9 @@ _Arcade style game for “Boulder Dash” (C 64), “Emerald Mine” (Amiga),
- Home: http://www.artsoft.org/rocksndiamonds/ - Home: http://www.artsoft.org/rocksndiamonds/
- Download: http://www.artsoft.org/rocksndiamonds/download/ - Download: http://www.artsoft.org/rocksndiamonds/download/
- State: mature - State: mature
- Code: http://git.artsoft.org/rocksndiamonds.git/ - Code repository: http://git.artsoft.org/rocksndiamonds.git/
- Language(s): C - Code language: C
- License: GPL-2.0 - Code license: GPL-2.0
## Building ## Building

View File

@ -7,9 +7,9 @@ _Jump and Run game like Super Mario World with an advanced Editor._
- Download: https://sourceforge.net/projects/smclone/files - Download: https://sourceforge.net/projects/smclone/files
- State: mature, inactive since 2009 - State: mature, inactive since 2009
- Keywords: platform - Keywords: platform
- Code: see download - Code repository: (see download)
- Language(s): C++ - Code language: C++
- License: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -5,9 +5,9 @@ _Super Smash Bros-like in HTML5._
- Home: http://smash.gouchon.com/ - Home: http://smash.gouchon.com/
- State: mature - State: mature
- Keywords: web - Keywords: web
- Code: https://github.com/guillaume-gouchon/smash.js - Code repository: https://github.com/guillaume-gouchon/smash.js
- Language(s): Javascript - Code language: Javascript
- License: MIT - Code license: MIT
## Building ## Building

View File

@ -6,10 +6,10 @@ _Motorsport Simulator featuring high-quality 3D graphics and an accurate physics
- Download: http://www.speed-dreams.org/#download - Download: http://www.speed-dreams.org/#download
- State: mature - State: mature
- Keywords: racing - Keywords: racing
- Code: https://sourceforge.net/p/speed-dreams/code/HEAD/tree/ (svn) - Code repository: https://sourceforge.net/p/speed-dreams/code/HEAD/tree/ (svn)
- Language(s): C++ - Code language: C++
- License: GPL-2.0 - Code license: GPL-2.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -6,9 +6,9 @@ _Kart racing game._
- Download: https://supertuxkart.net/Download - Download: https://supertuxkart.net/Download
- State: mature - State: mature
- Keywords: racing - Keywords: racing
- Code: https://sourceforge.net/p/supertuxkart/code/HEAD/tree/ (svn), https://github.com/supertuxkart/stk-code - Code repository: https://sourceforge.net/p/supertuxkart/code/HEAD/tree/ (svn), https://github.com/supertuxkart/stk-code
- Language(s): C++, C - Code language: C++, C
- License: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -7,9 +7,9 @@ _Racing game featuring Tux, the Linux Penguin._
- Download: https://sourceforge.net/projects/tuxracer/files/ - Download: https://sourceforge.net/projects/tuxracer/files/
- State: beta, inactive since 2001 - State: beta, inactive since 2001
- Keywords: racing - Keywords: racing
- Code: https://sourceforge.net/p/tuxracer/code/ (cvs) - Code repository: https://sourceforge.net/p/tuxracer/code/ (cvs)
- Language(s): C - Code language: C
- License: GPL-2.0 - Code license: GPL-2.0
## Building ## Building

View File

@ -7,9 +7,9 @@ _Arena-style first person shooter._
- Download: http://www.xonotic.org/download/ - Download: http://www.xonotic.org/download/
- State: mature - State: mature
- Keywords: shooter - Keywords: shooter
- Code: https://gitlab.com/xonotic - Code repository: https://gitlab.com/xonotic
- Language(s): C - Code language: C
- License: GPL-3.0 (Darkplace engine is GPL-2.0) - Code license: GPL-3.0 (Darkplace engine is GPL-2.0)
## Building ## Building

View File

@ -1,21 +1,20 @@
# Adventure games & Visual novels # Adventure games & Visual novels
[comment]: # (start of autogenerated content, do not edit) [comment]: # (start of autogenerated content, do not edit)
- **[AdaVenture](adaventure.md)** (Ada, mature) - **[AdaVenture](adaventure.md)** (mature)
- **[Camelia Girls](camelia_girls.md)** (Ren'py) - **[Camelia Girls](camelia_girls.md)** ()
- **[Clou!](clou.md)** (C, beta) - **[Clou!](clou.md)** (beta)
- **[Colossal Cave Adventure](colossal_cave.md)** (Python, mature) - **[Colossal Cave Adventure](colossal_cave.md)** (mature)
- **[Digital: A Love Story](digital.md)** (Ren'py) - **[Digital: A Love Story](digital.md)** ()
- **[Dragon History](dragon_history.md)** (mature) - **[Dragon History](dragon_history.md)** (mature)
- **[Fanwor](fanwor.md)** (C, GPL-2.0, mature) - **[Fanwor](fanwor.md)** (mature)
- **[Free in the Dark (engine)](fitd.md)** (C, C++, beta) - **[Free in the Dark (engine)](fitd.md)** (beta)
- **[GameLV](gamelv.md)** (C++, beta) - **[GameLV](gamelv.md)** (beta)
- **[Murder In The Public Domain](murder_in_the_public_domain.md)** () - **[Murder In The Public Domain](murder_in_the_public_domain.md)** ()
- **[Sentiant Storage](sentient_storage.md)** (Python) - **[Sentiant Storage](sentient_storage.md)** ()
- **[Sintel The Game](sintel.md)** (Python, MIT, beta, inactive since 2014) - **[Sintel The Game](sintel.md)** (beta, inactive since 2014)
- **[Solaris the Game](solaris.md)** (beta) - **[Solaris the Game](solaris.md)** (beta)
- **[Star Maiden Rio](star_maiden_rio.md)** () - **[Star Maiden Rio](star_maiden_rio.md)** ()
- **[TwinEngine](twin_engine.md)** (C) - **[TwinEngine](twin_engine.md)** ()
- **[Visions from the Other Side](visions_from_the_other_side.md)** (Ren'py) - **[Visions from the Other Side](visions_from_the_other_side.md)** ()
[comment]: # (end of autogenerated content) [comment]: # (end of autogenerated content)

View File

@ -6,8 +6,8 @@ _A point & click quest set in ancient Persia._
- Download: https://github.com/fastrgv/AdaVenture/releases - Download: https://github.com/fastrgv/AdaVenture/releases
- State: mature - State: mature
- Keywords: point&click, kid-friendly - Keywords: point&click, kid-friendly
- Code: see home - Code repository: (see home)
- Language(s): Ada - Code language: Ada
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -4,8 +4,9 @@ _A simple slice-of-life Visual Novel from the point of a view of a computer-savv
- Home: https://web.archive.org/web/20140523011334/http://pigux.com:80/cameliagirls/ - Home: https://web.archive.org/web/20140523011334/http://pigux.com:80/cameliagirls/
- Download: https://web.archive.org/web/20140107152141/http://pigux.com:80/cameliagirls/download.html - Download: https://web.archive.org/web/20140107152141/http://pigux.com:80/cameliagirls/download.html
- State: mature
- Keywords: visual novel - Keywords: visual novel
- Language(s): Ren'py - Code language: Ren'py
- Artwork license: CC-BY-SA - Artwork license: CC-BY-SA
## Building ## Building

View File

@ -7,8 +7,8 @@ _Remake of the 1986 game They Stole a Million._
- Download: https://sourceforge.net/projects/cosp/files/ - Download: https://sourceforge.net/projects/cosp/files/
- State: beta - State: beta
- Keywords: action/adventure - Keywords: action/adventure
- Code: https://sourceforge.net/p/cosp/code/ (cvs) https://github.com/vcosta/derclou - Code repository: https://sourceforge.net/p/cosp/code/ (cvs) https://github.com/vcosta/derclou
- Language(s): C - Code language: C
May require original game files. May require original game files.

View File

@ -6,8 +6,8 @@ _Original Colossal Caves adventure game, but in Python 3._
- Media: https://en.wikipedia.org/wiki/Colossal_Cave_Adventure - Media: https://en.wikipedia.org/wiki/Colossal_Cave_Adventure
- State: mature - State: mature
- Keywords: text - Keywords: text
- Code: https://github.com/brandon-rhodes/python-adventure - Code repository: https://github.com/brandon-rhodes/python-adventure
- Language(s): Python - Code language: Python
- Code license: Apache-2.0 - Code license: Apache-2.0
## Building ## Building

View File

@ -3,9 +3,10 @@
_A computer mystery/romance set five minutes into the future of 1988._ _A computer mystery/romance set five minutes into the future of 1988._
- Home: https://lgdb.org/game/digital_love_story - Home: https://lgdb.org/game/digital_love_story
- Download: see home - Download: (see home)
- State: mature
- Keywords: visual novel - Keywords: visual novel
- Language(s): Ren'py - Code language: Ren'py
- Artwork license: CC-BY-SA - Artwork license: CC-BY-SA
## Building ## Building

View File

@ -3,11 +3,11 @@
_Action-adventures in the style of the game "The Legend of Zelda"._ _Action-adventures in the style of the game "The Legend of Zelda"._
- Home: http://fanwor.tuxfamily.org/ - Home: http://fanwor.tuxfamily.org/
- Download: see home - Download: (see home)
- State: mature - State: mature
- Code: https://git.tuxfamily.org/fanwor/fanwor.git - Code repository: https://git.tuxfamily.org/fanwor/fanwor.git
- Language(s): C - Code language: C
- License: GPL-2.0 - Code license: GPL-2.0
- Dependencies: SDL - Dependencies: SDL
## Building ## Building

View File

@ -5,8 +5,8 @@ _Open source version of the engine used in the Alone in the Dark and sequels._
- Home: https://github.com/jmimu/FITD - Home: https://github.com/jmimu/FITD
- State: beta - State: beta
- Keywords: engine, reimplementation - Keywords: engine, reimplementation
- Code: https://github.com/jmimu/FITD - Code repository: https://github.com/jmimu/FITD
- Language(s): C, C++ - Code language: C, C++
- Code license: GPL-2.0 - Code license: GPL-2.0
Requires original, proprietary content. Requires original, proprietary content.

View File

@ -4,8 +4,8 @@ _Adventure Game in Post Soviet Environment._
- Home: http://piepe.lv/game-lv/ - Home: http://piepe.lv/game-lv/
- State: beta - State: beta
- Code: https://github.com/snauts/game-lv - Code repository: https://github.com/snauts/game-lv
- Language(s): C++ - Code language: C++
- Code license: GPL - Code license: GPL
## Building ## Building

View File

@ -2,10 +2,11 @@
_A murder mystery game or visual novel built from public domain movies, sounds, pictures, and images._ _A murder mystery game or visual novel built from public domain movies, sounds, pictures, and images._
- Home: http://murderpd.sourceforge.net/ - Home: http://murderpd.sourceforge.net/, https://sourceforge.net/projects/murderpd
- Download: https://sourceforge.net/projects/murderpd/files/ - Download: https://sourceforge.net/projects/murderpd/files/
- State: mature
- Keywords: visual novel - Keywords: visual novel
- Code: see downloads - Code repository: (see download)
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -1,11 +1,12 @@
# Sentiant Storage # Sentient Storage
_Point & Click adventure!_ _Point & Click adventure!_
- Home: https://pyweek.org/e/np8g/ - Home: https://pyweek.org/e/np8g/
- Download: see home - Download: (see home)
- Code: see download - State: mature
- Language(s): Python - Code repository: (see download)
- Code language: Python
- Code license: Public Domain - Code license: Public Domain
## Building ## Building

View File

@ -4,9 +4,9 @@ _Adventure game based on the open source film 'Sintel'._
- Home: https://github.com/jonburesh/sintelgame - Home: https://github.com/jonburesh/sintelgame
- State: beta, inactive since 2014 - State: beta, inactive since 2014
- Code: https://github.com/jonburesh/sintelgame - Code repository: https://github.com/jonburesh/sintelgame
- Language(s): Python - Code language: Python
- License: MIT - Code license: MIT
## Building ## Building

View File

@ -5,7 +5,7 @@ _Graphic adventure created and developing by Blender._
- Home: https://sourceforge.net/projects/solaristhegame/ - Home: https://sourceforge.net/projects/solaristhegame/
- Download: https://sourceforge.net/projects/solaristhegame/files/ - Download: https://sourceforge.net/projects/solaristhegame/files/
- State: beta - State: beta
- Code: https://sourceforge.net/p/solaristhegame/code/HEAD/tree/ (svn) - Code repository: https://sourceforge.net/p/solaristhegame/code/HEAD/tree/ (svn)
No code No code

View File

@ -2,6 +2,7 @@
- Home: http://nyaatrap.blog.fc2.com/blog-entry-20.html - Home: http://nyaatrap.blog.fc2.com/blog-entry-20.html
- Download: http://www.mediafire.com/file/jog3fcfxgsyd03f/Astraea_Rio-1.05-all.zip - Download: http://www.mediafire.com/file/jog3fcfxgsyd03f/Astraea_Rio-1.05-all.zip
- State: mature
- Keywords: visual novel, rating 18 - Keywords: visual novel, rating 18
- Language: Ren'py - Language: Ren'py
- Artwork license: CC-BY-NC - Artwork license: CC-BY-NC

View File

@ -4,8 +4,8 @@ _A Little Big Adventure engine._
- Home: https://github.com/xesf/twin-e - Home: https://github.com/xesf/twin-e
- Keywords: reimplementation, requires original content - Keywords: reimplementation, requires original content
- Code: https://github.com/xesf/twin-e - Code repository: https://github.com/xesf/twin-e
- Language(s): C - Code language: C
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building

View File

@ -3,9 +3,9 @@
_Short Visual Novel_ _Short Visual Novel_
- Home: http://www.insani.org/mukou.html - Home: http://www.insani.org/mukou.html
- Download: see home - Download: (see home)
- Keywords: visual novel - Keywords: visual novel
- Language(s): Ren'py - Code language: Ren'py
- Code license: Freeware - Code license: Freeware
## Building ## Building

View File

@ -1,57 +1,56 @@
# Game frameworks # Game frameworks
[comment]: # (start of autogenerated content, do not edit) [comment]: # (start of autogenerated content, do not edit)
- **[Allegro](allegro.md)** (C, mature) - **[Allegro](allegro.md)** (mature)
- **[Annchienta](annchienta.md)** (C++, mature, inactive since 2009) - **[Annchienta](annchienta.md)** (mature, inactive since 2009)
- **[Arianne / Marauroa](arianne.md)** (Java, mature) - **[Arianne / Marauroa](arianne.md)** (mature)
- **[Atlantis](atlantis.md)** (C++, GPL-2.0, mature, inactive since 2011) - **[Atlantis](atlantis.md)** (mature, inactive since 2011)
- **[Blender game engine](blender_game_engine.md)** (C++, mature) - **[Blender game engine](blender_game_engine.md)** (mature)
- **[COCOS2D-X](cocos2dx.md)** (C++, mature) - **[COCOS2D-X](cocos2dx.md)** (mature)
- **[Dash Engine](dash.md)** (D) - **[Dash Engine](dash.md)** ()
- **[Delta Engine](deltaengine.md)** (C#) - **[Delta Engine](deltaengine.md)** ()
- **[ENIGMA](enigma.md)** (C++, C, mature) - **[ENIGMA](enigma.md)** (mature)
- **[EasyRPG Player](easyrpgplayer.md)** (C++) - **[EasyRPG Player](easyrpgplayer.md)** ()
- **[Flare Engine](flare_engine.md)** (C++) - **[Flare Engine](flare_engine.md)** ()
- **[Flixel](flixel.md)** (ActionScript, mature) - **[Flixel](flixel.md)** (mature)
- **[GemRB](gemrb.md)** (C++, Python, mature) - **[GemRB](gemrb.md)** (mature)
- **[Godot](godot.md)** (C, C++, mature) - **[Godot](godot.md)** (mature)
- **[H-World](h_world.md)** (C, Lua, beta, inactive since 2005) - **[H-World](h_world.md)** (beta, inactive since 2005)
- **[HaxeFlixel](haxeflixel.md)** (Haxe, mature) - **[HaxeFlixel](haxeflixel.md)** (mature)
- **[Irrlicht Engine](irrlicht.md)** (C++, C, mature) - **[Irrlicht Engine](irrlicht.md)** (mature)
- **[JiGS Interactive Game System](jigs_php_rpg.md)** (Javascript, PHP, GPL-3.0, beta) - **[JiGS Interactive Game System](jigs_php_rpg.md)** (beta)
- **[Lightweight Java Game Library](lwjgl.md)** (Kotlin, C, mature) - **[Lightweight Java Game Library](lwjgl.md)** (mature)
- **[Lumix Engine](lumix.md)** (C++, beta) - **[Lumix Engine](lumix.md)** (beta)
- **[LÖVE](loeve.md)** (C++, mature) - **[LÖVE](loeve.md)** (mature)
- **[Mana](manasource.md)** (C++, beta) - **[Mana](manasource.md)** (beta)
- **[Maratis](maratis.md)** (C++, beta) - **[Maratis](maratis.md)** (beta)
- **[MonoGame](monogame.md)** (C#, mature) - **[MonoGame](monogame.md)** (mature)
- **[O.H.R.RPG.C.E](ohrrpgce.md)** (Basic, mature) - **[O.H.R.RPG.C.E](ohrrpgce.md)** (mature)
- **[OGRE3D](ogre3d.md)** (C++, mature) - **[OGRE3D](ogre3d.md)** (mature)
- **[Octaforge](octaforge.md)** (C++, mature) - **[Octaforge](octaforge.md)** (mature)
- **[Open RPG Maker](open_rpg_maker.md)** (beta, inactive since 2014) - **[Open RPG Maker](open_rpg_maker.md)** (beta, inactive since 2014)
- **[OpenFL](open_fl.md)** (Haxe, mature) - **[OpenFL](open_fl.md)** (mature)
- **[OpenRPG](open_rpg.md)** (Java, Python, mature, inactive since 2013) - **[OpenRPG](open_rpg.md)** (mature, inactive since 2013)
- **[Orx](orx.md)** (C, mature) - **[Orx](orx.md)** (mature)
- **[Panda 3D](panda3d.md)** (C++, C, mature) - **[Panda 3D](panda3d.md)** (mature)
- **[Polycode](polycode.md)** (C, C++, beta) - **[Polycode](polycode.md)** (beta)
- **[Qt](qt.md)** (C++, mature) - **[Qt](qt.md)** (mature)
- **[Quad-engine](quad.md)** (Delphi Pascal, beta) - **[Quad-engine](quad.md)** (beta)
- **[SDL Game Engine 2D](sge2d.md)** (C, beta) - **[SDL Game Engine 2D](sge2d.md)** (beta)
- **[ScummVM](scummvm.md)** (C++, mature) - **[ScummVM](scummvm.md)** (mature)
- **[Solarus](solarus.md)** (C++, mature) - **[Solarus](solarus.md)** (mature)
- **[Superpowers](superpowers.md)** (Typescript) - **[Superpowers](superpowers.md)** ()
- **[Terasology](terasology.md)** (Java, Apache-2.0, mature) - **[Terasology](terasology.md)** (mature)
- **[Urho3D](urho3d.md)** (C++, Angelscript, mature) - **[Urho3D](urho3d.md)** (mature)
- **[Vega Strike](vegastrike.md)** (C++, mature) - **[Vega Strike](vegastrike.md)** (mature)
- **[WorldForge](worldforge.md)** (C++, mature) - **[WorldForge](worldforge.md)** (mature)
- **[ZGameEditor](zgameeditor.md)** (Pascal, mature) - **[ZGameEditor](zgameeditor.md)** (mature)
- **[jMonkeyEngine](jmonkeyengine.md)** (Java, mature) - **[jMonkeyEngine](jmonkeyengine.md)** (mature)
- **[libGDX](libgdx.md)** (Java, C++, C, mature) - **[libGDX](libgdx.md)** (mature)
- **[mkxp](mkxp.md)** (C++, C) - **[mkxp](mkxp.md)** ()
- **[pyORPG](pyorpg.md)** (Python, MIT, beta, inactive since 2015) - **[pyORPG](pyorpg.md)** (beta, inactive since 2015)
- **[pygame](pygame.md)** (C, Python, mature) - **[pygame](pygame.md)** (mature)
- **[rpge](rpge.md)** (C, beta, inactive since 2014) - **[rpge](rpge.md)** (beta, inactive since 2014)
- **[sandbox Game Maker](sandboxgamemaker.md)** (C++, C) - **[sandbox Game Maker](sandboxgamemaker.md)** ()
- **[xoreos](xoreos.md)** (C++) - **[xoreos](xoreos.md)** ()
[comment]: # (end of autogenerated content) [comment]: # (end of autogenerated content)

View File

@ -6,11 +6,11 @@ _Cross-platform library mainly aimed at video game and multimedia programming._
- Media: https://en.wikipedia.org/wiki/Allegro_(software) - Media: https://en.wikipedia.org/wiki/Allegro_(software)
- Download: http://liballeg.org/download.html - Download: http://liballeg.org/download.html
- State: mature - State: mature
- Code: https://github.com/liballeg/allegro5 - Code repository: https://github.com/liballeg/allegro5
- Language(s): C - Code language: C
- Code license: zlib - Code license: zlib
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -5,10 +5,10 @@ _A 2D game engine._
- Home: http://annchienta.sourceforge.net/?page=home - Home: http://annchienta.sourceforge.net/?page=home
- Download: https://sourceforge.net/projects/annchienta/files/annchienta/current/ - Download: https://sourceforge.net/projects/annchienta/files/annchienta/current/
- State: mature, inactive since 2009 - State: mature, inactive since 2009
- Code: https://sourceforge.net/p/annchienta/code/HEAD/tree/trunk/Annchienta/ (svn) - Code repository: https://sourceforge.net/p/annchienta/code/HEAD/tree/trunk/Annchienta/ (svn)
- Language(s): C++ - Code language: C++
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -6,8 +6,8 @@ _An open source multiplayer online framework._
- Download: https://arianne-project.org/engine/marauroa.html - Download: https://arianne-project.org/engine/marauroa.html
- State: mature - State: mature
- Keywords: multiplayer, 2D - Keywords: multiplayer, 2D
- Code: git://git.code.sf.net/p/arianne/marauroa - Code repository: git://git.code.sf.net/p/arianne/marauroa
- Language(s): Java - Code language: Java
- Code license: GPL-2.0 - Code license: GPL-2.0
Framework/engine is the Marauroa subproject. Framework/engine is the Marauroa subproject.

View File

@ -5,9 +5,9 @@ _PBEM Game engine which is used to create many different strategy wargames today
- Home: https://sourceforge.net/projects/atlantis/ - Home: https://sourceforge.net/projects/atlantis/
- Download: https://sourceforge.net/projects/atlantis/files/Atlantis%204/Release%204.1.0/ - Download: https://sourceforge.net/projects/atlantis/files/Atlantis%204/Release%204.1.0/
- State: mature, inactive since 2011 - State: mature, inactive since 2011
- Code: https://svn.code.sf.net/p/atlantis/code/ - Code repository: https://svn.code.sf.net/p/atlantis/code/
- Language(s): C++ - Code language: C++
- License: GPL-2.0 - Code license: GPL-2.0
Game engine? Implementations? Game engine? Implementations?

View File

@ -5,8 +5,8 @@ _Included in Blender is a complete game engine, allowing you to create a fully f
- Home: https://www.blender.org/features/game-creation/ - Home: https://www.blender.org/features/game-creation/
- Download: https://www.blender.org/download/ - Download: https://www.blender.org/download/
- State: mature - State: mature
- Code: https://developer.blender.org/diffusion/ - Code repository: https://developer.blender.org/diffusion/
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
Part of Blender. Part of Blender.
@ -15,4 +15,4 @@ Part of Blender.
See [Building Blender](https://wiki.blender.org/index.php/Dev:Doc/Building_Blender) See [Building Blender](https://wiki.blender.org/index.php/Dev:Doc/Building_Blender)
Uses CMake - Build system: CMake

View File

@ -6,11 +6,11 @@ _Cocos2d-x is an open-source game framework written in C++._
- Media: https://en.wikipedia.org/wiki/Cocos2d - Media: https://en.wikipedia.org/wiki/Cocos2d
- Download: http://cocos2d-x.org/download - Download: http://cocos2d-x.org/download
- State: mature - State: mature
- Code: https://github.com/cocos2d/cocos2d-x - Code repository: https://github.com/cocos2d/cocos2d-x
- Language(s): C++ - Code language: C++
- Code license: MIT - Code license: MIT
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -3,8 +3,8 @@
_OpenGL engine written in the D language._ _OpenGL engine written in the D language._
- Home: https://dash.circularstudios.com/ - Home: https://dash.circularstudios.com/
- Code: https://github.com/Circular-Studios/Dash - Code repository: https://github.com/Circular-Studios/Dash
- Language(s): D - Code language: D
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -4,8 +4,8 @@ _Multiplatform Game Engine, C# OpenGL Version (custom wrapper) including the Edi
- Home: http://www.deltaengine.net/ - Home: http://www.deltaengine.net/
- Download: http://www.deltaengine.net/download - Download: http://www.deltaengine.net/download
- Code: https://github.com/DeltaEngine - Code repository: https://github.com/DeltaEngine
- Language(s): C# - Code language: C#
- Code license: Apache-2.0 - Code license: Apache-2.0
## Building ## Building

View File

@ -4,11 +4,11 @@ _EasyRPG Player is a program that allows to play games created with RPG Maker 20
- Home: https://easyrpg.org/player/ - Home: https://easyrpg.org/player/
- Download: https://easyrpg.org/player/downloads/ - Download: https://easyrpg.org/player/downloads/
- Code: https://github.com/EasyRPG/Player - Code repository: https://github.com/EasyRPG/Player
- Language(s): C++ - Code language: C++
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building
Uses CMake and Autoconf - Build system: CMake and Autoconf

View File

@ -7,8 +7,8 @@ _ENIGMA is a free development environment geared towards game development._
- Download: https://enigma-dev.org/download.htm - Download: https://enigma-dev.org/download.htm
- State: mature - State: mature
- Keywords: 3D - Keywords: 3D
- Code: https://github.com/enigma-dev/enigma-dev - Code repository: https://github.com/enigma-dev/enigma-dev
- Language(s): C++, C - Code language: C++, C
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -4,13 +4,13 @@ _Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to h
- Home: https://github.com/clintbellanger/flare-engine - Home: https://github.com/clintbellanger/flare-engine
- Download: http://www.flarerpg.org/ https://github.com/clintbellanger/flare-engine/releases - Download: http://www.flarerpg.org/ https://github.com/clintbellanger/flare-engine/releases
- Code: https://github.com/clintbellanger/flare-engine - Code repository: https://github.com/clintbellanger/flare-engine
- Language(s): C++ - Code language: C++
- Code license: GPL-3.0 - Code license: GPL-3.0
See also [Engine development](http://www.flarerpg.org/create/). See also [Engine development](http://www.flarerpg.org/create/).
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -5,8 +5,8 @@ _Game-making library written in ActionScript 3._
- Home: http://flixel.org/ - Home: http://flixel.org/
- Download: http://flixel.org/download.html - Download: http://flixel.org/download.html
- State: mature - State: mature
- Code: https://github.com/AdamAtomic/flixel - Code repository: https://github.com/AdamAtomic/flixel
- Language(s): ActionScript - Code language: ActionScript
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -6,8 +6,8 @@ _GemRB is a portable open-source implementation of Bioware's Infinity Engine._
- Download: http://www.gemrb.org/wiki/doku.php?id=download - Download: http://www.gemrb.org/wiki/doku.php?id=download
- State: mature - State: mature
- Keywords: isometric 2D - Keywords: isometric 2D
- Code: https://github.com/gemrb/gemrb - Code repository: https://github.com/gemrb/gemrb
- Language(s): C++, Python - Code language: C++, Python
- Code license: GPL-2.0 - Code license: GPL-2.0
Requires original game content. Requires original game content.

View File

@ -6,8 +6,8 @@ _Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game
- Media: <https://en.wikipedia.org/wiki/Godot_(game_engine)> - Media: <https://en.wikipedia.org/wiki/Godot_(game_engine)>
- Download: https://godotengine.org/download - Download: https://godotengine.org/download
- State: mature - State: mature
- Code: https://github.com/godotengine/godot - Code repository: https://github.com/godotengine/godot
- Language(s): C, C++ - Code language: C, C++
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -5,8 +5,8 @@ _CRPG engine is a tile-based, turn-based, Lua scriptable engine that supports a
- Home: https://sourceforge.net/projects/h-world/ - Home: https://sourceforge.net/projects/h-world/
- Download: https://sourceforge.net/projects/h-world/files/ - Download: https://sourceforge.net/projects/h-world/files/
- State: beta, inactive since 2005 - State: beta, inactive since 2005
- Code: https://sourceforge.net/p/h-world/code (cvs) - Code repository: https://sourceforge.net/p/h-world/code (cvs)
- Language(s): C, Lua - Code language: C, Lua
## Building ## Building

View File

@ -5,8 +5,8 @@ _Create cross-platform games easier and free._
- Home: http://haxeflixel.com/ - Home: http://haxeflixel.com/
- Download: http://haxeflixel.com/download/ - Download: http://haxeflixel.com/download/
- State: mature - State: mature
- Code: https://github.com/HaxeFlixel - Code repository: https://github.com/HaxeFlixel
- Language(s): Haxe - Code language: Haxe
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -7,8 +7,8 @@ _The Irrlicht Engine is an open source high performance realtime 3D engine._
- Download: http://irrlicht.sourceforge.net/?page_id=10 - Download: http://irrlicht.sourceforge.net/?page_id=10
- State: mature - State: mature
- Keywords: 3D - Keywords: 3D
- Code: https://sourceforge.net/p/irrlicht/code/HEAD/tree/ (svn) https://github.com/zaki/irrlicht (mirror) - Code repository: https://sourceforge.net/p/irrlicht/code/HEAD/tree/ (svn) https://github.com/zaki/irrlicht (mirror)
- Language(s): C++, C - Code language: C++, C
- Code license: zlib - Code license: zlib
## Building ## Building

View File

@ -5,9 +5,9 @@ _Online RPG engine built in php._
- Home: http://www.eclecticmeme.com/ - Home: http://www.eclecticmeme.com/
- State: beta - State: beta
- Keywords: online - Keywords: online
- Code: https://github.com/EMC23/JiGS-PHP-RPG-engine - Code repository: https://github.com/EMC23/JiGS-PHP-RPG-engine
- Language(s): Javascript, PHP - Code language: Javascript, PHP
- License: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -6,8 +6,8 @@ _Game engine, made especially for Java game developers who want to create 3D gam
- Media: https://en.wikipedia.org/wiki/JMonkeyEngine - Media: https://en.wikipedia.org/wiki/JMonkeyEngine
- Download: https://github.com/jMonkeyEngine/sdk/releases - Download: https://github.com/jMonkeyEngine/sdk/releases
- State: mature - State: mature
- Code: https://github.com/jMonkeyEngine/jmonkeyengine - Code repository: https://github.com/jMonkeyEngine/jmonkeyengine
- Language(s): Java - Code language: Java
- Code license: BSD - Code license: BSD
## Building ## Building

View File

@ -6,8 +6,8 @@ _Desktop/Android/BlackBerry/iOS/HTML5 Java game development framework._
- Media: https://en.wikipedia.org/wiki/LibGDX - Media: https://en.wikipedia.org/wiki/LibGDX
- Download: http://libgdx.badlogicgames.com/download.html - Download: http://libgdx.badlogicgames.com/download.html
- State: mature - State: mature
- Code: https://github.com/libgdx/libgdx - Code repository: https://github.com/libgdx/libgdx
- Language(s): Java, C++, C - Code language: Java, C++, C
- Code license: Apache-2.0 - Code license: Apache-2.0
## Building ## Building

View File

@ -3,15 +3,15 @@
_LÖVE is an framework you can use to make 2D games in Lua._ _LÖVE is an framework you can use to make 2D games in Lua._
- Home: https://love2d.org/ - Home: https://love2d.org/
- Download: see home - Download: (see home)
- State: mature - State: mature
- Code: https://bitbucket.org/rude/love (hg) - Code repository: https://bitbucket.org/rude/love (hg)
- Language(s): C++ - Code language: C++
- Code license: zlib - Code license: zlib
## Building ## Building
Uses CMake - Build system: CMake
[CMake-buildable collection of LÖVE dependencies](https://bitbucket.org/rude/megasource) [CMake-buildable collection of LÖVE dependencies](https://bitbucket.org/rude/megasource)

View File

@ -6,8 +6,8 @@ _3D Game Engine_
- Download: https://github.com/nem0/LumixEngine/releases - Download: https://github.com/nem0/LumixEngine/releases
- State: beta - State: beta
- Keywords: 3D - Keywords: 3D
- Code: https://github.com/nem0/lumixengine https://github.com/nem0/lumixengine_data (related) - Code repository: https://github.com/nem0/lumixengine https://github.com/nem0/lumixengine_data (related)
- Language(s): C++ - Code language: C++
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -6,8 +6,8 @@ _Java software library for video game developers._
- Media: https://en.wikipedia.org/wiki/Lightweight_Java_Game_Library - Media: https://en.wikipedia.org/wiki/Lightweight_Java_Game_Library
- Download: https://www.lwjgl.org/download - Download: https://www.lwjgl.org/download
- State: mature - State: mature
- Code: https://github.com/LWJGL/lwjgl3 - Code repository: https://github.com/LWJGL/lwjgl3
- Language(s): Kotlin, C - Code language: Kotlin, C
- Code license: BSD-3 - Code license: BSD-3
## Building ## Building

View File

@ -6,10 +6,10 @@ _Complete 2D MMORPG platform._
- Download: http://www.manasource.org/downloads.html - Download: http://www.manasource.org/downloads.html
- State: beta - State: beta
- Keywords: server, client, web - Keywords: server, client, web
- Code: https://github.com/mana https://github.com/mana/manaserv - Code repository: https://github.com/mana https://github.com/mana/manaserv
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -5,8 +5,8 @@ _Maratis is a simple cross-platform 3d engine and visual game development tool._
- Home: http://www.maratis3d.org/ - Home: http://www.maratis3d.org/
- Download: http://www.maratis3d.org/?page_id=57 - Download: http://www.maratis3d.org/?page_id=57
- State: beta - State: beta
- Code: https://github.com/anael-seghezzi/Maratis-4 https://code.google.com/archive/p/maratis/source - Code repository: https://github.com/anael-seghezzi/Maratis-4 https://code.google.com/archive/p/maratis/source
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
Maratis 3.x is mature. Maratis 3.x is mature.

View File

@ -3,12 +3,12 @@
_Free Software implementation of the Ruby Game Scripting System (RGSS)._ _Free Software implementation of the Ruby Game Scripting System (RGSS)._
- Home: https://github.com/Ancurio/mkxp - Home: https://github.com/Ancurio/mkxp
- Download: see home - Download: (see home)
- Code: https://github.com/Ancurio/mkxp - Code repository: https://github.com/Ancurio/mkxp
- Language(s): C++, C - Code language: C++, C
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -6,8 +6,8 @@ _Open Source implementation of the Microsoft XNA 4 Framework._
- Media: https://en.wikipedia.org/wiki/MonoGame - Media: https://en.wikipedia.org/wiki/MonoGame
- Download: http://www.monogame.net/downloads/ - Download: http://www.monogame.net/downloads/
- State: mature - State: mature
- Code: https://github.com/MonoGame/MonoGame - Code repository: https://github.com/MonoGame/MonoGame
- Language(s): C# - Code language: C#
- Code license: Ms-MPL MIT - Code license: Ms-MPL MIT
## Building ## Building

View File

@ -5,8 +5,8 @@ _OctaForge is a 3D game engine and a game development platform._
- Home: https://octaforge.org/ - Home: https://octaforge.org/
- Download: https://octaforge.org/page/downloads - Download: https://octaforge.org/page/downloads
- State: mature - State: mature
- Code: https://git.octaforge.org/ https://github.com/OctaForge (mirrors) - Code repository: https://git.octaforge.org/ https://github.com/OctaForge (mirrors)
- Language(s): C++ - Code language: C++
- Code license: Special - Code license: Special
- Code license details: [University of Illinois/NCSA Open Source License](https://github.com/OctaForge/OF-Engine/blob/master/COPYING.md) - Code license details: [University of Illinois/NCSA Open Source License](https://github.com/OctaForge/OF-Engine/blob/master/COPYING.md)

View File

@ -7,11 +7,11 @@ _Scene-oriented, flexible 3D engine written in C++._
- Download: https://www.ogre3d.org/download/sdk - Download: https://www.ogre3d.org/download/sdk
- State: mature - State: mature
- Keywords: 3D rendering engine - Keywords: 3D rendering engine
- Code: https://bitbucket.org/sinbad/ogre/src (hg) https://github.com/OGRECave/ogre (mirror) - Code repository: https://bitbucket.org/sinbad/ogre/src (hg) https://github.com/OGRECave/ogre (mirror)
- Language(s): C++ - Code language: C++
- Code license: MIT - Code license: MIT
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -6,8 +6,8 @@ _Official Hamster Republic Role Playing Game Construction Engine_
- Media: https://en.wikipedia.org/wiki/OHRRPGCE - Media: https://en.wikipedia.org/wiki/OHRRPGCE
- Download: http://rpg.hamsterrepublic.com/ohrrpgce/Downloads - Download: http://rpg.hamsterrepublic.com/ohrrpgce/Downloads
- State: mature - State: mature
- Code: https://rpg.hamsterrepublic.com/source/ (svn) https://bitbucket.org/rbv/ohrrpgce-svn/src - Code repository: https://rpg.hamsterrepublic.com/source/ (svn) https://bitbucket.org/rbv/ohrrpgce-svn/src
- Language(s): Basic - Code language: Basic
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building

View File

@ -6,8 +6,8 @@ _Software framework and platform for the creation of multi-platform applications
- Media: https://en.wikipedia.org/wiki/OpenFL - Media: https://en.wikipedia.org/wiki/OpenFL
- Download: http://www.openfl.org/learn/docs/getting-started/ - Download: http://www.openfl.org/learn/docs/getting-started/
- State: mature - State: mature
- Code: https://github.com/openfl - Code repository: https://github.com/openfl
- Language(s): Haxe - Code language: Haxe
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -5,8 +5,8 @@ _OpenRPG is an Internet application that allows people to play Role Playing Game
- Home: http://www.rpgobjects.com/index.php?c=orpg https://app.assembla.com/spaces/openrpg/wiki/Home, https://sourceforge.net/projects/openrpg/ - Home: http://www.rpgobjects.com/index.php?c=orpg https://app.assembla.com/spaces/openrpg/wiki/Home, https://sourceforge.net/projects/openrpg/
- Download: http://www.rpgobjects.com/index.php?c=orpg&m=getorpg, https://sourceforge.net/projects/openrpg/files/ - Download: http://www.rpgobjects.com/index.php?c=orpg&m=getorpg, https://sourceforge.net/projects/openrpg/files/
- State: mature, inactive since 2013 - State: mature, inactive since 2013
- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn), https://sourceforge.net/p/openrpg/cvs/ (cvs), https://app.assembla.com/spaces/openrpg/mercurial/source (hg) - Code repository: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn), https://sourceforge.net/p/openrpg/cvs/ (cvs), https://app.assembla.com/spaces/openrpg/mercurial/source (hg)
- Language(s): Java, Python - Code language: Java, Python
Fork: [Traipse](https://app.assembla.com/wiki/show/traipse) Fork: [Traipse](https://app.assembla.com/wiki/show/traipse)

View File

@ -5,6 +5,6 @@ _Open RPG Maker is a free and open source 2D RPG creation utility, similar to th
- Home: http://openrpgmaker.sourceforge.net/ - Home: http://openrpgmaker.sourceforge.net/
- Download: https://sourceforge.net/projects/openrpgmaker/files/ - Download: https://sourceforge.net/projects/openrpgmaker/files/
- State: beta, inactive since 2014 - State: beta, inactive since 2014
- Code: see download - Code repository: (see download)
## Building ## Building

View File

@ -6,8 +6,8 @@ _Orx is an open source, portable, lightweight, plugin-based, data-driven and ext
- Media: https://en.wikipedia.org/wiki/ORX - Media: https://en.wikipedia.org/wiki/ORX
- Download: https://github.com/orx/orx/releases - Download: https://github.com/orx/orx/releases
- State: mature - State: mature
- Code: https://github.com/orx/orx https://bitbucket.org/orx/orx (hg) - Code repository: https://github.com/orx/orx https://bitbucket.org/orx/orx (hg)
- Language(s): C - Code language: C
- Code license: zlib - Code license: zlib
## Building ## Building

View File

@ -7,8 +7,8 @@ _Panda3D is a game engine, a framework for 3D rendering and game development for
- Download: http://www.panda3d.org/download.php - Download: http://www.panda3d.org/download.php
- State: mature - State: mature
- Keywords: 3D - Keywords: 3D
- Code: https://github.com/panda3d/panda3d - Code repository: https://github.com/panda3d/panda3d
- Language(s): C++, C - Code language: C++, C
- Code license: BSD-3 - Code license: BSD-3
## Building ## Building

View File

@ -5,13 +5,13 @@ _Polycode is a C++ and Lua framework for building interactive applications._
- Home: http://polycode.org/ - Home: http://polycode.org/
- Download: http://polycode.org/download/ - Download: http://polycode.org/download/
- State: beta - State: beta
- Code: https://github.com/ivansafrin/Polycode - Code repository: https://github.com/ivansafrin/Polycode
- Language(s): C, C++ - Code language: C, C++
- Code license: MIT - Code license: MIT
## Building ## Building
Uses CMake - Build system: CMake
[Build Instructions](https://github.com/ivansafrin/Polycode/blob/master/BUILD.md) [Build Instructions](https://github.com/ivansafrin/Polycode/blob/master/BUILD.md)

View File

@ -6,8 +6,8 @@ _Library for making multimedia applications like games built on top of the excel
- Media: https://en.wikipedia.org/wiki/Pygame - Media: https://en.wikipedia.org/wiki/Pygame
- Download: http://www.pygame.org/download.shtml - Download: http://www.pygame.org/download.shtml
- State: mature - State: mature
- Code: https://bitbucket.org/pygame/pygame/src (hg) https://github.com/pygame/pygame (mirror) - Code repository: https://bitbucket.org/pygame/pygame/src (hg) https://github.com/pygame/pygame (mirror)
- Language(s): C, Python - Code language: C, Python
- Code license: LGPL-2.1 - Code license: LGPL-2.1
## Building ## Building

View File

@ -4,9 +4,9 @@ _ORPG (online role-playing-game) engine that allows everyone to create their own
- Home: https://web.archive.org/web/20131114162141/http://www.powrtoch.org:80/pyorpg - Home: https://web.archive.org/web/20131114162141/http://www.powrtoch.org:80/pyorpg
- State: beta, inactive since 2015 - State: beta, inactive since 2015
- Code: https://github.com/marcusmoller/pyorpg-client, https://github.com/marcusmoller/pyorpg-server - Code repository: https://github.com/marcusmoller/pyorpg-client, https://github.com/marcusmoller/pyorpg-server
- Language(s): Python - Code language: Python
- License: MIT - Code license: MIT
- Dependencies: PyGame - Dependencies: PyGame
Is this an engine or a game? Is this an engine or a game?

View File

@ -6,8 +6,8 @@ _Cross-platform application framework._
- Media: <https://en.wikipedia.org/wiki/Qt_(software)> - Media: <https://en.wikipedia.org/wiki/Qt_(software)>
- Download: https://www1.qt.io/download-open-source/ - Download: https://www1.qt.io/download-open-source/
- State: mature - State: mature
- Code: http://code.qt.io/cgit/ https://github.com/qt (mirror) - Code repository: http://code.qt.io/cgit/ https://github.com/qt (mirror)
- Language(s): C++ - Code language: C++
- Code license: LGPL-3.0 - Code license: LGPL-3.0
Not a specialized game framework, but one could write games with it. Not a specialized game framework, but one could write games with it.

View File

@ -5,8 +5,8 @@ _No description available._
- Home: http://quad-engine.com/ - Home: http://quad-engine.com/
- Download: http://quad-engine.com/downloads.html - Download: http://quad-engine.com/downloads.html
- State: beta - State: beta
- Code: https://bitbucket.org/Darthman/quad/src (hg) - Code repository: https://bitbucket.org/Darthman/quad/src (hg)
- Language(s): Delphi Pascal - Code language: Delphi Pascal
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -4,8 +4,8 @@ _Engine for two-dimensional graphical role-playing games._
- Home: http://savannah.gnu.org/projects/rpge/ - Home: http://savannah.gnu.org/projects/rpge/
- State: beta, inactive since 2014 - State: beta, inactive since 2014
- Code: https://git.savannah.gnu.org/git/rpge.git - Code repository: https://git.savannah.gnu.org/git/rpge.git
- Language(s): C - Code language: C
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building

View File

@ -4,8 +4,8 @@ _Open source easy to use standalone 3D Game Maker and 3D Game Design program cur
- Home: http://www.sandboxgamemaker.com/free-game-maker/ - Home: http://www.sandboxgamemaker.com/free-game-maker/
- Download: http://www.sandboxgamemaker.com/free-game-maker-download/ - Download: http://www.sandboxgamemaker.com/free-game-maker-download/
- Code: https://github.com/PlatinumArts/Platinum-Arts-Sandbox-Free-Game-Maker - Code repository: https://github.com/PlatinumArts/Platinum-Arts-Sandbox-Free-Game-Maker
- Language(s): C++, C - Code language: C++, C
- Code license: Mixed - Code license: Mixed
- Code license details: MIT, ZLIB modified (requires special credits and notifications) - Code license details: MIT, ZLIB modified (requires special credits and notifications)

View File

@ -7,8 +7,8 @@ _Allows you to run certain classic graphical point-and-click adventure games, pr
- Download: http://www.scummvm.org/downloads/ - Download: http://www.scummvm.org/downloads/
- State: mature - State: mature
- Keywords: reimplementation - Keywords: reimplementation
- Code: https://github.com/scummvm/scummvm - Code repository: https://github.com/scummvm/scummvm
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
Requires original data files. Requires original data files.

View File

@ -5,8 +5,8 @@ _2D game programming framework for c/c++ programmers with least possible depende
- Home: https://sourceforge.net/projects/sge2d/ - Home: https://sourceforge.net/projects/sge2d/
- Download: https://sourceforge.net/projects/sge2d/files/sge2d/ - Download: https://sourceforge.net/projects/sge2d/files/sge2d/
- State: beta - State: beta
- Code: https://sourceforge.net/p/sge2d/code/HEAD/tree/ (svn) - Code repository: https://sourceforge.net/p/sge2d/code/HEAD/tree/ (svn)
- Language(s): C - Code language: C
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -5,10 +5,10 @@ _Zelda-like 2D game engine._
- Home: http://www.solarus-games.org/ - Home: http://www.solarus-games.org/
- Download: http://www.solarus-games.org/engine/download/ - Download: http://www.solarus-games.org/engine/download/
- State: mature - State: mature
- Code: https://github.com/solarus-games/solarus - Code repository: https://github.com/solarus-games/solarus
- Language(s): C++ - Code language: C++
- Code license: GPL-3.0 - Code license: GPL-3.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -4,8 +4,8 @@ _2D+3D game making for indies._
- Home: http://superpowers-html5.com/index.en.html - Home: http://superpowers-html5.com/index.en.html
- Download: https://sparklinlabs.itch.io/superpowers - Download: https://sparklinlabs.itch.io/superpowers
- Code: https://github.com/superpowers - Code repository: https://github.com/superpowers
- Language(s): Typescript - Code language: Typescript
- Code license: ISC - Code license: ISC
## Building ## Building

View File

@ -5,9 +5,9 @@ _Stable platform for various types of gameplay settings in a voxel world._
- Home: http://terasology.org/index.html - Home: http://terasology.org/index.html
- State: mature - State: mature
- Keywords: 3D - Keywords: 3D
- Code: https://github.com/MovingBlocks/Terasology - Code repository: https://github.com/MovingBlocks/Terasology
- Language(s): Java - Code language: Java
- License: Apache-2.0 - Code license: Apache-2.0
Not sure if it's a game, a game engine/framework or a graphical/scene framework. Not sure if it's a game, a game engine/framework or a graphical/scene framework.

View File

@ -5,11 +5,11 @@ _Urho3D is a free lightweight, cross-platform 2D and 3D game engine._
- Home: https://urho3d.github.io/ - Home: https://urho3d.github.io/
- Download: https://sourceforge.net/projects/urho3d/files/Urho3D/ - Download: https://sourceforge.net/projects/urho3d/files/Urho3D/
- State: mature - State: mature
- Code: https://github.com/urho3d/Urho3D - Code repository: https://github.com/urho3d/Urho3D
- Language(s): C++, Angelscript - Code language: C++, Angelscript
- Code license: MIT - Code license: MIT
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -6,8 +6,8 @@ _Vega Strike is a first-person space trading and combat simulator._
- Media: https://en.wikipedia.org/wiki/Vega_Strike - Media: https://en.wikipedia.org/wiki/Vega_Strike
- Download: http://vegastrike.sourceforge.net/getfiles/ - Download: http://vegastrike.sourceforge.net/getfiles/
- State: mature - State: mature
- Code: https://sourceforge.net/p/vegastrike/code/HEAD/tree/ (svn) https://github.com/vegastrike (mirror) - Code repository: https://sourceforge.net/p/vegastrike/code/HEAD/tree/ (svn) https://github.com/vegastrike (mirror)
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
See also [VegaStrike Developer Tools](https://sourceforge.net/projects/ppueditor/?source=directory) See also [VegaStrike Developer Tools](https://sourceforge.net/projects/ppueditor/?source=directory)

View File

@ -7,8 +7,8 @@ _Open source framework for massively multiplayer online role-playing games._
- Download: https://www.worldforge.org/index.php/downloads/ - Download: https://www.worldforge.org/index.php/downloads/
- State: mature - State: mature
- Keywords: MMO - Keywords: MMO
- Code: https://github.com/worldforge (different sub-repositories) - Code repository: https://github.com/worldforge (different sub-repositories)
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building

View File

@ -4,8 +4,8 @@ _Reimplementation of BioWares Aurora engine (and derivatives) as used in thei
- Home: https://xoreos.org/ - Home: https://xoreos.org/
- Download: https://xoreos.org/downloads/index.html - Download: https://xoreos.org/downloads/index.html
- Code: https://github.com/xoreos/xoreos/ - Code repository: https://github.com/xoreos/xoreos/
- Language(s): C++ - Code language: C++
- Code license: GPL-3.0 - Code license: GPL-3.0
Requires original game data. Requires original game data.

View File

@ -6,8 +6,8 @@ _Rapid development solution with a tiny footprint._
- Download: http://www.zgameeditor.org/index.php/Main/Download - Download: http://www.zgameeditor.org/index.php/Main/Download
- State: mature - State: mature
- Keywords: editor - Keywords: editor
- Code: https://github.com/VilleKrumlinde/zgameeditor - Code repository: https://github.com/VilleKrumlinde/zgameeditor
- Language(s): Pascal - Code language: Pascal
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -1,27 +1,26 @@
# Popular required libraries # Popular required libraries
[comment]: # (start of autogenerated content, do not edit) [comment]: # (start of autogenerated content, do not edit)
- **[Boost (C++ Libraries)](boost.md)** (C++, mature) - **[Boost (C++ Libraries)](boost.md)** (mature)
- **[Crypto++](crypto.md)** (C++) - **[Crypto++](crypto.md)** ()
- **[Doxygen](doxygen.md)** (C++, mature) - **[Doxygen](doxygen.md)** (mature)
- **[FreeType](freetype.md)** (C, mature) - **[FreeType](freetype.md)** (mature)
- **[HarfBuzz](harfbuzz.md)** (C++, mature) - **[HarfBuzz](harfbuzz.md)** (mature)
- **[LZMA SDK](lzma.md)** (C, mature) - **[LZMA SDK](lzma.md)** (mature)
- **[Libxml2](libxml2.md)** (C, mature) - **[Libxml2](libxml2.md)** (mature)
- **[Lua](lua.md)** (C, mature) - **[Lua](lua.md)** (mature)
- **[Open AL](openal.md)** () - **[Open AL](openal.md)** ()
- **[Open AL Soft](openalsoft.md)** (C) - **[Open AL Soft](openalsoft.md)** ()
- **[OpenSSL](openssl.md)** (C, mature) - **[OpenSSL](openssl.md)** (mature)
- **[Pthreads-win32](pthreads_win32.md)** (C, mature) - **[Pthreads-win32](pthreads_win32.md)** (mature)
- **[Ragel](ragel.md)** (C++, mature) - **[Ragel](ragel.md)** (mature)
- **[SWIG](swig.md)** (C++, mature) - **[SWIG](swig.md)** (mature)
- **[Simple DirectMedia Layer](sdl_2.md)** (C, mature) - **[Simple DirectMedia Layer](sdl_2.md)** (mature)
- **[Simple and Fast Multimedia Library](sfml.md)** (C++, mature) - **[Simple and Fast Multimedia Library](sfml.md)** (mature)
- **[XZ Utils](xz.md)** (C, mature) - **[XZ Utils](xz.md)** (mature)
- **[libpng](libpng.md)** (C, mature) - **[libpng](libpng.md)** (mature)
- **[pkg-config](pkgconfig.md)** (C, mature) - **[pkg-config](pkgconfig.md)** (mature)
- **[wxWidgets](wxwidgets.md)** (C++, Objective C, mature) - **[wxWidgets](wxwidgets.md)** (mature)
- **[yaml-cpp](yaml_cpp.md)** (C++) - **[yaml-cpp](yaml_cpp.md)** ()
- **[zlib](zlib.md)** (C, mature) - **[zlib](zlib.md)** (mature)
[comment]: # (end of autogenerated content) [comment]: # (end of autogenerated content)

View File

@ -6,8 +6,8 @@ _Boost provides free peer-reviewed portable C++ source libraries._
- Media: <https://en.wikipedia.org/wiki/Boost_(C%2B%2B_libraries)> - Media: <https://en.wikipedia.org/wiki/Boost_(C%2B%2B_libraries)>
- Download: http://www.boost.org/users/download/ - Download: http://www.boost.org/users/download/
- State: mature - State: mature
- Code: https://github.com/boostorg/boost - Code repository: https://github.com/boostorg/boost
- Language(s): C++ - Code language: C++
- Code license: Special - Code license: Special
- Code license details: [Boost Software License 1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt) - Code license details: [Boost Software License 1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt)

View File

@ -5,8 +5,8 @@ _C++ class library of cryptographic schemes._
- Home: https://cryptopp.com/ - Home: https://cryptopp.com/
- Media: https://en.wikipedia.org/wiki/Crypto%2B%2B - Media: https://en.wikipedia.org/wiki/Crypto%2B%2B
- Download: https://cryptopp.com/#download - Download: https://cryptopp.com/#download
- Code: https://github.com/weidai11/cryptopp - Code repository: https://github.com/weidai11/cryptopp
- Language(s): C++ - Code language: C++
- Code license: Boost-1.0 - Code license: Boost-1.0
## Building ## Building

View File

@ -7,11 +7,11 @@ _Tool for generating documentation from annotated C++ sources._
- Download: http://www.stack.nl/~dimitri/doxygen/download.html - Download: http://www.stack.nl/~dimitri/doxygen/download.html
- State: mature - State: mature
- Keywords: tool, source documentation generator - Keywords: tool, source documentation generator
- Code: https://github.com/doxygen/doxygen - Code repository: https://github.com/doxygen/doxygen
- Language(s): C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -6,10 +6,10 @@ _Capable of producing high-quality output (glyph images) of most vector and bitm
- Media: https://en.wikipedia.org/wiki/FreeType - Media: https://en.wikipedia.org/wiki/FreeType
- Download: https://www.freetype.org/download.html - Download: https://www.freetype.org/download.html
- State: mature - State: mature
- Code: http://git.savannah.gnu.org/cgit/freetype/ - Code repository: http://git.savannah.gnu.org/cgit/freetype/
- Language(s): C - Code language: C
- Code license: GPL - Code license: GPL
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -4,13 +4,13 @@ _OpenType text shaping engine._
- Home: https://www.freedesktop.org/wiki/Software/HarfBuzz/ - Home: https://www.freedesktop.org/wiki/Software/HarfBuzz/
- Media: https://en.wikipedia.org/wiki/HarfBuzz - Media: https://en.wikipedia.org/wiki/HarfBuzz
- Download: see home - Download: (see home)
- State: mature - State: mature
- Code: https://github.com/harfbuzz/harfbuzz - Code repository: https://github.com/harfbuzz/harfbuzz
- Language(s): C++ - Code language: C++
- Code license: MIT - Code license: MIT
## Building ## Building
Uses CMake - Build system: CMake

View File

@ -4,11 +4,11 @@ _libpng is the official PNG reference library._
- Home: http://libpng.org/pub/png/libpng.html - Home: http://libpng.org/pub/png/libpng.html
- Media: https://en.wikipedia.org/wiki/Libpng - Media: https://en.wikipedia.org/wiki/Libpng
- Download: see home - Download: (see home)
- State: mature - State: mature
- Keywords: official - Keywords: official
- Code: https://sourceforge.net/p/libpng/code/ci/master/tree/ - Code repository: https://sourceforge.net/p/libpng/code/ci/master/tree/
- Language(s): C - Code language: C
- Code license: Special - Code license: Special
- Code license details: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE) - Code license details: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)

View File

@ -6,8 +6,8 @@ _Libxml2 is the XML C parser and toolkit developed for the Gnome project (but us
- Media: https://en.wikipedia.org/wiki/Libxml2 - Media: https://en.wikipedia.org/wiki/Libxml2
- Download: http://www.xmlsoft.org/downloads.html - Download: http://www.xmlsoft.org/downloads.html
- State: mature - State: mature
- Code: https://git.gnome.org//browse/libxml2/ - Code repository: https://git.gnome.org//browse/libxml2/
- Language(s): C - Code language: C
- Code license: MIT - Code license: MIT
## Building ## Building

View File

@ -6,8 +6,8 @@ _Powerful, efficient, lightweight, embeddable scripting language._
- Media: <https://en.wikipedia.org/wiki/Lua_(programming_language)> - Media: <https://en.wikipedia.org/wiki/Lua_(programming_language)>
- Download: http://www.lua.org/download.html - Download: http://www.lua.org/download.html
- State: mature - State: mature
- Code: see download https://github.com/lua/lua (mirror) - Code repository: (see download) https://github.com/lua/lua (mirror)
- Language(s): C - Code language: C
- Code license: MIT - Code license: MIT
It's a whole programming language but often used within games projects for scripting purposes (like Python). It's a whole programming language but often used within games projects for scripting purposes (like Python).

View File

@ -6,8 +6,8 @@ _The LZMA SDK provides the documentation, samples, header files, libraries, and
- Media: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm - Media: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm
- Download: http://7-zip.org/download.html http://7-zip.org/sdk.html - Download: http://7-zip.org/download.html http://7-zip.org/sdk.html
- State: mature - State: mature
- Code: see download - Code repository: (see download)
- Language(s): C - Code language: C
- Code license: LGPL-2.0 - Code license: LGPL-2.0
Windows only. Windows only.

View File

@ -4,7 +4,7 @@ _Cross-platform audio application programming interface (API)._
- Home: http://www.openal.org/ - Home: http://www.openal.org/
- Media: https://en.wikipedia.org/wiki/OpenAL - Media: https://en.wikipedia.org/wiki/OpenAL
- Code: http://www.openal.org/downloads/ - Code repository: http://www.openal.org/downloads/
- Code license: Proprietary - Code license: Proprietary
- Code license details: since v1.1, LGPL before - Code license details: since v1.1, LGPL before

View File

@ -4,11 +4,11 @@ _Software implementation of the OpenAL 3D audio API._
- Home: http://kcat.strangesoft.net/openal.html - Home: http://kcat.strangesoft.net/openal.html
- Media: https://en.wikipedia.org/wiki/OpenAL#Implementations - Media: https://en.wikipedia.org/wiki/OpenAL#Implementations
- Code: http://repo.or.cz/openal-soft.git - Code repository: http://repo.or.cz/openal-soft.git
- Language(s): C - Code language: C
- Code license: LGPL-2.0 - Code license: LGPL-2.0
## Building ## Building
Uses CMake - Build system: CMake

Some files were not shown because too many files have changed in this diff Show More