Skip to content

cloudy-org/egui-desktop-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egui Desktop App Example

This is just a simplified example of an Egui app at cloudy-org.

For more advanced and up to date material you'll want to read into the source code of existing projects like Roseate. Cloudy-org is still very new so documentation and the cirrus toolkit is still not there or ready yet for new developers to board ship and work on new products. Not to deter you from contributions that is.

How to run example in dev mode.

  1. Clone repo.
git clone https://github.com/cloudy-org/egui-desktop-app-example
cd egui-desktop-app-example
  1. Pull submodules.
git submodule update --init --recursive
  1. Run dev build.
cargo run

You can also mess around with the theming by passing --theme light like so:

cargo run -- --theme light

About

Simple example to get started with Egui apps in cloudy-org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published