{"id":16020573,"url":"https://github.com/cestef/piano-visualizer","last_synced_at":"2026-06-23T07:31:20.638Z","repository":{"id":109467757,"uuid":"590480650","full_name":"cestef/piano-visualizer","owner":"cestef","description":"Oddly-made led-visualization software for my piano","archived":false,"fork":false,"pushed_at":"2023-01-18T14:34:08.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T05:28:02.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/cestef.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":"2023-01-18T14:14:20.000Z","updated_at":"2024-08-02T13:21:34.000Z","dependencies_parsed_at":"2023-05-17T23:30:14.442Z","dependency_job_id":null,"html_url":"https://github.com/cestef/piano-visualizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cestef/piano-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fpiano-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fpiano-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fpiano-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fpiano-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cestef","download_url":"https://codeload.github.com/cestef/piano-visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fpiano-visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34680620,"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-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2024-10-08T17:41:51.455Z","updated_at":"2026-06-23T07:31:20.619Z","avatar_url":"https://github.com/cestef.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Piano Visualizer\n### Oddly-made led-visualization software for my piano\n\nThis is very much WIP. Feel free to submit PRs to fix ugly code or whatever, since I am pretty new to Rust.\n\n## :warning: WARNING: This is a mess to cross compile !\n\n### Cross-compiling\n\nYou will first need a linker for `arm-unknown-gnueabi`, you can find many on [Github](https://github.com/search?q=toolchain+arm) for your host OS.\n\nYou will also need to retrieve the following libraries via for example a docker container with the same arch as the target:\n\n- `libportmidi.so`\n- `libusb.so`\n- `libasound.so.2`\n\nand any library that the previous depend on.\n\nThese libraries must be placed most of the time at `/path/to/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/lib`\n\nYou can then specify your linker in the `.cargo/config.toml` file:\n\n```yaml\n[target.arm-unknown-linux-gnueabi]\nlinker = \"/path/to/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc\"\n```\n\nThere are scripts included to make your life easier when you want to deploy to a Raspberry-PI for example.\n\n- `deploy.py`: Build, deploy and run a Rust program on a remote machine\n- `env.sh`: Run this script before building. Sets the required environment variables for cargo etc.\n\n### Web UI\n\nThe web ui is very very very very simple. It just allows you to interact with the REST API provided by the Rust program (eg. change the color mode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcestef%2Fpiano-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcestef%2Fpiano-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcestef%2Fpiano-visualizer/lists"}