Re: OpenGL deprecated in OS-X

2018-06-05 Thread Michael Paus

Hi,
in the light of this announcement it might be a good idea to consider ANGLE

again as a unified rendering platform for JavaFX. Do not try to reinvent 
the wheel

again. The JavaFX community is much too small to always do its own thing.
Relying on a rendering technology which is used by giants like Google 
and Mozilla

is probably a better idea than once again cooking our own soup. Using ANGLE
should also make it possible to finally support WebGL in WebView.
Michael


Am 04.06.18 um 22:51 schrieb Tom Schindl:

Hi,

I don‘t know what the Apple guys are smoking but they just deprecated OpenGL. 
The question is what does this mean for JavaFX.

See https://developer.apple.com/macos/whats-new/

Tom

Von meinem iPhone gesendet





Re: OpenGL deprecated in OS-X

2018-06-05 Thread John-Val Rose
I’m doing some work with Vulkan at the moment so maybe I’ll be able to help out 
with Vk support for JavaFX.

John-Val

> On 5 Jun 2018, at 17:18, Johan Vos  wrote:
> 
> Ever since Apple deprecated the developer-oriented Apple ][ , I failed to 
> appreciate their decisions. But so be it.
> 
> The good thing is that the structure of the OpenJFX project allows for 
> different rendering pipelines without much impact on other code. 
> Therefore, I think it would be a nice sandbox experiment to have a Metal and 
> a Vulkan pipeline. 
> 
> But I agree with Kevin, we don't need a replacement for OpenGL in the Java 11 
> timeframe :) 
> 
> - Johan
> 
> 
>> On Tue, Jun 5, 2018 at 12:35 AM John-Val Rose  wrote:
>> Unfortunately Apple is doing exactly what Microsoft did during the “Great 
>> API Wars”. During this time, MS decided to go with its own exclusive 
>> graphics API namely Direct 3D as part of their whole DirectX technology 
>> instead of the obvious approach of supporting OpenGL fully.
>> 
>> These days, GPU drivers for DirectX work much better on Windows than those 
>> for OpenGL.
>> 
>> The same will now apply for Metal drivers versus OpenGL drivers on MacOS.
>> 
>> This is all about “vendor lock-in” and can be seen with other technologies 
>> like WebKit and Blink for example.
>> 
>> Of course this is bad news for the developers but devs are not the core 
>> market for Windows, Apple or Google/Android hardware.
>> 
>> The bright light on the horizon is Vulkan from Khronos which started out 
>> life as OpenGL 5 but is now being pushed as the ultimate cross platform 
>> graphics API.
>> 
>> Even Microsoft have jumped on board and Vulkan driver support on Windows is 
>> good.
>> 
>> We will have to wait and see but having a situation where OpenGL, DirectX, 
>> Metal and Vulkan are all important graphics APIs simultaneously is clearly 
>> not tenable.
>> 
>> > On 5 Jun 2018, at 06:51, Tom Schindl  wrote:
>> > 
>> > Hi,
>> > 
>> > I don‘t know what the Apple guys are smoking but they just deprecated 
>> > OpenGL. The question is what does this mean for JavaFX.
>> > 
>> > See https://developer.apple.com/macos/whats-new/
>> > 
>> > Tom
>> > 
>> > Von meinem iPhone gesendet


Re: OpenGL deprecated in OS-X

2018-06-05 Thread Johan Vos
Ever since Apple deprecated the developer-oriented Apple ][ , I failed to
appreciate their decisions. But so be it.

The good thing is that the structure of the OpenJFX project allows for
different rendering pipelines without much impact on other code.
Therefore, I think it would be a nice sandbox experiment to have a Metal
and a Vulkan pipeline.

But I agree with Kevin, we don't need a replacement for OpenGL in the Java
11 timeframe :)

- Johan


On Tue, Jun 5, 2018 at 12:35 AM John-Val Rose  wrote:

> Unfortunately Apple is doing exactly what Microsoft did during the “Great
> API Wars”. During this time, MS decided to go with its own exclusive
> graphics API namely Direct 3D as part of their whole DirectX technology
> instead of the obvious approach of supporting OpenGL fully.
>
> These days, GPU drivers for DirectX work much better on Windows than those
> for OpenGL.
>
> The same will now apply for Metal drivers versus OpenGL drivers on MacOS.
>
> This is all about “vendor lock-in” and can be seen with other technologies
> like WebKit and Blink for example.
>
> Of course this is bad news for the developers but devs are not the core
> market for Windows, Apple or Google/Android hardware.
>
> The bright light on the horizon is Vulkan from Khronos which started out
> life as OpenGL 5 but is now being pushed as the ultimate cross platform
> graphics API.
>
> Even Microsoft have jumped on board and Vulkan driver support on Windows
> is good.
>
> We will have to wait and see but having a situation where OpenGL, DirectX,
> Metal and Vulkan are all important graphics APIs simultaneously is clearly
> not tenable.
>
> > On 5 Jun 2018, at 06:51, Tom Schindl 
> wrote:
> >
> > Hi,
> >
> > I don‘t know what the Apple guys are smoking but they just deprecated
> OpenGL. The question is what does this mean for JavaFX.
> >
> > See https://developer.apple.com/macos/whats-new/
> >
> > Tom
> >
> > Von meinem iPhone gesendet
>


Re: OpenGL deprecated in OS-X

2018-06-04 Thread John-Val Rose
Unfortunately Apple is doing exactly what Microsoft did during the “Great API 
Wars”. During this time, MS decided to go with its own exclusive graphics API 
namely Direct 3D as part of their whole DirectX technology instead of the 
obvious approach of supporting OpenGL fully.

These days, GPU drivers for DirectX work much better on Windows than those for 
OpenGL.

The same will now apply for Metal drivers versus OpenGL drivers on MacOS.

This is all about “vendor lock-in” and can be seen with other technologies like 
WebKit and Blink for example.

Of course this is bad news for the developers but devs are not the core market 
for Windows, Apple or Google/Android hardware.

The bright light on the horizon is Vulkan from Khronos which started out life 
as OpenGL 5 but is now being pushed as the ultimate cross platform graphics API.

Even Microsoft have jumped on board and Vulkan driver support on Windows is 
good.

We will have to wait and see but having a situation where OpenGL, DirectX, 
Metal and Vulkan are all important graphics APIs simultaneously is clearly not 
tenable.

> On 5 Jun 2018, at 06:51, Tom Schindl  wrote:
> 
> Hi,
> 
> I don‘t know what the Apple guys are smoking but they just deprecated OpenGL. 
> The question is what does this mean for JavaFX.
> 
> See https://developer.apple.com/macos/whats-new/
> 
> Tom
> 
> Von meinem iPhone gesendet


Re: OpenGL deprecated in OS-X

2018-06-04 Thread Kevin Rushforth
Apple has been making noises about this for a while. I wouldn't expect 
them to drop OpenGL in the very near future, but it would seem that 
investigating a Metal pipeline for FX is timely.


-- Kevin


On 6/4/2018 1:51 PM, Tom Schindl wrote:

Hi,

I don‘t know what the Apple guys are smoking but they just deprecated OpenGL. 
The question is what does this mean for JavaFX.

See https://developer.apple.com/macos/whats-new/

Tom

Von meinem iPhone gesendet