Skip to content

Write Messages by Bevy Remote Protocol#23391

Merged
mockersf merged 4 commits intobevyengine:mainfrom
mockersf:messages-by-bevy_remote
Mar 18, 2026
Merged

Write Messages by Bevy Remote Protocol#23391
mockersf merged 4 commits intobevyengine:mainfrom
mockersf:messages-by-bevy_remote

Conversation

@mockersf
Copy link
Copy Markdown
Member

Objective

  • Be able to write a message through BRP

Solution

  • Add an endpoint to bevy_remote that creates a message from a payload and writes it to the world
  • Make BrpTriggerEventParams pub like all the other params for easier use

Testing

  • New test in CI

@kfc35 kfc35 added A-Dev-Tools Tools used to debug Bevy applications. D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward C-Feature A new feature, making something new possible labels Mar 17, 2026
@alice-i-cecile alice-i-cecile added the X-Uncontroversial This work is generally agreed upon label Mar 18, 2026
@kfc35 kfc35 added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Mar 18, 2026
Co-authored-by: Kevin Chen <chen.kevin.f@gmail.com>
@mockersf mockersf enabled auto-merge March 18, 2026 18:29
@mockersf mockersf added this pull request to the merge queue Mar 18, 2026
Merged via the queue into bevyengine:main with commit 27fe7af Mar 18, 2026
38 checks passed
splo pushed a commit to splo/bevy that referenced this pull request Mar 31, 2026
# Objective

- Be able to write a message through BRP

## Solution

- Add an endpoint to bevy_remote that creates a message from a payload
and writes it to the world
- Make `BrpTriggerEventParams` pub like all the other params for easier
use

## Testing

- New test in CI

---------

Co-authored-by: Kevin Chen <chen.kevin.f@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Dev-Tools Tools used to debug Bevy applications. C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it X-Uncontroversial This work is generally agreed upon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants