digitalmars.empire - Empire on the iPad
- %u <johnm15141 yahoo.com> Apr 02 2010
- Walter Bright <newshound1 digitalmars.com> Apr 07 2010
- Phil b <Phil zeridian.com.au> May 05 2010
- Walter Bright <newshound1 digitalmars.com> May 14 2010
- James Orr <jamesorriv gmail.com> Sep 14 2010
- Walter Bright <newshound2 digitalmars.com> Sep 18 2010
If a version of empire could run on the iPad I would be in heaven!
Apr 02 2010
%u wrote:If a version of empire could run on the iPad I would be in heaven!
Yeah, that would be cool!
Apr 07 2010
Is someone already doing a iPhone/iPad version? What is the licensing on the source code?
May 05 2010
Phil b wrote:Is someone already doing a iPhone/iPad version? What is the licensing on the source code?
As far as I know, nobody is.
May 14 2010
== Quote from Walter Bright (newshound1 digitalmars.com)'s articlePhil b wrote:Is someone already doing a iPhone/iPad version? What is the licensing on the source code?
The first immediate hurtle: Is there a D compiler that emits ARM in MachO format? I took a quick look at LDC but it was not clear whether it does MachO and ARM (it seemed to do MachO for PPC and x867-32 or ARM for the Nintendo DS no idea about object file format, assume ELF). Anybody know more?
Sep 14 2010
James Orr wrote:== Quote from Walter Bright (newshound1 digitalmars.com)'s articlePhil b wrote:Is someone already doing a iPhone/iPad version? What is the licensing on the source code?
The first immediate hurtle: Is there a D compiler that emits ARM in MachO format?
Not that I know of.I took a quick look at LDC but it was not clear whether it does MachO and ARM (it seemed to do MachO for PPC and x867-32 or ARM for the Nintendo DS no idea about object file format, assume ELF). Anybody know more?
Sep 18 2010








Walter Bright <newshound2 digitalmars.com>