eframe_template
eframe_template copied to clipboard
eframe_android
- Fix #154
demo https://www.youtube.com/watch?v=Ha7UOttHreM
Currently having some issue with inputs
Note that including gradle in the repo is not very clean
Very cool!
But this is a lot of code to add to a template 🤔 Is there any way most of this could become a reusable 3rd party tool instead?
I've removed gradlew (e251ef2), because it can be installable with instructions
# install gradle by following instructions at https://gradle.org/install/
# after the gradle install you can now install gradlew by running
cd java && gradle wrapper
this reduce the number of files 😄
Note: if somehow this PR is merged, squashing it needed !
@emilk close this, because you added android support