Hacker News new | ask | show | jobs
by Mikushi 1824 days ago
Apple is extremely developer hostile so it's not that surprising.
1 comments

Apple is extremely friendly to developers targeting the Apple ecosytem.

Unreal and Unity do support Apple devices.

Plus, unlike Android, they actually provide tons of tooling for game development and graphics programming on iOS.

Google tells you to clone github repository from Vulkans shaderc.

> Apple is extremely friendly to developers targeting the Apple ecosystem.

Yeah, I don't know where the hell you get that!

Do they offer emulators for non-Mac developers to target their ecosystem?

Do they make even simple development onerous if you are on a Mac and do target their system, but have the audacity to want to share the app with someone else not in the same room with you?

You want to make a free app for your business targeting our ecosystem? Pay us bitch! Also, while we're at it, pay us every year from now on! Whoa! You also want to put it on our store, pay some more you fucking pay-pig!

> Plus, unlike Android, they actually provide tons of tooling for game development and graphics programming on iOS.

... read, we are so locked into and starved for hardware options that it is easy to release a few libraries that will work for your app ... for now! Has your business not changed at all and your app doesn't need any special privileges ... but it has been more than a few years .. haha! Go fuck yourself, sincerely Apple!

> Google tells you to clone github repository from Vulkans shaderc.

Apple makes you get into a personal relationship with them. I am not sure that is much better!

Does Microsoft, Sony, Nintendo offer the same?

The lack of personal relationship with GNU/Linux offering is what made it fail the desktop adoption.

> Does Microsoft, Sony, Nintendo offer the same?

"Whataboutism" is the last gasp of a losing argument.

> The lack of personal relationship with GNU/Linux offering is what made it fail the desktop adoption.

This is just ridiculous.

Apple's developer hostile in general.

They create a narrow space where it's possible to make money developing for their platform, but there's a huge risk that:

a) they will make a decision which makes your product no longer viable, or

b) they will decide to replicate your product as a 1st party offering and render you redundant (e.g. tile)

Adopting open standards like Vulkan would be the single best thing they could do to support games on their platform. Games are extremely high-investment, and having to develop against a second back-end like Metal is a perfect reason not to support a platform.

Apple's friendly to developers as long as they are willing to stay on the reservation, but there is no reward for doing so.

I might be wrong but from what i read on the internet, MacOS don't provide direct access to GPUs, you have to go through the OS GPU API to do your GPU computation. On Windows and Linux, there is no abstraction, OpenGL and Vulkan access the GPUs directly. I'd say it's safer to go the MacOS way but it's a bother for those who want a unified API
You are wrong, there is no way to access the GPU directly unless you are the driver author.
Producing development tooling unmatched by FOSS is anything but hostile.

Want success with "developers friendly" tools? Try to make a business of using Khronos APIs in GNU/Linux games.

Ask Loki how well did it go.

As for Vulkan it is just the same design by committee extension spaghetti soup that killed OpenGL, just with even more boilerplate.

Doom 2016/Eternal shipped with Vulkan and they are two of the best optimized games ever made.

I don't buy that Vulkan is not a first-class choice for graphics. To the extent that it has issues, it's only because of (developer hostile) lack of support from major software vendors.

Pity that outside Android 10+ and a couple to Swift ports, most AAA studios don't care.

Now that Microsoft owns Doom, let's see how long it holds its Vulkan implementation.

I don't see what this has to do with your argument
Forcing me to pay a dev fee for the privilege of releasing software on their ecosystem is not friendly.

Foring me to get apple hardware by discouraging MacOS virtual machines is not friendly to developers.

Policing what apps people are even allowed to develop on some of their platforms (ie, no custom browser engines on ios) is not friendly to developers.

Deprecating support for opengl to push metal, a solution which is only available on their platform is not developer friendly.

I spend more on eating out in a week than that yearly Apple developer fee (not ideal, I know). Cost/benefit. At some point you realize you're going to die and that you can essentially buy more productive time by paying money.
Most people starts out as students or similar with basically no budget at all. To them paying fees to just get others to run your program is a huge hindrance, which is why it is developer hostile. It isn't hostile to full time developers who work on established products, no, but it is hostile to the next generation of developers who are just starting out and experimenting with things.
There are plenty of options to learn when one is on a short budget.

Everyone above 40 managed to do it back when commercial tooling was the only option.

The best thing about GPL hate is that freebies devs will learn to finally start paying again for their tooling, just like in other professions.

Apple is not for hippie developers, is for developers that want to make money and understand others like to be paid for their work.

Enjoy the developer friendliness of Steam on GNU/Linux.

Forcing you to drop everything and do it Apple's way is not friendly.

Forcing you to buy specific hardware and banning virtualization to do builds is not friendly. Cloud builds is a huge pain. You essentially have to rent full macs from MacStadium.

Last time I checked one was forced to buy PCs to develop for Windows, buying Android phones to develop for Android,....
You can compile Windows and Android apps on Macs, Windows, CromeOS and Linux. There's no XCode like restriction and there's not the same OS virtualization restriction that required a hardware purchase.
Yeah, I can develop and test for both platforms on a machine with Linux installed so your whataboutism is both disingenuous and factually incorrect.