{"id":35361458,"url":"https://github.com/secharvet/imsidplayer","last_synced_at":"2026-01-31T04:04:37.064Z","repository":{"id":329848158,"uuid":"1120304190","full_name":"secharvet/imsidplayer","owner":"secharvet","description":"A modern, lightweight, and cross-platform Commodore 64 SID music player built with C++20 and Dear ImGui","archived":false,"fork":false,"pushed_at":"2026-01-24T23:16:09.000Z","size":7045,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-25T08:42:49.748Z","etag":null,"topics":["audio","commodore-64","imgui","retro","sid-player"],"latest_commit_sha":null,"homepage":"","language":"C++","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/secharvet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG_v0.0.23.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-20T23:11:12.000Z","updated_at":"2026-01-24T23:11:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/secharvet/imsidplayer","commit_stats":null,"previous_names":["secharvet/imsidplayer"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/secharvet/imsidplayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secharvet%2Fimsidplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secharvet%2Fimsidplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secharvet%2Fimsidplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secharvet%2Fimsidplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secharvet","download_url":"https://codeload.github.com/secharvet/imsidplayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secharvet%2Fimsidplayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28928712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["audio","commodore-64","imgui","retro","sid-player"],"created_at":"2026-01-02T00:24:45.205Z","updated_at":"2026-01-31T04:04:37.020Z","avatar_url":"https://github.com/secharvet.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imSid Player\n\n**Alpha - Work In Progress**\n\nA SID file (Commodore 64) player for Linux and Windows with a modern graphical interface using ImGui.\n\n![Screenshot](Screenshot.png)\n\n## Download\n\n📦 **[Download latest release](https://github.com/secharvet/imsidplayer/releases/latest)**\n\n\u003e **Built from source on GitHub CI** - All releases are automatically built from public source code using GitHub Actions. SHA256 hashes are available in the release assets for verification.\n\n### ⚠️ Windows SmartScreen Warning\n\n**imSidPlayer is an unsigned indie executable.** \n\nTo run it:\n1. Click **\"More info\"**\n2. Click **\"Run anyway\"**\n\nSource code is public and reproducible via GitHub Actions. Enjoy! 🎵\n\n✨ Key Features\n\n- **High-Quality SID Emulation**: Accurate playback of classic C64 sound chips (6581/8580).\n- **ImGui-Powered UI**: A fast, customizable, and clutter-free interface.\n- **Library Management**: Easily browse large collections of SID files with a hierarchical tree view.\n- **Rating System**: Integrated star rating system to keep track of your favorite tracks.\n- **Playlist Support**: Create and manage custom playlists.\n- **Voice Analysis**: 3 parallel engines with individual voice control and real-time oscilloscopes.\n- **Smart Search**: Fuzzy search with metadata indexing and filters (author, year).\n- **Cross-Platform**: Designed to be compiled and run on Linux, Windows, and macOS.\n\n## Quick Start\n\n### Prerequisites\n\n```bash\n# Ubuntu/Debian\nsudo apt-get install -y build-essential cmake libsdl2-dev libsdl2-image-dev libsidplayfp-dev pkg-config\n```\n\n### Build\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake -j$(nproc)\n./bin/imSidPlayer\n```\n\n## Configuration\n\nConfiguration files are stored in `~/.imsidplayer/`:\n- `config.txt` - Application settings\n- `background/` - Background images directory\n- `database.json` - SID metadata library\n\nYou can drag \u0026 drop images anywhere in the application to add them to the background library.\n\n🛠️ Technical Stack\n\n- **Language**: C++20\n- **UI Framework**: Dear ImGui\n- **Audio Backend**: SDL2\n- **SID Engine**: libsidplayfp (with ReSIDfpBuilder)\n- **JSON Serialization**: Glaze\n- **Logging**: Quill (asynchronous logging library)\n\n## Technical Details\n\n### Multi-engine Architecture\n\nThe player uses 3 parallel SID engines for voice isolation:\n- Each engine analyzes one voice while muting the others\n- Audio is manually mixed from the 3 engines\n- All engines play synchronously, even when muted (for oscilloscope analysis)\n\n### Dependencies\n\n- **ImGui** - GUI framework (git submodule)\n- **SDL2** - Window and audio backend\n- **SDL2_image** - Image loading\n- **libsidplayfp** - SID file playback engine\n- **Glaze** - JSON serialization for metadata database\n- **Quill** - Asynchronous logging library\n\n## License\n\nThis project uses:\n- **ImGui** : MIT License\n- **SDL2** : zlib License\n- **SDL2_image** : zlib License\n- **libsidplayfp** : GPL v2+\n- **Glaze** : MIT License\n- **Quill** : MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecharvet%2Fimsidplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecharvet%2Fimsidplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecharvet%2Fimsidplayer/lists"}