deltaphc / raylib-rs

Rust bindings for raylib
Other
751 stars 134 forks source link

embed cargo-apk #194

Open MatejMagat305 opened 3 months ago

MatejMagat305 commented 3 months ago

I know it is easy to write and hard to do it, but it would be nice to make raylib compatibility/example of https://github.com/rust-mobile/cargo-apk maybe it would be good to look to https://github.com/vlang/vab (which automatic use sdk and ndk - it work in termux too), https://github.com/fyne-io/fyne (which has tool which need only ndk, it work on termux too) and https://github.com/gen2brain/raylib-go/tree/master/examples/others/android/example (wich use gradle script - I did not realise how to build on termux)