{"id":15069193,"url":"https://github.com/spacebanana420/tanuki","last_synced_at":"2026-02-02T13:30:47.804Z","repository":{"id":221194901,"uuid":"753709678","full_name":"spacebanana420/tanuki","owner":"spacebanana420","description":"Cross-platform launcher for the Touhou Project games","archived":false,"fork":false,"pushed_at":"2024-05-21T23:50:31.000Z","size":1771,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T00:36:49.175Z","etag":null,"topics":["bullet-hell","cross-platform","ffmpeg","game","java","jvm","launcher","scala","touhou","tui","wine"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spacebanana420.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-06T16:44:31.000Z","updated_at":"2024-05-27T12:24:44.701Z","dependencies_parsed_at":"2024-03-18T16:42:59.441Z","dependency_job_id":"14bf9a82-ce4b-48d6-a980-d1425a421e6c","html_url":"https://github.com/spacebanana420/tanuki","commit_stats":null,"previous_names":["spacebanana420/tanuki"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/spacebanana420/tanuki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebanana420%2Ftanuki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebanana420%2Ftanuki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebanana420%2Ftanuki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebanana420%2Ftanuki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebanana420","download_url":"https://codeload.github.com/spacebanana420/tanuki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebanana420%2Ftanuki/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262151865,"owners_count":23266931,"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":["bullet-hell","cross-platform","ffmpeg","game","java","jvm","launcher","scala","touhou","tui","wine"],"created_at":"2024-09-25T01:40:57.199Z","updated_at":"2026-02-02T13:30:47.752Z","avatar_url":"https://github.com/spacebanana420.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tanuki Launcher\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"images/leaf.png\" width=\"120\"/\u003e\n\u003c/p\u003e\n\nTanuki Launcher is a cross-platform game launcher and WINE helper primarily made for the Touhou Project games. It supports all games from Touhou 6 onwards. Tanuki can also be used to launch any game, not just Touhou games, and it has an extra set of features, such as screen and audio recording, taking screenshots, Touhou scorefile backup, viewing and compressing Touhou screenshots, etc.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"images/tanuki.png\" width=\"450\"/\u003e\n\u003c/p\u003e\n\n# Download\n\nDownload the latest instance of Tanuki in the [releases page](https://github.com/spacebanana420/tanuki/releases)\n\nIf you have Scala 3 in your system, download ```tanuki.jar```\n\nIf you just have Java in your system, download ```tanuki-java.jar```\n\nIf you are running an x86_64 Linux system, download ```tanuki-linux-x86_64.zip```\n\n[Information on downloading and running Tanuki](doc/download.md)\n\n# Requirements \u0026 how to use\n\nTanuki requires the following to work:\n* Scala 3 or Java 11 or later (unless running the native Linux binary)\n* FFmpeg (optional, for all functionality related to image and video)\n\nTanuki's OS support extends to all operating systems with WINE support + Windows.\n\n[More information on platform support here](doc/platforms.md)\n\n# Configuration\n\n[Full configuration information](doc/config.md)\n\nTo play games and manage your data, you need to add game and data entries to your ```config.txt```. For Unix-like systems, this file is located in `~/.config/tanuki/config.txt`. In other systems such as Windows, it's located/created where Tanuki is.\n\nYou can configure this file from within the launcher, or you can manually write your config text file.\n\nMany more settings are available in the configuration documentation.\n\n### Config example:\n\n```\nwine=wine\n\ngame=Touhou 7:/path/to/touhou 7/th7.exe\ndata=Touhou 7 Data:/path/to/touhou 7\n```\n\n# Screen recording\n\n[Recorder documentation](doc/recorder.md)\n\nWith FFmpeg, Tanuki can record your screen and audio as you play Touhou, to record your gameplay. You can configure the recording settings for a more faithful or lossless video footage, or for a more lightweight footage, whether it's lightweight as in low CPU usage or as in low file size.\n\nAfter you record your footage, you can view it as many times as you want with [Gensokyo Cinema](doc/movie.md).\n\n# Compile from source\n\nYou need [Scala 3](https://scala-lang.org/) to build Tanuki from source. You can use the scalac compiler or scala-cli.\n\nYou can compile Tanuki directly with scalac this way:\n\n```\nscalac src/*.scala src/*/*.scala src/*/*/*.scala -d tanuki.jar\n```\nThis JAR can be launched with scala or scala-cli\n\nFor more information and alternatives on compiling Tanuki, check the link below.\n\n[Compiling Tanuki from source](doc/compile.md)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"images/youmu.png\" height=\"230\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebanana420%2Ftanuki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebanana420%2Ftanuki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebanana420%2Ftanuki/lists"}