Re: DlangUI on Android

2016-04-25 Thread Karabuta via Digitalmars-d-announce
On Sunday, 24 April 2016 at 11:57:18 UTC, Chris wrote: On Sunday, 24 April 2016 at 06:19:14 UTC, thedeemon wrote: On Saturday, 23 April 2016 at 18:16:38 UTC, Chris wrote: Anyone interested in taking DlangUI and turning it into something like Swing/JavaFX for D? What exactly do you mean by

Re: DlangUI on Android

2016-04-24 Thread Chris via Digitalmars-d-announce
On Sunday, 24 April 2016 at 06:19:14 UTC, thedeemon wrote: On Saturday, 23 April 2016 at 18:16:38 UTC, Chris wrote: Anyone interested in taking DlangUI and turning it into something like Swing/JavaFX for D? What exactly do you mean by that? Embrace DlangUI or something based on it in the

Re: DlangUI on Android

2016-04-24 Thread thedeemon via Digitalmars-d-announce
On Saturday, 23 April 2016 at 18:16:38 UTC, Chris wrote: Anyone interested in taking DlangUI and turning it into something like Swing/JavaFX for D? What exactly do you mean by that?

Re: DlangUI on Android

2016-04-23 Thread Chris via Digitalmars-d-announce
On Saturday, 23 April 2016 at 02:48:10 UTC, Vadim Lopatin wrote: On Friday, 22 April 2016 at 18:49:24 UTC, Laeeth Isharc wrote: This is a very exciting development. (And impressive in the 'consequent' department, as the Germans say - you said you would have DlangUI ported to Android some

Re: DlangUI on Android

2016-04-23 Thread FrankLike via Digitalmars-d-announce
On Saturday, 23 April 2016 at 14:35:55 UTC, Vadim Lopatin wrote: On Saturday, 23 April 2016 at 12:45:01 UTC, FrankLike wrote: On Saturday, 23 April 2016 at 11:42:49 UTC, Vadim Lopatin wrote: [...] Thank you. But why nothing to be shown,only black color? Probably something is wrong with

Re: DlangUI on Android

2016-04-23 Thread Vadim Lopatin via Digitalmars-d-announce
On Saturday, 23 April 2016 at 12:45:01 UTC, FrankLike wrote: On Saturday, 23 April 2016 at 11:42:49 UTC, Vadim Lopatin wrote: [...] Thank you. But why nothing to be shown,only black color? Probably something is wrong with OpenGL. E.g. OpenGL ES3 is not supported. Log can should failed

Re: DlangUI on Android

2016-04-23 Thread FrankLike via Digitalmars-d-announce
On Saturday, 23 April 2016 at 11:42:49 UTC, Vadim Lopatin wrote: [...] Thank you. But why nothing to be shown,only black color?

Re: DlangUI on Android

2016-04-23 Thread Vadim Lopatin via Digitalmars-d-announce
On Saturday, 23 April 2016 at 11:21:10 UTC, FrankLike wrote: On Friday, 22 April 2016 at 17:02:20 UTC, Vadim Lopatin wrote: Does it crash instantly or shows app GUI for some time? Is your smartphone arm-based? test-runner.apk is ok,but DLangUITetrisExample.apk and DlangUIHelloWorld.apk ,only

Re: DlangUI on Android

2016-04-23 Thread FrankLike via Digitalmars-d-announce
On Friday, 22 April 2016 at 17:02:20 UTC, Vadim Lopatin wrote: Does it crash instantly or shows app GUI for some time? Is your smartphone arm-based? test-runner.apk is ok,but DLangUITetrisExample.apk and DlangUIHelloWorld.apk ,only shows black color. HTC Android 5.02 ,it's arm-based,Not ok,

Re: DlangUI on Android

2016-04-23 Thread FrankLike via Digitalmars-d-announce
On Friday, 22 April 2016 at 17:02:20 UTC, Vadim Lopatin wrote: On Friday, 22 April 2016 at 15:02:32 UTC, FrankLike wrote: You can downlowd sample APK: https://sourceforge.net/projects/crengine/files/DlangUI/ DlangUI Tetris example now works ok on Android (arm, android4.4+) Android5.02 ,Not

Re: DlangUI on Android

2016-04-23 Thread MrSmith via Digitalmars-d-announce
Works on Nexus 7, Android 6.0.1!

Re: DlangUI on Android

2016-04-22 Thread Vadim Lopatin via Digitalmars-d-announce
On Friday, 22 April 2016 at 18:49:24 UTC, Laeeth Isharc wrote: This is a very exciting development. (And impressive in the 'consequent' department, as the Germans say - you said you would have DlangUI ported to Android some weeks after the working compiler, and that's what you did

Re: DlangUI on Android

2016-04-22 Thread Vadim Lopatin via Digitalmars-d-announce
On Friday, 22 April 2016 at 18:48:26 UTC, David Nadlinger wrote: This is a reality now mostly due to Joakim's great LDC work. Yes, it's really GREAT work! I just took his NativeActivity example and modified a bit to make dlangui's platform class implementation. I would be nice to have all

Re: DlangUI on Android

2016-04-22 Thread David Nadlinger via Digitalmars-d-announce
On Friday, 22 April 2016 at 18:48:26 UTC, David Nadlinger wrote: This is a reality now mostly due to Joakim's great LDC work. (the fact that we can deploy stuff to Android in the first place, that is – obviously, the UI layer is a whole separate story)

Re: DlangUI on Android

2016-04-22 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: I've implemented initial support of Android in DlangUI. Congratulations, Vadim. This is a very exciting development. (And impressive in the 'consequent' department, as the Germans say - you said you would have DlangUI ported

Re: DlangUI on Android

2016-04-22 Thread David Nadlinger via Digitalmars-d-announce
On Thursday, 21 April 2016 at 14:48:40 UTC, ANtlord wrote: Am I sleeping? Can we develop UI applications for Android on D? It's great! Yes – cool, right? This is a reality now mostly due to Joakim's great LDC work. — David

Re: DlangUI on Android

2016-04-22 Thread TheGag96 via Digitalmars-d-announce
On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: (snip) Wow, really nice stuff! I wasn't even aware we could write D for Android at all...

Re: DlangUI on Android

2016-04-22 Thread Vadim Lopatin via Digitalmars-d-announce
On Friday, 22 April 2016 at 15:02:32 UTC, FrankLike wrote: You can downlowd sample APK: https://sourceforge.net/projects/crengine/files/DlangUI/ DlangUI Tetris example now works ok on Android (arm, android4.4+) Android5.02 ,Not ok, sorry. Does it crash instantly or shows app GUI for some

Re: DlangUI on Android

2016-04-22 Thread FrankLike via Digitalmars-d-announce
On Friday, 22 April 2016 at 12:05:52 UTC, Vadim Lopatin wrote: On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: Hello, I've implemented initial support of Android in DlangUI. Only armv7a architecture is supported so far. You can downlowd sample APK: https://sourceforge.net

Re: DlangUI on Android

2016-04-22 Thread FrankLike via Digitalmars-d-announce
On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: Hello, I've implemented initial support of Android in DlangUI. [...] Congratulations!

Re: DlangUI on Android

2016-04-22 Thread Vadim Lopatin via Digitalmars-d-announce
On Friday, 22 April 2016 at 13:41:52 UTC, Mike Parker wrote: I was late, but I have since gotten this taken care of, so it's all golden. FYI, for anyone facing a similar problem in the future and is hung up waiting on me to merge a pull request, the base loader in DerelictUtil allows

Re: DlangUI on Android

2016-04-22 Thread Mike Parker via Digitalmars-d-announce
On Thursday, 21 April 2016 at 15:49:32 UTC, Vadim Lopatin wrote: Forgot to add that DerelictFT patch is required for DlangUI/Android. (Freetype library has name libft2.so on Android) PR is submitted, but not yet integrated into DerelictFT: https://github.com/DerelictOrg/DerelictFT/pull/9

Re: DlangUI on Android

2016-04-21 Thread Dmitry via Digitalmars-d-announce
On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: I've implemented initial support of Android in DlangUI. It's great! Thank you! And congrats with it!

Re: DlangUI on Android

2016-04-21 Thread Vadim Lopatin via Digitalmars-d-announce
On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: Hello, I've implemented initial support of Android in DlangUI. Forgot to add that DerelictFT patch is required for DlangUI/Android. (Freetype library has name libft2.so on Android) PR is submitted, but not yet integrated

Re: DlangUI on Android

2016-04-21 Thread Vadim Lopatin via Digitalmars-d-announce
On Thursday, 21 April 2016 at 14:48:40 UTC, ANtlord wrote: On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: Hello, I've implemented initial support of Android in DlangUI. Am I sleeping? Can we develop UI applications for Android on D? It's great! Yes, and the same code may

Re: DlangUI on Android

2016-04-21 Thread ANtlord via Digitalmars-d-announce
On Thursday, 21 April 2016 at 13:28:18 UTC, Vadim Lopatin wrote: Hello, I've implemented initial support of Android in DlangUI. Am I sleeping? Can we develop UI applications for Android on D? It's great!

DlangUI on Android

2016-04-21 Thread Vadim Lopatin via Digitalmars-d-announce
Hello, I've implemented initial support of Android in DlangUI. Only armv7a architecture is supported so far. You can downlowd sample APK: https://sourceforge.net/projects/crengine/files/DlangUI/ How to add support of Android to your DlangUI project