You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This contains a SPA React web app to create and edit a `bevy_impulse` diagram and an axum router to serve it.
2
6
3
7
## Setup
4
8
@@ -8,22 +12,59 @@ Install the dependencies:
8
12
pnpm install
9
13
```
10
14
11
-
## Get started
15
+
## Embedding the Diagram Editor into a `bevy_impulse` app
16
+
17
+
The frontend is built using `rsbuild` and embedded inside the crate. The library exposes an axum router that can be used to serve both the frontend and backend:
0 commit comments