{"id":14961110,"url":"https://github.com/keijiro/kinoeight","last_synced_at":"2025-05-16T18:09:15.642Z","repository":{"id":50506171,"uuid":"226826624","full_name":"keijiro/KinoEight","owner":"keijiro","description":"8 bit-ish style post-processing effect for Unity","archived":false,"fork":false,"pushed_at":"2024-12-27T01:18:08.000Z","size":223,"stargazers_count":148,"open_issues_count":0,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-15T14:18:48.350Z","etag":null,"topics":["8bit","effect","postprocessing","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keijiro.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":"2019-12-09T08:53:03.000Z","updated_at":"2025-04-21T23:32:02.000Z","dependencies_parsed_at":"2025-02-28T13:14:22.772Z","dependency_job_id":"99746185-428e-4bf3-b01d-234e1bebc60f","html_url":"https://github.com/keijiro/KinoEight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keijiro%2FKinoEight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keijiro%2FKinoEight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keijiro%2FKinoEight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keijiro%2FKinoEight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keijiro","download_url":"https://codeload.github.com/keijiro/KinoEight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582907,"owners_count":22095518,"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":["8bit","effect","postprocessing","unity","unity3d"],"created_at":"2024-09-24T13:23:53.104Z","updated_at":"2025-05-16T18:09:15.602Z","avatar_url":"https://github.com/keijiro.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"KinoEight\n=========\n\n![gif](https://i.imgur.com/KJ4pgJ3.gif)\n![gif](https://i.imgur.com/gSs1Lc4.gif)\n\n**KinoEight** is a custom post-processing effect that gives an 8 bit-ish style\nto renders.\n\nSystem requirements\n-------------------\n\n- Unity 2019.3\n- HDRP 7.1\n\nHow To Install\n--------------\n\nThis package uses the [scoped registry] feature to resolve package\ndependencies. Please add the following sections to the manifest file\n(Packages/manifest.json).\n\n[scoped registry]: https://docs.unity3d.com/Manual/upm-scoped.html\n\nTo the `scopedRegistries` section:\n\n```\n{\n  \"name\": \"Keijiro\",\n  \"url\": \"https://registry.npmjs.com\",\n  \"scopes\": [ \"jp.keijiro\" ]\n}\n```\n\nTo the `dependencies` section:\n\n```\n\"jp.keijiro.kino.post-processing.eight\": \"1.0.0\"\n```\n\nAfter changes, the manifest file should look like below:\n\n```\n{\n  \"scopedRegistries\": [\n    {\n      \"name\": \"Keijiro\",\n      \"url\": \"https://registry.npmjs.com\",\n      \"scopes\": [ \"jp.keijiro\" ]\n    }\n  ],\n  \"dependencies\": {\n    \"jp.keijiro.kino.post-processing.eight\": \"1.0.0\",\n    ...\n```\n\nEight Color effect\n------------------\n\n![eight color](https://i.imgur.com/gqqSnl6.png)\n\nThe **Eight Color** is a color reduction effect with an eight-color palette.\nYou can use the Dithering option to soften bandings with a low-resolution\ndithering pattern. You can also use the Downsampling option to pixelate the\ninput image.\n\nTiled Palette effect\n--------------------\n\n![tiled palette](https://i.imgur.com/qJ6OWwl.png)\n\nMany of the old 8-bit consoles/computers manage palettes per small (like 8x8 or\n16x16) tiles. This limitation introduces an artifact called [attribute clash].\n\n[attribute clash]: https://en.wikipedia.org/wiki/Attribute_clash\n\nThe Tiled Palette effect imitates this artifact. It splits the screen into 8x8\nblocks and applies two given palettes. It compares how match they are and\nselect the best-matching one.\n\nYou can use the dithering and downsampling options as well. There is also a\nGlitch parameter that adds random glitches to the output image.\n\n![glitch](https://i.imgur.com/Pnl5a3Q.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeijiro%2Fkinoeight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeijiro%2Fkinoeight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeijiro%2Fkinoeight/lists"}