2 个版本

0.0.2 2021 年 5 月 17 日
0.0.1 2021 年 5 月 16 日

#14 in #web-gui

MIT/Apache

105KB
1K SLoC

Rust 777 SLoC // 0.0% comments JavaScript 308 SLoC // 0.0% comments

tuna-web

Tuna CVAR 工具的 Web 前端,允许通过浏览器访问变量。

Example image of the tuna-web UI

fn main() {
    let mut server = tuna_web::TunaServer::new(4450).unwrap();

    /* Set up variables etc */

    loop {
        server.loop_once(); // will handle all pollable connections - individual clients will run on threads

        /* Other logic */
    }
}

请注意,tuna-web 是一个正在进行中的项目!我正在因为它有需求而工作,但我想在构建它的同时尝鲜它 - 不是单独构建一个完整的东西。

替代方案

  • const-tweaker - 工作流程与 tuna + tuna-web 类似,但不幸地存在稳定性问题。

依赖项

~5–12MB
~151K SLoC