Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkalbasi/mobile-editor
https://github.com/hkalbasi/mobile-editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hkalbasi/mobile-editor
- Owner: HKalbasi
- Created: 2024-08-23T09:59:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T13:41:36.000Z (5 months ago)
- Last Synced: 2024-10-28T21:05:50.974Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egui
This is an example based on [agdk-egui example](https://github.com/rust-mobile/rust-android-examples), using `egui`, `winit` and `wgpu` to run [egui_demo_app](https://github.com/emilk/egui/tree/master/egui_demo_app).
To run this on desktop, just do `cargo run` like normal! For mobile, use `cargo android run` and `cargo apple run` respectively (or use `cargo android open` and `cargo apple open` to open in Android Studio and Xcode respectively).