• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 11 12 13 14 15 ... 117 Next »

iOS Support
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
iOS Support
07-22-2019, 09:47 PM
#1
Amul2004 Offline
Junior Member
**
Posts: 40
Threads: 12
Joined: Jul 2019
Will there be support for iOS(Apple;not the Wii one)??

Most devices can easily support OpenGL ES 3.0 and also Vulkan!!!

Dolphin has reached very far in its development and now easily can implement it in the iOS!!
Find
Reply
07-22-2019, 09:51 PM
#2
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,946
Threads: 7
Joined: Oct 2014
We have no plans to add iOS support. iOS places certain limitations on apps that make it basically impossible for us to get Dolphin to run at a reasonable speed.
Find
Reply
07-22-2019, 09:56 PM
#3
Amul2004 Offline
Junior Member
**
Posts: 40
Threads: 12
Joined: Jul 2019
So can we expect something for iOS in the future??
Find
Reply
07-22-2019, 09:57 PM
#4
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,946
Threads: 7
Joined: Oct 2014
(07-22-2019, 09:56 PM)Amul2004 Wrote: So can we expect something for iOS in the future??

No.
Find
Reply
07-22-2019, 09:58 PM
#5
Amul2004 Offline
Junior Member
**
Posts: 40
Threads: 12
Joined: Jul 2019
(07-22-2019, 09:57 PM)JosJuice Wrote: No.

Ok. That's fine!!
Find
Reply
08-28-2019, 05:14 PM
#6
Amul2004 Offline
Junior Member
**
Posts: 40
Threads: 12
Joined: Jul 2019
I recently did some research and found that Metal graphics API can be used with Swift to write an iOS version of dolphin....

I would also love too be a part of this development(if it happens) but I am still in my school days, probably I would get time in my college...

But can't you all start researching on an emulator for iOS..

Dolphin is probably 16 years old and you guys have done a great job as well, now this can emulate almost all games with some Wii games left that crash...

Why not start a iOS development???
Find
Reply
08-28-2019, 10:07 PM
#7
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,946
Threads: 7
Joined: Oct 2014
(08-28-2019, 05:14 PM)Amul2004 Wrote: Why not start a iOS development???

The main reasons are the limits on virtual memory and JIT recompilers.
Find
Reply
08-28-2019, 11:37 PM
#8
Amul2004 Offline
Junior Member
**
Posts: 40
Threads: 12
Joined: Jul 2019
(08-28-2019, 10:07 PM)JosJuice Wrote: The main reasons are the limits on virtual memory and JIT recompilers.

So how is Android and iOS platform different from each other in this matter???..
Find
Reply
08-28-2019, 11:55 PM
#9
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,946
Threads: 7
Joined: Oct 2014
(08-28-2019, 11:37 PM)Amul2004 Wrote: So how is Android and iOS platform different from each other in this matter???..

Android doesn't have those limits.
Find
Reply
08-29-2019, 05:27 AM
#10
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
iOS currently doesn't allow making previously writable pages as executable (which is required to generate code in a JIT) or remapping large amounts of virtual memory (which dolphin uses for significant performance gains in all JIT memory accesses).

Metal can already be used with a pretty thin swift/objc++ layer, and can already be used with wrappers that implement other APIs on metal (like moltenvk or gfx-rs' portability stuff). That was never the limiting factor on iOS.
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode