{"id":13544731,"url":"https://github.com/EasyRPG/Player","last_synced_at":"2025-04-02T14:31:52.178Z","repository":{"id":2335688,"uuid":"3297519","full_name":"EasyRPG/Player","owner":"EasyRPG","description":"RPG Maker 2000/2003 and EasyRPG games interpreter","archived":false,"fork":false,"pushed_at":"2024-04-11T18:23:09.000Z","size":39919,"stargazers_count":940,"open_issues_count":301,"forks_count":181,"subscribers_count":61,"default_branch":"master","last_synced_at":"2024-04-12T04:47:55.742Z","etag":null,"topics":["3ds-homebrew","cross-platform","game-2d","game-development","game-engine","game-interpreter","psvita","rm2k","rm2k3","rpg-engine","rpg-maker","rpg-maker-2000","rpg-maker-2003","rpg-maker-2k","rpg-maker-2k3","rpgmaker","rpgmaker2000","rpgmaker2003","switch-homebrew","wii-homebrew"],"latest_commit_sha":null,"homepage":"https://easyrpg.org/player/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyRPG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2012-01-29T14:35:47.000Z","updated_at":"2024-04-14T22:26:28.320Z","dependencies_parsed_at":"2023-02-18T14:15:31.676Z","dependency_job_id":"e90fee03-acc5-40d7-a25a-fa832c4bda50","html_url":"https://github.com/EasyRPG/Player","commit_stats":{"total_commits":7321,"total_committers":69,"mean_commits":"106.10144927536231","dds":0.7244911897281792,"last_synced_commit":"bb210e9e275a75089681e8d94a3d0664861a452d"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyRPG%2FPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyRPG%2FPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyRPG%2FPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyRPG%2FPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyRPG","download_url":"https://codeload.github.com/EasyRPG/Player/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246832495,"owners_count":20841180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3ds-homebrew","cross-platform","game-2d","game-development","game-engine","game-interpreter","psvita","rm2k","rm2k3","rpg-engine","rpg-maker","rpg-maker-2000","rpg-maker-2003","rpg-maker-2k","rpg-maker-2k3","rpgmaker","rpgmaker2000","rpgmaker2003","switch-homebrew","wii-homebrew"],"created_at":"2024-08-01T11:00:52.850Z","updated_at":"2025-04-02T14:31:47.156Z","avatar_url":"https://github.com/EasyRPG.png","language":"C++","funding_links":[],"categories":["Game Engine","🕹️ Emulators"],"sub_categories":["Miscs","💎 Game Engines"],"readme":"# EasyRPG Player\n\nEasyRPG Player is a game interpreter to play RPG Maker 2000, 2003 and EasyRPG\ngames. It uses the LCF parser library (liblcf) to read RPG Maker game data.\n\nEasyRPG Player is part of the EasyRPG Project. More information is\navailable at the project website: https://easyrpg.org/\n\n\n## Documentation\n\nDocumentation is available at the documentation wiki: https://wiki.easyrpg.org\n\n\n## Requirements\n\n### minimal / required\n\n- [liblcf] for RPG Maker data reading.\n- SDL2 \u003e= 2.0.5 for screen backend support.\n- Pixman for low level pixel manipulation.\n- libpng for PNG image support.\n- zlib for XYZ image and ZIP archive support.\n- fmtlib \u003e= 6 for text formatting/coloring and interal logging.\n\n### extended / recommended\n\n- FreeType2 for external font support (+ HarfBuzz for Unicode text shaping).\n- mpg123 for MP3 audio support.\n- WildMIDI for MIDI audio support using GUS patches.\n- FluidSynth for MIDI audio support using soundfonts.\n- Libvorbis / Tremor for Ogg Vorbis audio support.\n- opusfile for Opus audio support.\n- libsndfile for better WAVE audio support.\n- libxmp for tracker music support.\n- SpeexDSP or libsamplerate for proper audio resampling.\n- lhasa for LHA (.lzh) archive support.\n- nlohmann_json for processing JSON files (required when targetting Emscripten)\n\nThe older SDL version 1.2 is still supported, but deprecated.\nPlease do not add new platform code for this library.\n\n\n## Daily builds\n\nUp to date binaries for assorted platforms are available at our continuous\nintegration service:\n\nhttps://ci.easyrpg.org/view/Player/\n\n\n## Source code\n\nEasyRPG Player development is hosted by GitHub, project files are available\nin this git repository:\n\nhttps://github.com/EasyRPG/Player\n\nReleased versions are also available at our Download Archive:\n\nhttps://easyrpg.org/downloads/player/\n\n\n## Building\n\nSee [BUILDING document].\n\n\n## Running EasyRPG Player\n\nRun the `easyrpg-player` executable from a RPG Maker 2000 or 2003 game\nproject folder (same place as `RPG_RT.exe`).\n\n\n## Bug reporting\n\nAvailable options:\n\n* File an issue at https://github.com/EasyRPG/Player/issues\n* Open a thread at https://community.easyrpg.org/\n* Chat with us via IRC: [#easyrpg at irc.libera.chat]\n\n\n## License\n\nEasyRPG Player is free software available under the GPLv3 license. See the file\n[COPYING] for license conditions. For Author information see [AUTHORS document].\n\nEasyRPG [Logo] and [Logo2] are licensed under the CC-BY-SA 4.0 license.\n\n\n### 3rd party software\n\nEasyRPG Player makes use of the following 3rd party software:\n\n* [FMMidi] YM2608 FM synthesizer emulator - Copyright (c) 2003-2006 yuno\n  (Yoshio Uno), provided under the (3-clause) BSD license\n* [dr_wav] WAV audio loader and writer - Copyright (c) David Reid, provided\n  under public domain or MIT-0\n\n### 3rd party resources\n\n* [Baekmuk] font family (Korean) - Copyright (c) 1986-2002 Kim Jeong-Hwan,\n  provided under the Baekmuk License\n* [Shinonome] font family (Japanese) - Copyright (c) 1999-2000 Yasuyuki\n  Furukawa and contributors, provided under public domain. Glyphs were added\n  and modified for use in EasyRPG Player, all changes under public domain.\n* [ttyp0] font family - Copyright (c) 2012-2015 Uwe Waldmann, provided under\n  ttyp0 license\n* [WenQuanYi] font family (CJK) - Copyright (c) 2004-2010 WenQuanYi Project\n  Contributors provided under the GPLv2 or later with Font Exception\n* [Teenyicons] Tiny minimal 1px icons - Copyright (c) 2020 Anja van Staden,\n  provided under the MIT license (only used by the Emscripten web shell)\n\n[liblcf]: https://github.com/EasyRPG/liblcf\n[BUILDING document]: docs/BUILDING.md\n[#easyrpg at irc.libera.chat]: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat/#easyrpg?nick=rpgguest??\n[COPYING]: COPYING\n[AUTHORS document]: docs/AUTHORS.md\n[Logo]: resources/logo.png\n[Logo2]: resources/logo2.png\n[FMMidi]: http://unhaut.epizy.com/fmmidi\n[dr_wav]: https://github.com/mackron/dr_libs\n[baekmuk]: https://kldp.net/baekmuk\n[Shinonome]: http://openlab.ring.gr.jp/efont/shinonome\n[ttyp0]: https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0\n[WenQuanYi]: http://wenq.org\n[Teenyicons]: https://github.com/teenyicons/teenyicons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEasyRPG%2FPlayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEasyRPG%2FPlayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEasyRPG%2FPlayer/lists"}