+
Skip to content

doup/birp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiRP

a Bevy 0.16 remote protocol (BRP) inspector with *limited* editing capabilities built using Dioxus

Build BiRP

  • Install the Dioxus CLI
  • Run the following command to build the app:
    dx bundle --release -p app_dx
  • The binary will be located in /app_dx/dist directory.

Configure Bevy

To enable the Bevy Remote Protocol (BRP) in your Bevy project, enable bevy_remote feature:

[dependencies]
bevy = { version = "0.16", features = ["bevy_remote"] }

Then add the following plugins to your game/app:

use bevy::remote::{http::RemoteHttpPlugin, RemotePlugin};

fn main() {
    App::new()
        .add_plugins(RemotePlugin::default()) // 👈 ADD THIS
        .add_plugins(RemoteHttpPlugin::default()) // 👈 ADD THIS
        .run();
}

Development

To start the dev server, run:

dx serve -p app_dx

About

A Bevy BRP inspector

Resources

Stars

Watchers

Forks

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载