{"id":19255020,"url":"https://github.com/sciss/anemone_15b3c-video","last_synced_at":"2026-06-13T06:32:53.822Z","repository":{"id":136640306,"uuid":"42550957","full_name":"Sciss/anemone_15b3c-video","owner":"Sciss","description":"Mirror of https://codeberg.org/sciss/anemone_15b3c-video","archived":false,"fork":false,"pushed_at":"2016-05-28T08:10:55.000Z","size":634,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-14T06:32:13.353Z","etag":null,"topics":["art","digital-art"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":false,"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/Sciss.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-15T22:42:36.000Z","updated_at":"2025-02-22T01:08:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"86650e6e-11a2-4465-a079-a1efde2909db","html_url":"https://github.com/Sciss/anemone_15b3c-video","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sciss/anemone_15b3c-video","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sciss%2Fanemone_15b3c-video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sciss%2Fanemone_15b3c-video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sciss%2Fanemone_15b3c-video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sciss%2Fanemone_15b3c-video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sciss","download_url":"https://codeload.github.com/Sciss/anemone_15b3c-video/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sciss%2Fanemone_15b3c-video/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34275067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","digital-art"],"created_at":"2024-11-09T18:37:19.851Z","updated_at":"2026-06-13T06:32:53.805Z","avatar_url":"https://github.com/Sciss.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anemone_15b3c-video\n\n(C)opyright 2015\u0026ndash;2016 Hanns Holger Rutz. All rights reserved. Published under\nthe GNU General Public License v2+.\n\n\u003cimg src=\"screenshot.jpg\" alt=\"screenshot\" width=\"512\" height=\"384\"/\u003e\n\n## sbt problem\n\nThere was a dependency resolution problem for `processing` with sbt 0.13.9. You may have run sbt twice.\nWe now use sbt 0.13.11, problem is probably gone.\n\n## processing/gstreamer\n\n- Processing 2 relies on Gstreamer 0.10, which is not available in Debian testing (Stretch).\n- Processing 3 has a new -video library which when building from source in theory has a Gstreamer 1.x\n  branch. However that project has a horrible build file, and published Maven artifacts for\n  Processing 3 seem to be broken\n- The best solution seems to be to install Gstreamer 0.10 on Debian Stretch which according to\n  Internet sources can live happily next to Gstreamer 1.0.\n- The following .deb files were downloaded from https://pkgs.org , using Jessie versions:\n   - gstreamer-0.10-gconf\n   - gstreamer-0.10-plugins-base\n   - libgstreamer0.10-0\n   - libgstreamer-plugins-base0.10-0\n- After installing these packages with `dpkg -i`, using `sbt \"run --list\"` works\n\n## keyboard control\n\nThere are two modes, 'render' and 'adjust'. System starts in 'render'. Pressing \u003ckbd\u003eA\u003c/kbd\u003e toggles\nbetween these two modes.\n\n### adjust\n\n- \u003ckbd\u003eA\u003c/kbd\u003e leave adjustment mode, prints current values\n- \u003ckbd\u003eSpace\u003c/kbd\u003e cycle image corner to adjust (four corners)\n- \u003ckbd\u003eLeft\u003c/kbd\u003e, \u003ckbd\u003eRight\u003c/kbd\u003e, \u003ckbd\u003eUp\u003c/kbd\u003e, \u003ckbd\u003eDown\u003c/kbd\u003e adjust corner\n\n### render\n\n- \u003ckbd\u003eA\u003c/kbd\u003e enter adjustment mode\n- \u003ckbd\u003eEscape\u003c/kbd\u003e reset state to black, no timer\n- \u003ckbd\u003eEnter\u003c/kbd\u003e start program / timer\n- \u003ckbd\u003eRight\u003c/kbd\u003e stop program, select next algorithm\n- \u003ckbd\u003eRight\u003c/kbd\u003e stop program, select previous algorithm\n- \u003ckbd\u003eUp\u003c/kbd\u003e increase noise\n- \u003ckbd\u003eDown\u003c/kbd\u003e decrease noise\n- \u003ckbd\u003e1\u003c/kbd\u003e to \u003ckbd\u003e9\u003c/kbd\u003e select algorithm\n- \u003ckbd\u003e0\u003c/kbd\u003e select black algorithm \n- \u003ckbd\u003eControl\u003c/kbd\u003e-\u003ckbd\u003eShift\u003c/kbd\u003e-\u003ckbd\u003eF\u003c/kbd\u003e toggle full screen\n- \u003ckbd\u003eControl\u003c/kbd\u003e-\u003ckbd\u003eQ\u003c/kbd\u003e quit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciss%2Fanemone_15b3c-video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciss%2Fanemone_15b3c-video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciss%2Fanemone_15b3c-video/lists"}