{"id":13435347,"url":"https://github.com/midgen/UnrealFastNoise","last_synced_at":"2025-03-18T02:31:43.207Z","repository":{"id":179693057,"uuid":"66549544","full_name":"midgen/UnrealFastNoise","owner":"midgen","description":"Modular, Blueprint-friendly noise generation for UE4","archived":false,"fork":false,"pushed_at":"2024-10-14T06:55:44.000Z","size":931,"stargazers_count":256,"open_issues_count":2,"forks_count":64,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-10-27T17:26:13.357Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/midgen.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":"2016-08-25T10:42:19.000Z","updated_at":"2024-10-23T01:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fa39e7b-328a-496c-aa00-3eb82c48a410","html_url":"https://github.com/midgen/UnrealFastNoise","commit_stats":null,"previous_names":["midgen/unrealfastnoise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midgen%2FUnrealFastNoise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midgen%2FUnrealFastNoise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midgen%2FUnrealFastNoise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midgen%2FUnrealFastNoise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/midgen","download_url":"https://codeload.github.com/midgen/UnrealFastNoise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244144052,"owners_count":20405328,"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-07-31T03:00:35.038Z","updated_at":"2025-03-18T02:31:43.200Z","avatar_url":"https://github.com/midgen.png","language":"C++","funding_links":[],"categories":["Utilities","Materials, Shaders (Global, Compute, etc..) :","Assets","Game Development"],"sub_categories":["Videos","Editor Extensions","Unreal Engine: Resources"],"readme":"# UnrealFastNoise\n### Modular, Blueprint-friendly noise generation for UE4\n\nConsists of a wrapper and blueprint utility functions around noise generation code from https://github.com/Auburns/FastNoise.\n\nProvides a modular system for mixing noise generators in Blueprint. \n\nNote that the returned noisegenerator UOBJECT must be held in a variable to about being GC'ed.\n\nModules :\n\n* NoiseGenerator - The main noise generator.\n* SelectModule - Select from two different modules using a 3rd as a mask. Supports interpolation.\n* 3SelectModule - Select from 3 different modules using a 4th as a mask.\n* BlendModule - Blends between two different modules using a 3rd.\n* ScaleBiasModule - Multiplies/Adds values from input module.\n* WarpModule - Applies domain warping to the input module.\n* AddModule - Adds two input module values together.\n* ConstantModule - Returns a constant value.\n* Simple/Fractal/Cellular Modules - More focused versions of NoiseGenerator (same code, just simpler nodes)\n* RadialModule - Blends between 2 input modules based on distance from a given point.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidgen%2FUnrealFastNoise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidgen%2FUnrealFastNoise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidgen%2FUnrealFastNoise/lists"}