Full Crossplatform Template
Hello core team :) First of all I'd like to thank you for the work you've put into this project.
I recently needed to develop an R&D project for a company - I chose egui and needed to compile the app for:
- linux, macos and windows,
- android,
- browser using wasm (trunk). Quickly found eframe but it just wouldn't work out of the box for every target I needed (and there are no examples for all 5 platforms available) + there were a bunch of issues I needed to resolve the mobile and wasm build because I would constantly have artifact errors. So I made a template that has an external build config but most importantly compiles and will run on the aformentioned platforms. Don't know where to share it or if it would be of any use for the community but I really dug through the internet and couldn't find something that would just work. https://github.com/mikolaszko/cross
Do you think there's a place to share it with developers somewhere? :) I'd like to give back even if it's just this little 4 week project I was able to finish, took me a lot of time to fix all the errors I run into, especially with the cargo apk. Thanks
Nice!
Maybe you can try to put the command in the README of https://github.com/emilk/eframe_template ?
@Its-Just-Nans Ive opened an issue there and I'll try to get in touch with somebody, maybe this can serve as a full fledged example in the repo? I am not sure :)
Okay nice, I see
- https://github.com/emilk/eframe_template/issues/212
We’ll see what the answer is