{"id":21928101,"url":"https://github.com/depp/thornmarked","last_synced_at":"2025-06-29T13:03:17.127Z","repository":{"id":140487841,"uuid":"318099001","full_name":"depp/thornmarked","owner":"depp","description":"Game for N64","archived":false,"fork":false,"pushed_at":"2020-12-14T23:19:50.000Z","size":63232,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"trunk","last_synced_at":"2025-04-19T19:37:35.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-03T06:35:01.000Z","updated_at":"2024-02-17T21:48:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e070a04d-9043-46cc-9419-96e0015915a7","html_url":"https://github.com/depp/thornmarked","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/depp/thornmarked","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Fthornmarked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Fthornmarked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Fthornmarked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Fthornmarked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depp","download_url":"https://codeload.github.com/depp/thornmarked/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Fthornmarked/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262598140,"owners_count":23334667,"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":[],"created_at":"2024-11-28T22:20:41.620Z","updated_at":"2025-06-29T13:03:17.109Z","avatar_url":"https://github.com/depp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thornmarked\n\nThis is an attempt to make a game for Nintendo 64 by Dietrich Epp and Alastair Low for the [2020 N64brew Game Jam](https://www.youtube.com/watch?v=iOfIlATiGR4).\n\nThe game jam deadline is Sunday, December 13, 2020.\n\n## Building\n\nBuilding requires the following prerequisites:\n\n- [Bazel](https://bazel.build/) 3.7.0\n- [Pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)\n- [SoX](http://sox.sourceforge.net/)\n- [FLAC](https://xiph.org/flac/)\n- [AssImp](https://www.assimp.org/)\n- [FreeType](https://www.freetype.org/)\n- A MIPS toolchain installed in `/opt/n64` with the prefix `mips32-elf`\n\n### MIPS Toolchain\n\nSee [Building GCC](https://n64brew.dev/wiki/Building_GCC).\n\n### Debian / Ubuntu / etc.\n\nGet a Bazel .deb package from [GitHub releases page](https://github.com/bazelbuild/bazel/releases).\n\n```shell\nsudo apt install sox flac libassimp-dev libfreetype-dev\n```\n\n### macOS\n\nUse Homebrew.\n\n```shell\nbrew install bazel sox flac assimp freetype\n```\n\n## Capture\n\nWhen capturing video from Mupen64Plus, the video will look desaturated and dark compared to a real TV. These are encoding parameters that attempt to fix it:\n\n```shell\nffmpeg -i \u003cin.mkv\u003e -codec:v libx264\n    -filter:v eq=gamma=1.5:contrast=1.1:saturation=1.5\n    -pix_fmt yuv420p -profile:v high -crf 20\n    \u003cout.mp4\u003e\n```\n\nThese corrections were done by eye so they may be inaccurate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepp%2Fthornmarked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepp%2Fthornmarked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepp%2Fthornmarked/lists"}