Skip to content

Async Calls example forked from template for a Rust Application using SixtyFPS.

Notifications You must be signed in to change notification settings

DaMilyutin/sixtyfps-rust-template-worker-threads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SixtyFPS Rust Template

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

About

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

Usage

  1. Install Rust by following the Rust Getting Started Guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your path.
  2. Install cargo-generate
    cargo install cargo-generate
    
  3. Set up a sample project with this template
    cargo generate --git sixtyfpsui/sixtyfps-rust-template --name 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 .60 files. You can also load this project directly in Visual Studio Code and install our SixtyFPS extension.

Next Steps

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

About

Async Calls example forked from template for a Rust Application using SixtyFPS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%