Thread overview
[WIP] SDL2 Android demo/tutorial
May 14, 2021
evilrat
May 14, 2021
Adam D. Ruppe
May 14, 2021
evilrat
May 14, 2021
Danny Arends
May 14, 2021

While I was messing up with Android support I've managed to assemble this fancy guide on how to get started with D on Android.

It it still WIP and have some rough edges but information here should be valid and actual.

It provides some kind of skeleton dub/gradle project so you can easily develop on desktop and test on device.

Make sure to check guide/readme.md for instructions.

Enjoy.

https://github.com/Superbelko/android-sdl-d

May 14, 2021

Did you find any value in my d_android thing https://code.dlang.org/packages/d_android ? I've never gone beyond hello world so idk if it is useless to people or just not found...

May 14, 2021

On Friday, 14 May 2021 at 17:43:43 UTC, Adam D. Ruppe wrote:

>

Did you find any value in my d_android thing https://code.dlang.org/packages/d_android ? I've never gone beyond hello world so idk if it is useless to people or just not found...

Haven't looked yet. Will check later when I'll have time.

May 14, 2021

On Friday, 14 May 2021 at 17:43:43 UTC, Adam D. Ruppe wrote:

>

Did you find any value in my d_android thing https://code.dlang.org/packages/d_android ? I've never gone beyond hello world so idk if it is useless to people or just not found...

Your library was a live saver when I needed to debug bindbc.sdl libLoad function the __android_log et al. Bindings 4 the win.

Together with the android_glue.d files the ndk is good.