digitalmars.D - Mobile app support?
- Ashish yadav (3/3) Jun 16 2020 What's the state of D support for Android , iOS and Windows RT?
- Jacob Carlborg (9/12) Jun 16 2020 D is more or less working on iOS [1]:
- Andre Pany (8/19) Jun 16 2020 My "dream" here is to have s.th. like autowrap
What's the state of D support for Android , iOS and Windows RT? Wouldn't it be awesome if we were able to write mobile applications cross-platform in a single language?
Jun 16 2020
On 2020-06-16 09:48, Ashish yadav wrote:What's the state of D support for Android , iOS and Windows RT? Wouldn't it be awesome if we were able to write mobile applications cross-platform in a single language?D is more or less working on iOS [1]: "Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports cross-compilation out of the box, just add `-mtriple=arm64-apple-ios12.0` (ldc2/ldmd2) or `--arch=arm64-apple-ios12.0` (dub)" https://forum.dlang.org/post/nrdixjxeiqzbaphoylhe forum.dlang.org -- /Jacob Carlborg
Jun 16 2020
On Tuesday, 16 June 2020 at 08:11:53 UTC, Jacob Carlborg wrote:On 2020-06-16 09:48, Ashish yadav wrote:My "dream" here is to have s.th. like autowrap (https://code.dlang.org/packages/autowrap) for the Delphi / Lazarus language. Then we are able to click together the IOS/Android UI in Delphi Rad Studio and seamlessly calling D classes (without writing any wrapper code). Kind regards AndreWhat's the state of D support for Android , iOS and Windows RT? Wouldn't it be awesome if we were able to write mobile applications cross-platform in a single language?D is more or less working on iOS [1]: "Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports cross-compilation out of the box, just add `-mtriple=arm64-apple-ios12.0` (ldc2/ldmd2) or `--arch=arm64-apple-ios12.0` (dub)" https://forum.dlang.org/post/nrdixjxeiqzbaphoylhe forum.dlang.org
Jun 16 2020