eframe_template icon indicating copy to clipboard operation
eframe_template copied to clipboard

Out Of The Box Crossplatform Template

Open mikolaszko opened this issue 1 month ago • 0 comments

I've been directed to this repo and maybe core maintainers can help me out here: 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

mikolaszko avatar Nov 06 '25 17:11 mikolaszko