https://github.com/its-just-nans/rust-apk
egui/eframe as apk
https://github.com/its-just-nans/rust-apk
android apk eframe egui gradle java rust rust-android
Last synced: 2 months ago
JSON representation
egui/eframe as apk
- Host: GitHub
- URL: https://github.com/its-just-nans/rust-apk
- Owner: Its-Just-Nans
- License: apache-2.0
- Created: 2024-08-11T15:47:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T16:48:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T02:23:42.408Z (about 1 year ago)
- Topics: android, apk, eframe, egui, gradle, java, rust, rust-android
- Language: Rust
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# eframe template
```bash
cargo install cargo-ndk
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
# follow step on https://golb.n4n5.dev/android
clear && make
```
## License
[MIT](./LICENSE-MIT) or [Apache-2.0](./LICENSE-APACHE)