www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [WIP] SDL2 Android demo/tutorial

reply evilrat <evilrat666 gmail.com> writes:
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
parent reply Adam D. Ruppe <destructionator gmail.com> writes:
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
next sibling parent evilrat <evilrat666 gmail.com> writes:
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
prev sibling parent Danny Arends <Danny.Arends gmail.com> writes:
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.
May 14 2021