Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toastxc/egui-demo
https://github.com/toastxc/egui-demo
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toastxc/egui-demo
- Owner: toastxc
- Created: 2024-01-09T10:57:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T02:52:56.000Z (12 months ago)
- Last Synced: 2024-11-24T20:53:39.079Z (about 1 month ago)
- Language: Rust
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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