An open API service indexing awesome lists of open source software.

https://github.com/nicksenger/trollbox

Iced GUI workshop
https://github.com/nicksenger/trollbox

grpc gui iced-rs real-time

Last synced: 5 months ago
JSON representation

Iced GUI workshop

Awesome Lists containing this project

README

          

# Iced Workshop

Welcome to the Iced GUI workshop!

Over the course of the hour we will be building a lightweight chat client (a trollbox) in Rust.

Before getting started, here are a few steps to complete on your own:

- Install rustup: https://rustup.rs/
- Clone this repository, navigate to it, and run `cargo check`. This will retrieve the dependencies and ensure that your Rust installation is good to go.