On Friday, 7 April 2023 at 17:13:58 UTC, Adam D Ruppe wrote:
On Friday, 7 April 2023 at 15:52:02 UTC, Ali Çehreli wrote:
I don't know how relevant it is but there is also Hipreme
Engine that supports Android:
[...]
One library can help with both games and guis but it is
unlikely to be a comp
On Friday, 7 April 2023 at 15:52:02 UTC, Ali Çehreli wrote:
I don't know how relevant it is but there is also Hipreme
Engine that supports Android:
I think the question is if you are doing games vs doing other
applications. There's some overlap between game and gui, but not
actually that much
On 3/9/23 07:09, Ron Tarrant wrote:
Many thanks, ryuukk. I'll check it out.
I don't know how relevant it is but there is also Hipreme Engine that
supports Android:
https://forum.dlang.org/thread/fecijdotstuclyzzc...@forum.dlang.org
Ali
On Thursday, 9 March 2023 at 14:39:06 UTC, ryuukk_ wrote:
On Thursday, 9 March 2023 at 10:11:04 UTC, Ron Tarrant wrote:
Has anyone else been using D to develop for Android? If so,
have you documented your process/GUI toolkit choices and would
you be willing to share with me?
Adam has somethi
On Thursday, 9 March 2023 at 10:11:04 UTC, Ron Tarrant wrote:
Has anyone else been using D to develop for Android? If so,
have you documented your process/GUI toolkit choices and would
you be willing to share with me?
Adam has something for Android:
https://github.com/adamdruppe/d_android
On Thursday, 9 March 2023 at 10:51:31 UTC, Ron Tarrant wrote:
Another question...
I found LinkButton in the API, but I don't see how/where to
give it a URL to go to. Anyone know?
Okay, so far I've got Platform.openURL(), but no idea how to use
it. Pass it a string, yes, I got that part, but
Another question...
I found LinkButton in the API, but I don't see how/where to give
it a URL to go to. Anyone know?
On Thursday, 9 March 2023 at 10:11:04 UTC, Ron Tarrant wrote:
Is there a way to right-justify widgets in a DlangUI Layout?
Found it! (In Example 1 [duh]).
Still hoping to hear back from someone about the other question.
Hi all,
It's been a while since I've been on this forum. Hope everyone is
doing well and have survived the pandemic.
Anyway, a question...
Is there a way to right-justify widgets in a DlangUI Layout?
I'm asking because I've spent the last six months learning to
build Android apps with the Go