{"id":13691803,"url":"https://github.com/encounter/dtk-template","last_synced_at":"2026-03-06T09:34:11.084Z","repository":{"id":198364603,"uuid":"691278017","full_name":"encounter/dtk-template","owner":"encounter","description":"Project template for decomp-toolkit","archived":false,"fork":false,"pushed_at":"2026-03-02T00:43:40.000Z","size":360,"stargazers_count":56,"open_issues_count":8,"forks_count":23,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-02T03:39:25.026Z","etag":null,"topics":["decompilation","disassembler","gamecube","template","wii"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/encounter.png","metadata":{"files":{"readme":"README.example.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-13T21:19:54.000Z","updated_at":"2026-03-02T00:43:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"56ff33af-0d96-49ec-8f4a-b1d61d970fd4","html_url":"https://github.com/encounter/dtk-template","commit_stats":null,"previous_names":["encounter/dtk-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/encounter/dtk-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fdtk-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fdtk-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fdtk-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fdtk-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encounter","download_url":"https://codeload.github.com/encounter/dtk-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fdtk-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30169037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["decompilation","disassembler","gamecube","template","wii"],"created_at":"2024-08-02T17:00:50.578Z","updated_at":"2026-03-06T09:34:11.076Z","avatar_url":"https://github.com/encounter.png","language":"Python","funding_links":[],"categories":["Tools and Libraries"],"sub_categories":[],"readme":"Some Game  \n[![Build Status]][actions] [![Code Progress]][progress] [![Data Progress]][progress] [![Discord Badge]][discord]\n=============\n\n\u003c!--\nReplace with your repository's URL.\n--\u003e\n[Build Status]: https://github.com/zeldaret/tww/actions/workflows/build.yml/badge.svg\n[actions]: https://github.com/zeldaret/tww/actions/workflows/build.yml\n\u003c!--\ndecomp.dev progress badges\nSee https://decomp.dev/api for an API overview.\n--\u003e\n[Code Progress]: https://decomp.dev/zeldaret/tww.svg?mode=shield\u0026measure=code\u0026label=Code\n[Data Progress]: https://decomp.dev/zeldaret/tww.svg?mode=shield\u0026measure=data\u0026label=Data\n[progress]: https://decomp.dev/zeldaret/tww\n\u003c!--\nReplace with your Discord server's ID and invite URL.\n--\u003e\n[Discord Badge]: https://img.shields.io/discord/727908905392275526?color=%237289DA\u0026logo=discord\u0026logoColor=%23FFFFFF\n[discord]: https://discord.gg/hKx3FJJgrV\n\nA work-in-progress decompilation of Some Game.\n\nThis repository does **not** contain any game assets or assembly whatsoever. An existing copy of the game is required.\n\nSupported versions:\n\n- `GAMEID`: Rev 0 (USA)\n\nDependencies\n============\n\nWindows\n--------\n\nOn Windows, it's **highly recommended** to use native tooling. WSL or msys2 are **not** required.  \nWhen running under WSL, [objdiff](#diffing) is unable to get filesystem notifications for automatic rebuilds.\n\n- Install [Python](https://www.python.org/downloads/) and add it to `%PATH%`.\n  - Also available from the [Windows Store](https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K).\n- Download [ninja](https://github.com/ninja-build/ninja/releases) and add it to `%PATH%`.\n  - Quick install via pip: `pip install ninja`\n\nmacOS\n------\n\n- Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages):\n\n  ```sh\n  brew install ninja\n  ```\n\n[wibo](https://github.com/decompals/wibo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used.\n\nLinux\n------\n\n- Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages).\n\n[wibo](https://github.com/decompals/wibo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used.\n\nBuilding\n========\n\n- Clone the repository:\n\n  ```sh\n  git clone https://github.com/my/repo.git\n  ```\n\n- Copy your game's disc image to `orig/GAMEID`.\n  - Supported formats: ISO (GCM), RVZ, WIA, WBFS, CISO, NFS, GCZ, TGC\n  - After the initial build, the disc image can be deleted to save space.\n\n- Configure:\n\n  ```sh\n  python configure.py\n  ```\n\n  To use a version other than `GAMEID` (USA), specify it with `--version`.\n\n- Build:\n\n  ```sh\n  ninja\n  ```\n\nDiffing\n=======\n\nOnce the initial build succeeds, an `objdiff.json` should exist in the project root.\n\nDownload the latest release from [encounter/objdiff](https://github.com/encounter/objdiff). Under project settings, set `Project directory`. The configuration should be loaded automatically.\n\nSelect an object from the left sidebar to begin diffing. Changes to the project will rebuild automatically: changes to source files, headers, `configure.py`, `splits.txt` or `symbols.txt`.\n\n![](assets/objdiff.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Fdtk-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencounter%2Fdtk-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Fdtk-template/lists"}