{"id":15388552,"url":"https://github.com/deebloo/modernart","last_synced_at":"2025-04-06T01:40:55.678Z","repository":{"id":16891081,"uuid":"19651773","full_name":"deebloo/ModernArt","owner":"deebloo","description":"Create Randomized \"Modern\" art with Kinetic Js.","archived":false,"fork":false,"pushed_at":"2015-05-21T18:05:54.000Z","size":716,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T07:53:41.255Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deebloo.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}},"created_at":"2014-05-10T20:52:15.000Z","updated_at":"2015-05-20T20:40:29.000Z","dependencies_parsed_at":"2022-08-25T11:50:53.752Z","dependency_job_id":null,"html_url":"https://github.com/deebloo/ModernArt","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/deebloo%2FModernArt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2FModernArt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2FModernArt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2FModernArt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deebloo","download_url":"https://codeload.github.com/deebloo/ModernArt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423492,"owners_count":20936622,"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-10-01T14:57:14.047Z","updated_at":"2025-04-06T01:40:55.637Z","avatar_url":"https://github.com/deebloo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ModernArt\n=============\n\nCreate Randomized \"Modern\" art with Kinetic Js.\n\nFun little learning project for Kinetic js.\n\n```JS\nvar height = window.screen.availHeight,\n    width  = window.screen.availWidth;\n\n// Create new Kinetic State\nvar stage = new Kinetic.Stage({\n  container: 'container',\n  width: width,\n  height: height\n});\n  \n// Create new Art object\nvar art = new Art({\n  stage: stage,\n  colors: ['#006699', '#a60000', '#000000', '#613400', '#035900', '#e04b00', '#858585', '#528ef0']\n});\n  \n// generate the art!!!!\nart.create();\n  \n// shuffle art to new positions\nwindow.setInterval(function() {\n\n  art.shuffle();\n\n}, 3000);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fmodernart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeebloo%2Fmodernart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fmodernart/lists"}