GuvaCode / ray4laz

A complete header translation (binding) of the raylib 5.0 to Pascal. Without any funky helper functions for memory alignment issues. Inspired and partially based on the drezgames/raylib-pascal binding, however a little cleaner and more recent, with FPC 3.2.0 and up support.
https://www.raylib.com/
zlib License
98 stars 18 forks source link

How to publish as apk #15

Closed toutiewa closed 2 years ago

toutiewa commented 2 years ago

How to publish as apk

GuvaCode commented 2 years ago

It will be quite difficult. I never tried to collect for android. but you can try it yourself. https://github.com/raysan5/raylib/wiki/Working-for-Android Well, of course, with corrections for Pascal.

have to change mingw32-make PLATFORM=PLATFORM_ANDROID to mingw32-make PLATFORM=PLATFORM_ANDROID RAYLIB_LIBTYPE=SHARED and possibly many more

while I had no plans to try to collect for android. Well, if I have time, I'll try.