foreignsasquatch / raylib-hx

Haxe bindings for raylib, a simple and easy-to-use library to learn videogame programming
https://raylib.com
zlib License
55 stars 13 forks source link

Android support #50

Closed MAJigsaw77 closed 1 month ago

MAJigsaw77 commented 1 month ago

Just to prove that it works, i built a gradle app using the generated shared lib file from hxcpp and this is how it looks like.

Screenshot_20240618-003449

And this is the generated apk in any case.

androidBuild.zip

foreignsasquatch commented 1 month ago

This is great! I haven't tested it yet but could you provide an example repo for this?

MAJigsaw77 commented 1 month ago

This is great! I haven't tested it yet but could you provide an example repo for this?

Sure

MAJigsaw77 commented 1 month ago

@foreignsasquatch https://github.com/MAJigsaw77/raylib-hx-android-example

foreignsasquatch commented 1 month ago

Thank you :D