docs.rs failed to build w-gui-0.21.20
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
w-gui-0.21.10
w-gui
A lightweight immediate-mode debug GUI served over localhost.
Overview
w-gui provides an in-process GUI framework for real-time parameter updates and visualization. Access the interface through a web browser on localhost. The visual design is heavily inspired by https://www.youtube.com/@PezzzasWork
Features
- Immediate-mode API
- WebSocket-based communication
- Color pickers
- Sliders
- Windows and panels
- Zero external UI dependencies
Usage
let mut ctx = new;
let mut color = ;
let mut speed = 5.0f32;
loop
Access the GUI at http://localhost:9080 (port configurable).
Requirements
- Rust 1.56+
Examples
See examples/ for dashboard and demo implementations.