orbtk是redox操作系统(rust语言编写)默认的GUI库,orbtk是个跨平台的完全用rust语言编写的gui库,目前功能还不完善,但是已经可以编写小程序的gui。 入门教程可以参考我的csdn博客https://blog.csdn.net/hustlei/category_8659839.html 本git repo为博客教程的代码。测试代码可以使用如下命令: cargo run --bin start cargo run --bin helloworld