2021-10-27 16:56:44 +02:00

307 lines
43 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Trilarion">
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
<title>OSGL | Game engines, frameworks, tools</title>
<link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head>
<body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="../index.html"><span class="icon has-text-black"><i class="icon-home"></i></span><span>OSGL</span></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-start">
<a class="navbar-item" href="../games/index.html"><span class="icon has-text-black"><i class="icon-dice"></i></span><span>Games</span></a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link"><span class="icon has-text-black"><i class="icon-filter"></i></span><span>Filter</span></a>
<div class="navbar-dropdown">
<a class="navbar-item" href="../games/genres.html"><span class="icon has-text-black"><i class="icon-price-tag"></i></span><span>By category</span></a>
<a class="navbar-item" href="../games/languages.html"><span class="icon has-text-black"><i class="icon-language"></i></span><span>By code language</span></a>
<a class="navbar-item" href="../games/platforms.html"><span class="icon has-text-black"><i class="icon-laptop"></i></span><span>By OS support</span></a>
<a class="navbar-item" href="../games/top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div>
</div>
<a class="navbar-item is-active" href="index.html"><span class="icon has-text-black"><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
<a class="navbar-item" href="../developers/index.html"><span class="icon has-text-black"><i class="icon-users"></i></span><span>Developers</span></a>
<a class="navbar-item" href="../inspirations/index.html"><span class="icon has-text-black"><i class="icon-bulb"></i></span><span>Inspirations</span></a>
<a class="navbar-item" href="../statistics/index.html"><span class="icon has-text-black"><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
<a class="navbar-item" href="../contribute.html"><span class="icon has-text-black"><i class="icon-pencil"></i></span><span>Contribute</span></a>
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon has-text-black"><i class="icon-github"></i></span><span>On GitHub</span></a>
</div>
</div>
</nav>
<div class="container">
<div class="box"><p class="title is-4">Libraries</p><p class="subtitle is-6"><a href="index.html">Index</a></p></div>
<div id="aposgui" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Apos.Gui</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
<span class="tag is-light">user interface</span></div>
</div><div class="block">Homepage: <a href="https://apostolique.github.io/Apos.Gui/">apostolique.github.io/Apos.Gui</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/Apostolique/Apos.Gui.git">Apostolique/Apos.Gui.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/aposgui.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="box2d" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Box2D</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
<span class="tag is-light">2D</span>
<span class="tag is-light">physics</span></div>
</div><div class="block">Homepage: <a href="https://box2d.org/">box2d.org</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a>, <a href="../games/languages.html#c++">C++</a>, <a href="../games/languages.html#objective-c">Objective-C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Zlib_License">zlib</a><br>Code repositories: <a href="https://github.com/erincatto/Box2D.git">erincatto/Box2D.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://premake.github.io/" class="is-size-7">premake</a><br>Developers: <a href="../developers/E.html#erin_catto">Erin Catto</a>, <a href="../developers/I.html#isaac_burns">Isaac Burns</a>, <a href="../developers/J.html#jarrod_mosen">Jarrod Mosen</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/box2d.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="curses" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">curses</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2000<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepage: <a href="http://www.rocketaware.com/uint/curses/">www.rocketaware.com/uint/curses</a><br>Media: <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: ?<br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/curses.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="dear_imgui" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Dear ImGui</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepage: <a href="https://github.com/ocornut/imgui">ocornut/imgui<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Download: <a href="https://github.com/ocornut/imgui/releases">ocornut/imgui/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a>, <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/ocornut/imgui.git">ocornut/imgui.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br><details><summary>Developers: (20)</summary><a href="../developers/A.html#andrew_willmott">Andrew Willmott</a>, <a href="../developers/B.html#bruce_mitchener">Bruce Mitchener</a>, <a href="../developers/E.html#elias_daler">Elias Daler</a>, <a href="../developers/G.html#giuseppe_barbieri">Giuseppe Barbieri</a>, <a href="../developers/H.html#hvard_mathisen">Håvard Mathisen</a>, <a href="../developers/J.html#jefferson_montgomery">Jefferson Montgomery</a>, <a href="../developers/J.html#jim_tilander">Jim Tilander</a>, <a href="../developers/K.html#konstantin_podsvirov">Konstantin Podsvirov</a>, <a href="../developers/L.html#louis_schnellbach">Louis Schnellbach</a>, <a href="../developers/M.html#marcell_kiss">Marcell Kiss</a>, <a href="../developers/M.html#max_thrun">Max Thrun</a>, <a href="../developers/M.html#micha_cicho">Michał Cichoń</a>, <a href="../developers/M.html#mikko_mononen">Mikko Mononen</a>, <a href="../developers/O.html#omar">omar</a>, <a href="../developers/P.html#particlepeter">ParticlePeter</a>, <a href="../developers/R.html#rokas_kupstys">Rokas Kupstys</a>, <a href="../developers/S.html#sam_hocevar">Sam Hocevar</a>, <a href="../developers/S.html#sepehr_taghdisian">Sepehr Taghdisian</a>, <a href="../developers/S.html#shironekoben">ShironekoBen</a>, <a href="../developers/B.html#_xx">Бранимир Караџић</a></details><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/dear_imgui.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="directpython" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">DirectPython</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a></div><div class="level-item">beta</div><div class="level-item">inactive since 2007<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepages: <a href="http://directpython.sourceforge.net/">directpython.sourceforge.net</a>, <a href="http://directpython11.sourceforge.net/">directpython11.sourceforge.net</a><br>Downloads: <a href="https://sourceforge.net/projects/directpython/files/">directpython/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a>, <a href="https://sourceforge.net/projects/directpython11/files/">directpython11/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_(%22Simplified_BSD_License%22_or_%22FreeBSD_License%22)">2-clause BSD</a><br>Code repositories: <a href="http://hg.code.sf.net/p/directpython11/code">hg.code.sf.net/p/directpython11/code</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/directpython.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="freetype" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">FreeType</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepage: <a href="https://www.freetype.org/">www.freetype.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/FreeType">FreeType<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://www.freetype.org/download.html">www.freetype.org/download.html</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a>, Custom<br>Code repositories: <a href="https://git.savannah.gnu.org/git/freetype/freetype2.git">git.savannah.gnu.org/git/freetype/freetype2.git</a>, <a href="https://git.savannah.gnu.org/git/freetype/freetype2-demos.git @add">git.savannah.gnu.org/git/freetype/freetype2-demos.git @add</a><br>
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/freetype.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="gbdk" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">GBDK</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
</div><div class="block">Homepages: <a href="https://gbdk-2020.github.io/gbdk-2020/">gbdk-2020.github.io/gbdk-2020</a>, <a href="http://gbdk.sourceforge.net/">gbdk.sourceforge.net</a>, <a href="https://sourceforge.net/projects/gbdk/">gbdk<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://github.com/gbdk-2020/gbdk-2020/releases">gbdk-2020/gbdk-2020/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a>, <a href="../games/languages.html#assembly">Assembly</a>, <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/gbdk-2020/gbdk-2020.git">gbdk-2020/gbdk-2020.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Make_(software)" class="is-size-7">Make</a><br>Developers: <a href="../developers/B.html#basxto">Basxto</a>, <a href="../developers/B.html#bbbbbr">bbbbbr</a>, <a href="../developers/D.html#daniel_rammelt">Daniel Rammelt</a>, <a href="../developers/D.html#david_galloway">David Galloway</a>, <a href="../developers/J.html#jim_huang">Jim Huang</a>, <a href="../developers/M.html#michael_hope">Michael Hope</a>, <a href="../developers/S.html#sandeep_dutta">Sandeep Dutta</a>, <a href="../developers/T.html#toxa">Toxa</a>, <a href="../developers/Z.html#zalo">Zalo</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gbdk.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="geonbitui" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">GeonBit.UI</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepage: <a href="https://github.com/RonenNess/GeonBit.UI">RonenNess/GeonBit.UI<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/RonenNess/GeonBit.UI.git">RonenNess/GeonBit.UI.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2016, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: MonoGame<br>Developer: <a href="../developers/R.html#ronen">Ronen</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/geonbitui.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="horde3d" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Horde3D</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
<span class="tag is-light">3D</span></div>
</div><div class="block">Homepage: <a href="https://github.com/horde3d/Horde3D">horde3d/Horde3D<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/Horde3D">Horde3D<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Eclipse_Public_License">EPL-2.0</a><br>Code repositories: <a href="https://github.com/horde3d/Horde3D.git">horde3d/Horde3D.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br>Developers: <a href="../developers/A.html#alexander_giatsintov">Alexander Giatsintov</a>, <a href="../developers/C.html#christoph_schulz">Christoph Schulz</a>, <a href="../developers/D.html#denilson_das_mercs_amorim">Denilson das Mercês Amorim</a>, <a href="../developers/E.html#emanuele_bertoldi">Emanuele Bertoldi</a>, <a href="../developers/J.html#jean-claude_monnin">Jean-Claude Monnin</a>, <a href="../developers/M.html#mjt">mjt</a>, <a href="../developers/V.html#volker_vogelhuber">Volker Vogelhuber</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/horde3d.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="ncurses" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">ncurses</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepages: <a href="https://invisible-island.net/ncurses/">invisible-island.net/ncurses</a>, <a href="https://www.gnu.org/software/ncurses/ncurses.html">www.gnu.org/software/ncurses/ncurses.html</a><br>Media: <a href="https://en.wikipedia.org/wiki/Ncurses">ncurses<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://invisible-island.net/ncurses/#downloads">invisible-island.net/ncurses/#downloads</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ncurses.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="penumbra" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Penumbra</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
<span class="tag is-light">2D</span></div>
</div><div class="block">Homepage: <a href="https://github.com/discosultan/penumbra">discosultan/penumbra<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/discosultan/penumbra.git">discosultan/penumbra.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/J.html#jaanus_varus">Jaanus Varus</a>, <a href="../developers/M.html#marcel_hartel">Marcel Härtel</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/penumbra.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="pgu" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">PGU</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepages: <a href="https://github.com/parogers/pgu">parogers/pgu<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://code.google.com/archive/p/pgu/">code.google.com/archive/p/pgu</a><br>Download: <a href="https://pypi.org/project/pygame-pgu/">pypi.org/project/pygame-pgu</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL-2.1</a><br>Code repositories: <a href="https://github.com/parogers/pgu.git">parogers/pgu.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata" class="is-size-7">setup.py</a><br>Developer: <a href="../developers/P.html#peter_rogers">Peter Rogers</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pgu.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="pyscroll" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">pyscroll</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2018<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepage: <a href="https://pypi.org/project/pyscroll/">pypi.org/project/pyscroll</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL-3.0</a><br>Code repositories: <a href="https://github.com/bitcraft/pyscroll.git">bitcraft/pyscroll.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: pygame<br>Developers: <a href="../developers/L.html#leif_theden">Leif Theden</a>, <a href="../developers/L.html#ukasz_langa">Łukasz Langa</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pyscroll.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="pytmx" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">PyTMX</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
</div><div class="block">Homepage: <a href="https://pypi.org/project/PyTMX/">pypi.org/project/PyTMX</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL-3.0</a><br>Code repositories: <a href="https://github.com/bitcraft/PyTMX.git">bitcraft/PyTMX.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Developer: <a href="../developers/L.html#leif_theden">Leif Theden</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pytmx.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="simple_and_fast_multimedia_library" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Simple and Fast Multimedia Library</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
</div><div class="block">Homepage: <a href="https://www.sfml-dev.org/">www.sfml-dev.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/Simple_and_Fast_Multimedia_Library">Simple and Fast Multimedia Library<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://www.sfml-dev.org/download.php">www.sfml-dev.org/download.php</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Zlib_License">zlib</a><br>Code repositories: <a href="https://github.com/SFML/SFML.git">SFML/SFML.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2011, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br><details><summary>Developers: (16)</summary><a href="../developers/B.html#bendegz_cs">Bendegúz Ács</a>, <a href="../developers/B.html#binary1248">binary1248</a>, <a href="../developers/B.html#bruno_van_de_velde">Bruno Van de Velde</a>, <a href="../developers/C.html#ceylo">Ceylo</a>, <a href="../developers/C.html#corentin_schreiber">Corentin Schreiber</a>, <a href="../developers/F.html#foaly">Foaly</a>, <a href="../developers/J.html#jan_haller">Jan Haller</a>, <a href="../developers/J.html#jonathan_de_wachter">Jonathan De Wachter</a>, <a href="../developers/J.html#jonny_paton">Jonny Paton</a>, <a href="../developers/J.html#jqdg">jqdg</a>, <a href="../developers/L.html#laurent_gomila">Laurent Gomila</a>, <a href="../developers/L.html#lukas_durrenberger">Lukas Dürrenberger</a>, <a href="../developers/M.html#marco_antognini">Marco Antognini</a>, <a href="../developers/M.html#mario_liebisch">Mario Liebisch</a>, <a href="../developers/R.html#radek_dutkiewicz">Radek Dutkiewicz</a>, <a href="../developers/S.html#stefan_schindler">Stefan Schindler</a></details><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/simple_and_fast_multimedia_library.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<div id="simple_directmedia_layer" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">Simple DirectMedia Layer</div>
</div>
<div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<span class="has-text-weight-bold">mature</span></div><div class="level-item">
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
</nav><div class="block">
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
<span class="tag is-light">3D</span></div>
</div><div class="block">Homepage: <a href="https://www.libsdl.org/index.php">www.libsdl.org/index.php</a><br>Media: <a href="https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer">Simple DirectMedia Layer<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://www.libsdl.org/download-2.0.php">www.libsdl.org/download-2.0.php</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Zlib_License">zlib</a><br>Code repositories: <a href="https://github.com/libsdl-org/SDL.git">libsdl-org/SDL.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2021, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br><details><summary>Developers: (45)</summary><a href="../developers/A.html#alex_baines">Alex Baines</a>, <a href="../developers/A.html#alex_szpakowski">Alex Szpakowski</a>, <a href="../developers/A.html#alfred-valve">alfred-valve</a>, <a href="../developers/A.html#alon_zakai">Alon Zakai</a>, <a href="../developers/A.html#andreas_schiffler">Andreas Schiffler</a>, <a href="../developers/A.html#anthony_pesch">Anthony Pesch</a>, <a href="../developers/B.html#bavison">bavison</a>, <a href="../developers/B.html#beuc">Beuc</a>, <a href="../developers/B.html#boris_gjenero">Boris Gjenero</a>, <a href="../developers/B.html#brandon_schaefer">Brandon Schaefer</a>, <a href="../developers/C.html#cacodemon345">Cacodemon345</a>, <a href="../developers/C.html#cameron_cawley">Cameron Cawley</a>, <a href="../developers/C.html#cameron_gutman">Cameron Gutman</a>, <a href="../developers/C.html#charlie_birks">Charlie Birks</a>, <a href="../developers/C.html#christian_rauch">Christian Rauch</a>, <a href="../developers/D.html#daniel_gibson">Daniel Gibson</a>, <a href="../developers/D.html#david_gow">David Gow</a>, <a href="../developers/D.html#david_ludwig">David Ludwig</a>, <a href="../developers/D.html#dimitriy_ryazantcev">Dimitriy Ryazantcev</a>, <a href="../developers/E.html#edward_rudd">Edward Rudd</a>, <a href="../developers/E.html#epifanov_ivan">Epifanov Ivan</a>, <a href="../developers/E.html#erik_yuzwa">Erik Yuzwa</a>, <a href="../developers/E.html#ethan_lee">Ethan Lee</a>, <a href="../developers/G.html#gabriel_jacobo">Gabriel Jacobo</a>, <a href="../developers/J.html#jaylon_gowie">Jaylon Gowie</a>, <a href="../developers/J.html#jimb_esser">Jimb Esser</a>, <a href="../developers/J.html#joel_linn">Joel Linn</a>, <a href="../developers/J.html#julian_uy">Julian Uy</a>, <a href="../developers/J.html#jrgen_p_tjern">Jørgen P. Tjernø</a>, <a href="../developers/K.html#kenmays">kenmays</a>, <a href="../developers/K.html#kyle_schaefer">Kyle Schaefer</a>, <a href="../developers/M.html#manuel_alfayate_corchete">Manuel Alfayate Corchete</a>, <a href="../developers/M.html#mathieu_eyraud">Mathieu Eyraud</a>, <a href="../developers/O.html#ozkan_sezer">Ozkan Sezer</a>, <a href="../developers/P.html#paul_cercueil">Paul Cercueil</a>, <a href="../developers/P.html#philipp_wiesemann">Philipp Wiesemann</a>, <a href="../developers/R.html#ryan_c_gordon">Ryan C. Gordon</a>, <a href="../developers/S.html#sam_lantinga">Sam Lantinga</a>, <a href="../developers/S.html#sdl_wiki_bot">SDL Wiki Bot</a>, <a href="../developers/S.html#sebastian_krzyszkowiak">Sebastian Krzyszkowiak</a>, <a href="../developers/S.html#simon_mcvittie">Simon McVittie</a>, <a href="../developers/S.html#sylvain_becker">Sylvain Becker</a>, <a href="../developers/T.html#taras">Taras</a>, <a href="../developers/Z.html#zack_middleton">Zack Middleton</a>, <a href="../developers/Z.html#zenios">zenios</a></details><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/simple_directmedia_layer.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div>
<footer class="footer container content is-size-7">
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
The content on this site is the result of voluntary work and may be outdated or incorrect. For giving feedback or improving the content see the
<a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
</footer>
</body>
</html>