| Crates.io | prophecy |
| lib.rs | prophecy |
| version | 0.3.0 |
| created_at | 2022-11-27 20:15:35.804372+00 |
| updated_at | 2025-04-28 19:14:05.747003+00 |
| description | FutureSDR GUI |
| homepage | |
| repository | |
| max_upload_size | |
| id | 723918 |
| size | 6,421,800 |
This crate implements the GUI served by futuresdr::runtime::ControlPort on active FlowGraphs.
It gets bundled automatically with the futuresdr distribution.
By default, Prophecy available at http://localhost:1337/ when running a futuresdr application.
For examples of advanced configurations, see the following:
Note: Prophecy it is still under development, and is not yet fully functional nor API stable.
Prophecy is implemented using Leptos, with building/bundling via Trunk.
trunk may be installed with cargo:
cargo install trunk
Other installation options described here.
You will need the WebAssembly target installed:
rustup target add wasm32-unknown-unknown
Prophecy is built with:
trunk build --release
The output is rendered to dist/.