Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Slint Rust Template

A template for a Rust application that's using Slint for the user interface.

About

This template helps you get started developing a Rust application with Slint as toolkit for the user interface. It demonstrates the integration between the .slint UI markup and Rust code, how to react to callbacks, get and set properties, and use basic widgets.

Usage

  1. Install Rust by following its getting-started guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your PATH.
  2. Download and extract the ZIP archive of this repository.
  3. Rename the extracted directory and change into it:
    mv slint-rust-template-main my-project
    cd my-project    
    
  4. Build with cargo:
    cargo build
    
  5. Run the application binary:
    cargo run
    

We recommend using an IDE for development, along with our LSP-based IDE integration for .slint files. You can also load this project directly in Visual Studio Code and install our Slint extension.

Next Steps

We hope that this template helps you get started, and that you enjoy exploring making user interfaces with Slint. To learn more about the Slint APIs and the .slint markup language, check out our online documentation.

Don't forget to edit this readme to replace it by yours, and edit the name = field in Cargo.toml to match the name of your project.

关于 About

A template for a Rust Application using Slint. This is meant to be used with cargo-generate.
rusttemplate

语言 Languages

Rust59.9%
Slint40.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
5
Total Commits
峰值: 3次/周
Less
More

核心贡献者 Contributors