{"id":18647691,"url":"https://github.com/artcom/generative-graphics","last_synced_at":"2025-11-05T07:30:29.009Z","repository":{"id":34843843,"uuid":"107420760","full_name":"artcom/generative-graphics","owner":"artcom","description":"Generative and animated graphics. The basic motion is controlled by a Perlin Noise RGB texture.","archived":false,"fork":false,"pushed_at":"2022-12-07T08:28:27.000Z","size":1915,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-12-27T12:22:39.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/artcom.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}},"created_at":"2017-10-18T14:37:27.000Z","updated_at":"2021-03-08T21:18:52.000Z","dependencies_parsed_at":"2023-01-15T09:31:44.007Z","dependency_job_id":null,"html_url":"https://github.com/artcom/generative-graphics","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fgenerative-graphics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fgenerative-graphics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fgenerative-graphics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fgenerative-graphics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/generative-graphics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449658,"owners_count":19640560,"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-07T06:27:28.229Z","updated_at":"2025-11-05T07:30:28.967Z","avatar_url":"https://github.com/artcom.png","language":"JavaScript","readme":"# Generative Graphics\n\nGenerative and animated graphic. The basic motion of the graphic is controlled by a Perlin Noise RGB texture.\n\n## Development setup\n\n### Requirements\n\n* [Node](https://nodejs.org/en/download/)\n\n### Run\n\n```bash\nnpm install\nnpm run watch\n\nOpen http://localhost:5000/webpack-dev-server/\n```\n\n### Change textures\n\n* Noise texture:\n  * A perlin noise textures can be generated with Gimp and the [Solid Noise Plugin](https://docs.gimp.org/en/plug-in-solid-noise.html)\n    * Use the sample assets/texture_sample.xcf\n    * For each layer:\n      * Filter -\u003e Render -\u003e Clouds -\u003e Solid Noise...\n        * Check \"Tilable\"\n        * Cick \"New Seed\"\n      * Colors -\u003e Colorize... -\u003e Red/Green/Blue (One color for each layer)\n      * Layer Mode: Difference\n    * Export as png\n  * 512x512\n  * Directory: public/textures/noise\n\n\n* Color texture:\n  * 512x512\n  * Directory: public/textures/color\n\n\n* Background texture:\n  * 1920x1080\n  * Directory: public/textures/background\n\nAdd filenames in model.js constants:\n```\nexport const noiseTextures = [\n  ...,\n  \u003cadd name of noise file here\u003e\n]\n\nexport const colorTextures = [\n  ...,\n  \u003cadd name of color file here\u003e\n]\n\nexport const backgroundTextures = [\n  ...,\n  \u003cadd name of background file here\u003e\n]\n```\n\n### Change parameters\n\nOpen http://localhost:5000/webpack-dev-server/?debug=true to show the UI to change graphic parameters. Changes can be exported as presets. Presets can be added to the presets.json to make them available.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fgenerative-graphics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fgenerative-graphics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fgenerative-graphics/lists"}