Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toastxc/egui-demo


https://github.com/toastxc/egui-demo

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

## EGUI Demo
This is a simple example of how I use Egui with a HTTP library and tokio

### main.rs
this file contains the program struct, its fields as well as the default constructor

### process.rs
This is where asyncrinous threads are spawned and other logical processing happens

### view.rs
This is the main ui layout