{"id":17537718,"url":"https://github.com/bates64/mupen64plus-rs","last_synced_at":"2025-10-11T21:39:40.987Z","repository":{"id":57642108,"uuid":"406311672","full_name":"bates64/mupen64plus-rs","owner":"bates64","description":"High-level Rust bindings to the Mupen64Plus Core API","archived":false,"fork":false,"pushed_at":"2024-01-19T15:45:33.000Z","size":1063,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-11T21:39:40.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bates64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-09-14T09:52:20.000Z","updated_at":"2025-06-03T21:22:02.000Z","dependencies_parsed_at":"2024-02-02T03:06:23.047Z","dependency_job_id":"c88b330e-cdb1-49e1-8540-dc03ee7fd473","html_url":"https://github.com/bates64/mupen64plus-rs","commit_stats":null,"previous_names":["bates64/mupen64plus-rs","nanaian/mupen64plus-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bates64/mupen64plus-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bates64%2Fmupen64plus-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bates64%2Fmupen64plus-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bates64%2Fmupen64plus-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bates64%2Fmupen64plus-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bates64","download_url":"https://codeload.github.com/bates64/mupen64plus-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bates64%2Fmupen64plus-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008836,"owners_count":26084517,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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-20T20:42:35.628Z","updated_at":"2025-10-11T21:39:40.972Z","avatar_url":"https://github.com/bates64.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mupen64plus\n\n[![crates.io badge][crates-io-badge]][crates-io-url]\n[![docs.rs badge][docs-rs-badge]][docs-rs-url]\n\n[crates-io-badge]: https://img.shields.io/crates/v/mupen64plus.svg\n[crates-io-url]: https://crates.io/crates/mupen64plus\n[docs-rs-badge]: https://docs.rs/mupen64plus/badge.svg\n[docs-rs-url]: https://docs.rs/mupen64plus\n\nHigh-level Rust bindings to the [Mupen64Plus Core API](https://mupen64plus.org/wiki/index.php?title=Mupen64Plus_v2.0_Core_API_v1.0#Core_API).\n\n```rs\nuse mupen64plus::{Core, Plugin};\n\nlet core = Core::load_from_directory(\u0026path)\n    .or_else(|_| Core::load_from_system())?;\n\nlet mut mupen = core.start(Some(\u0026path), Some(\u0026path))?;\n\nmupen.open_rom(\u0026mut load_rom()?)?;\n\nfor name in \u0026[\"video-glide64mk2\", \"audio-sdl\", \"input-sdl\", \"rsp-hle\"] {\n    let p = format!(\"mupen64plus-{}.{}\", name, std::env::consts::DLL_EXTENSION);\n    mupen.attach_plugin(Plugin::load_from_path(p)?)?;\n}\n\nmupen.execute()?;\n```\n\nA more detailed example can be found [here](examples/frontend.rs), which can be run with:\n```bash\ncargo run --example frontend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbates64%2Fmupen64plus-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbates64%2Fmupen64plus-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbates64%2Fmupen64plus-rs/lists"}