{"id":20410132,"url":"https://github.com/pieking1215/rust-pxtone","last_synced_at":"2025-04-12T15:53:24.275Z","repository":{"id":62443140,"uuid":"400899332","full_name":"PieKing1215/rust-pxtone","owner":"PieKing1215","description":"High level bindings to pxtone for Rust","archived":false,"fork":false,"pushed_at":"2024-02-27T07:36:43.000Z","size":353,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T10:21:31.717Z","etag":null,"topics":["audio","music","pxtone","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PieKing1215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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-08-28T22:08:00.000Z","updated_at":"2023-03-11T16:36:16.000Z","dependencies_parsed_at":"2024-02-20T08:36:48.945Z","dependency_job_id":null,"html_url":"https://github.com/PieKing1215/rust-pxtone","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PieKing1215%2Frust-pxtone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PieKing1215%2Frust-pxtone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PieKing1215%2Frust-pxtone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PieKing1215%2Frust-pxtone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PieKing1215","download_url":"https://codeload.github.com/PieKing1215/rust-pxtone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248592173,"owners_count":21130201,"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":["audio","music","pxtone","rust"],"created_at":"2024-11-15T05:44:46.408Z","updated_at":"2025-04-12T15:53:24.251Z","avatar_url":"https://github.com/PieKing1215.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003erust-pxtone\u003cbr\u003e\n  \u003ca href=\"https://github.com/PieKing1215/rust-pxtone/actions/workflows/rust_build_test.yml\"\u003e\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/PieKing1215/rust-pxtone/rust_build_test.yml\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/pxtone\"\u003e\u003cimg alt=\"Crates.io\" src=\"https://img.shields.io/crates/v/pxtone\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/PieKing1215/rust-pxtone/commits/master\"\u003e\u003cimg alt=\"GitHub commits since latest release\" src=\"https://img.shields.io/github/commits-since/PieKing1215/rust-pxtone/latest\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\nHigh level bindings to pxtone for Rust\n\n_(note: the current release on crates.io is very outdated because I'm in the middle of a big refactor)_\n\nRun `cargo run --release --example full_playback` for a demo.\u003cbr\u003e\nSee [examples/](examples/) for sample code.\n\nThis project adds extra layers on top of the original pxtone library in order to provide a more Rust-friendly API.\u003cbr\u003e\nFor low-level bindings, see [rust-pxtone-sys](https://github.com/PieKing1215/rust-pxtone-sys).\n\nThe code is structured into an [`interface`](https://github.com/PieKing1215/rust-pxtone/tree/master/src/pxtone/interface) module and an [`og_impl`](https://github.com/PieKing1215/rust-pxtone/tree/master/src/pxtone/og_impl) module.\u003cbr\u003eThe idea is that the `interface` module contains all of the traits and structure that define the API, and the `og_impl` module contains an implementation of these traits using the original pxtone library via [rust-pxtone-sys](https://github.com/PieKing1215/rust-pxtone-sys).\u003cbr\u003e\n(The `og_impl` module is controlled by the feature \"og-impl\" which is on by default)\u003cbr\u003e\n\nWork is also being done on an entirely Rust implementation of this interface, located on the [`wip-rust-impl`](https://github.com/PieKing1215/rust-pxtone/tree/wip-rust-impl) branch, but it's still very WIP.\n\n## License\n\n[pxtone](https://pxtone.org/) © [STUDIO PIXEL](https://studiopixel.jp)\n\nrust-pxtone licensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieking1215%2Frust-pxtone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpieking1215%2Frust-pxtone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieking1215%2Frust-pxtone/lists"}