eframe_template icon indicating copy to clipboard operation
eframe_template copied to clipboard

eframe_android

Open Its-Just-Nans opened this issue 1 year ago • 3 comments

  • 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

Its-Just-Nans avatar Sep 05 '24 09:09 Its-Just-Nans

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?

emilk avatar Sep 26 '24 14:09 emilk

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 !

Its-Just-Nans avatar Oct 12 '24 13:10 Its-Just-Nans

@emilk close this, because you added android support

suprohub avatar Dec 25 '24 10:12 suprohub