{"id":18555946,"url":"https://github.com/rlbot/rlbot-rust","last_synced_at":"2025-04-10T00:30:53.480Z","repository":{"id":57661014,"uuid":"147008189","full_name":"RLBot/rlbot-rust","owner":"RLBot","description":"RLBot for Rust","archived":false,"fork":false,"pushed_at":"2020-07-01T20:00:26.000Z","size":319,"stargazers_count":21,"open_issues_count":5,"forks_count":5,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-24T13:51:16.356Z","etag":null,"topics":["rlbot","rocket-league"],"latest_commit_sha":null,"homepage":"https://docs.rs/rlbot","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RLBot.png","metadata":{"files":{"readme":"README-crates-io.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-01T15:05:29.000Z","updated_at":"2024-08-28T02:25:10.000Z","dependencies_parsed_at":"2022-09-14T22:00:25.186Z","dependency_job_id":null,"html_url":"https://github.com/RLBot/rlbot-rust","commit_stats":null,"previous_names":["whatisaphone/rlbot-rust"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RLBot%2Frlbot-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RLBot%2Frlbot-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RLBot%2Frlbot-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RLBot%2Frlbot-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RLBot","download_url":"https://codeload.github.com/RLBot/rlbot-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248134935,"owners_count":21053571,"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":["rlbot","rocket-league"],"created_at":"2024-11-06T21:28:29.510Z","updated_at":"2025-04-10T00:30:52.926Z","avatar_url":"https://github.com/RLBot.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/whatisaphone/rlbot-rust/raw/master/assets/logo.png\" height=\"128\" /\u003e rlbot\n\n[![crates.io](https://img.shields.io/crates/v/rlbot.svg)](https://crates.io/crates/rlbot)\n[![docs](https://docs.rs/rlbot/badge.svg)](https://docs.rs/rlbot/)\n[![Build Status](https://travis-ci.org/whatisaphone/rlbot-rust.svg?branch=master)](https://travis-ci.org/whatisaphone/rlbot-rust)\n\n[RLBot] is a framework for creating offline Rocket League bots. This crate lets\nyou write bots using a simple, safe interface that should feel comfortable to\nRust developers.\n\n**Documentation:** [We have it.](https://docs.rs/rlbot/)\n\n**Stability:** As you might notice, we're still on version 0.x. Breaking changes\nare still possible at this stage. Join the [Discord] to keep up-to-date!\n\n**Compatibility**: We target the latest version of RLBot, and the latest stable\nversion of Rust.\n\n[RLBot]: https://github.com/RLBot/RLBot\n[Discord]: https://discordapp.com/invite/XhrQGf\n\n## Usage\n\nYour code will look a little something like this:\n\n```rust\nuse rlbot::ffi;\n\nfn main() -\u003e Result\u003c(), Box\u003cError\u003e\u003e {\n    rlbot::run_bot(MyBot { /* ... */ })\n}\n\nstruct MyBot { /* ... */ }\n\nimpl rlbot::Bot for MyBot {\n    fn tick(\u0026mut self, packet: \u0026ffi::LiveDataPacket) -\u003e ffi::PlayerInput {\n        // ...\n    }\n}\n```\n\nThis library comes with plenty of examples to get you started. For a list of\nexamples, check out the [docs].\n\n[docs]: https://docs.rs/rlbot/\n\n### Installing the framework\n\nRLBot is needed to use this RLBot binding, of course. If the framework is not\nfound in any of Windows's [DLL search locations], `init()` will return this\nerror:\n\n[DLL search locations]: https://docs.microsoft.com/en-us/windows/desktop/dlls/dynamic-link-library-search-order#standard-search-order-for-desktop-applications\n\n```text\nOs { code: 2, kind: NotFound, message: \"The system cannot find the file specified.\" }\n```\n\nRLBot is written in Python, so you can get a copy with `pip`:\n\n```sh\npip install rlbot\n```\n\nThen add RLBot's DLL directory to your `PATH`. On my system it ended up here:\n\n```sh\nC:\\Python36\\Lib\\site-packages\\rlbot\\dll\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlbot%2Frlbot-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlbot%2Frlbot-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlbot%2Frlbot-rust/lists"}