{"id":20367823,"url":"https://github.com/flaxengine/fidelityfx-fsr","last_synced_at":"2025-04-12T05:36:37.262Z","repository":{"id":105039890,"uuid":"388060023","full_name":"FlaxEngine/FidelityFX-FSR","owner":"FlaxEngine","description":"AMD FidelityFX Super Resolution plugin for Flax Engine","archived":false,"fork":false,"pushed_at":"2024-10-17T17:27:43.000Z","size":13613,"stargazers_count":23,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T01:02:44.316Z","etag":null,"topics":["amd","fidelityfx","flax","flax-engine","fsr","gamedev","graphics"],"latest_commit_sha":null,"homepage":"","language":"C","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/FlaxEngine.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":"2021-07-21T09:11:14.000Z","updated_at":"2025-01-27T21:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"560964f7-ab81-4a2e-ad78-6c6d3bf2aad6","html_url":"https://github.com/FlaxEngine/FidelityFX-FSR","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/FlaxEngine%2FFidelityFX-FSR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlaxEngine%2FFidelityFX-FSR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlaxEngine%2FFidelityFX-FSR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlaxEngine%2FFidelityFX-FSR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlaxEngine","download_url":"https://codeload.github.com/FlaxEngine/FidelityFX-FSR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248524854,"owners_count":21118615,"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":["amd","fidelityfx","flax","flax-engine","fsr","gamedev","graphics"],"created_at":"2024-11-15T00:34:52.645Z","updated_at":"2025-04-12T05:36:37.244Z","avatar_url":"https://github.com/FlaxEngine.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AMD FidelityFX Super Resolution for Flax Engine\n\n![AMD FidelityFX Super Resolution for Flax Engine](amd-fsr-flax.png)\n\n[AMD Fidelity FX Super Resolution](https://gpuopen.com/fidelityfx-superresolution/) is a cutting edge super-optimize spatial upsampling technology that produces impressive image quality at fast framerates. This repository contains a plugin project for [Flax Engine](https://flaxengine.com/) games with FSR.\n\nMinimum supported Flax version: `1.2`.\n\n## Installation\n\n1. Clone repo into `\u003cgame-project\u003e\\Plugins\\FidelityFX-FSR`\n\n2. Add reference to FSR project in your game by modyfying your game `\u003cgame-project\u003e.flaxproj` as follows:\n\n\n```\n...\n\"References\": [\n    {\n        \"Name\": \"$(EnginePath)/Flax.flaxproj\"\n    },\n    {\n        \"Name\": \"$(ProjectPath)/Plugins/FidelityFX-FSR/FidelityFX-FSR.flaxproj\"\n    }\n]\n```\n\n3. Test it out!\n\n\nFinally open Flax Editor - FSR will be visible in Plugins window (under Rendering category). It implements `CustomUpscale` postFx to increase visual quality when using low-res rendering. To test it simply start the game and adjust the **Rendering Percentage** property in *Graphics Quality Window*. Use scale factors provided by AMD to achieve the best quality-performance ratio. \n\n## API\n\nFSR is implemented as a `GamePlugin` and can be accessed as follows to configure effect:\n\n```cs\nvar postFx = PluginManager.GetPlugin\u003cFSR\u003e().PostFx;\npostFx.Enabled = true; // Enable/disable effect\npostFx.Sharpness = 0.25f; // Values in range 0-2 (0=max sharpness)\nMainRenderTask.Instance.RenderingPercentage = 0.67f; // Follow AMD docs for scaling factors\n```\n\n## License\n\nBoth this plugin and FSR are released under **MIT License**.\n\n## Trademarks\n\n© 2021 Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD Arrow logo, Radeon, RDNA, Ryzen, and combinations thereof are trademarks of Advanced Micro Devices, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaxengine%2Ffidelityfx-fsr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaxengine%2Ffidelityfx-fsr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaxengine%2Ffidelityfx-fsr/lists"}