{"id":13433528,"url":"https://github.com/vcync/frameV","last_synced_at":"2025-03-17T12:31:54.564Z","repository":{"id":42123909,"uuid":"259579804","full_name":"vcync/frameV","owner":"vcync","description":"Framed Visuals: collaborative generative art.","archived":true,"fork":false,"pushed_at":"2023-01-12T12:21:38.000Z","size":411,"stargazers_count":23,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2024-10-28T16:12:40.809Z","etag":null,"topics":["art","canvas2d","collaborative","generative-art","svg","webgl"],"latest_commit_sha":null,"homepage":"https://framev.vcync.gl/","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/vcync.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":"2020-04-28T08:40:53.000Z","updated_at":"2024-08-06T23:48:15.000Z","dependencies_parsed_at":"2023-02-09T11:47:05.462Z","dependency_job_id":null,"html_url":"https://github.com/vcync/frameV","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/vcync%2FframeV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcync%2FframeV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcync%2FframeV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcync%2FframeV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vcync","download_url":"https://codeload.github.com/vcync/frameV/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244033866,"owners_count":20387015,"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":["art","canvas2d","collaborative","generative-art","svg","webgl"],"created_at":"2024-07-31T02:01:28.361Z","updated_at":"2025-03-17T12:31:53.863Z","avatar_url":"https://github.com/vcync.png","language":"JavaScript","readme":"# frameV\nFramed Visuals: collaborative generative art.\n\n## What is frameV?\nframeV is a collaborative platform to display artworks that are rendered in the browser.\nIt is open source and anybody can submit their work.\nThe works are randomly selected from a pre-approved list and refreshes currently every 60 seconds.\n\n## Why the browser?\nThe web is open, accessible, and runs everywhere.\nYou want to run this on your old phone as a cool art display in your house? No problem.\n\n## What is the approval process?\nSubmit a PR following the steps below.\nMaintainers will run your work, make sure it isn't malicious and you'll most likely get your work shown.\nIf there is a problem, we'll let you know via your PR.\n\n## Adding a work to frameV\n1. Create your repo\n   * Your repo should have an `index.html` file in the root. An example of a frameV repo can be found here: https://github.com/2xAA/frame-v-squares\n   * You can use any method to create animations (SVG, Canvas2D, WebGL etc) but be wary that not everyone's devices will be the same, so performance counts.\n   * frameV will make the root of your repo available at `framev.vcync.gl/` when your work is displayed. However, if you have set the `dir` key on your work entry, the directory in _your_ repo specified with `dir` will be available at `framev.vcync.gl/` instead.\n2. Fork this repo\n3. Add a work entry in `works.json` (see the [Work entries](#work-entries) section below for more info)\n4. Create a PR back to this repo\n\n## Work entries\n\nThe `works.json` file contains an array of work entries in the following format:\n\n```javascript\n{\n  \"author\": \"2xAA\",\n  \"title\": \"Squares\",\n  \"repo\": \"https://github.com/2xAA/frame-v-squares\",\n  \"dir\": \"dist\" // (optional)\n}\n```\n\n### Dir\n\nThe `dir` key is optional and is used to specify where in *your* repo your index.html is.\n\nAn example of a working repo with the `dir` key specified in the work entry can be found here: https://github.com/2xAA/framev-unicode-wave\n\n## Requirements for running the server\n\n* node.js \u003e= 12\n\n## Running the server\n1. Clone this repo\n2. `yarn`\n3. `node index.js`\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcync%2FframeV","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvcync%2FframeV","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcync%2FframeV/lists"}