Page 12 of 14

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 11 Feb 2018, 17:06
by nokola
RC3 looks OK on our side :)

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 14 Feb 2018, 10:46
by andreasg
RC3: Why those late API changes?

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 14 Feb 2018, 11:19
by sfernandez
RC3: Why those late API changes?
Do you mean the changes to the Color class?
Sorry for that, it was something we have pending for long time ago and didn't want to delay it to the 2.2 version.

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 26 Feb 2018, 17:48
by jasiuj
Hi,

It is possible in RC3 to set RenderContext directly from engine instead of NoesisApp::Launcher::RegisterAppComponents(); and context = NoesisApp::FindBestRenderContext(); invocations ?

In logs I see that this create Render Context but my engine create one already.

Cheers,
Jan

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 26 Feb 2018, 19:10
by nokola
re: ghost lines conversation from page 8:

just did some tests on iPhone X with 2.1rc3, and I see lots of ghost lines on edges of controls. You fixed this in beta17 and i confirmed OK (was using Android.)
Do we also need the same or further fix for iPhone? btw, I don't remember seeing the ghost lines on 5s, but that could be due to some resolution or texture difference.

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 27 Feb 2018, 09:22
by jsantos
It is possible in RC3 to set RenderContext directly from engine instead of NoesisApp::Launcher::RegisterAppComponents(); and context = NoesisApp::FindBestRenderContext(); invocations ?

In logs I see that this create Render Context but my engine create one already.
Yes, RenderContext is a helper class. It is part of the Application framework but not implemented in Noesis Core library. Please, have a look at the IntegrationGLUT sample.
BTW, nothing changed about this in RC3.

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 27 Feb 2018, 09:23
by jsantos
re: ghost lines conversation from page 8:

just did some tests on iPhone X with 2.1rc3, and I see lots of ghost lines on edges of controls. You fixed this in beta17 and i confirmed OK (was using Android.)
Do we also need the same or further fix for iPhone? btw, I don't remember seeing the ghost lines on 5s, but that could be due to some resolution or texture difference.
This must be a different thing because the fix you mention was applied to all platforms. Is this also happening with opacities?

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 27 Feb 2018, 10:40
by jasiuj
Yes, RenderContext is a helper class. It is part of the Application framework but not implemented in Noesis Core library. Please, have a look at the IntegrationGLUT sample.
BTW, nothing changed about this in RC3.
It's working, thanks :)

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 28 Feb 2018, 03:47
by nokola
re: ghost lines conversation from page 8:

just did some tests on iPhone X with 2.1rc3, and I see lots of ghost lines on edges of controls. You fixed this in beta17 and i confirmed OK (was using Android.)
Do we also need the same or further fix for iPhone? btw, I don't remember seeing the ghost lines on 5s, but that could be due to some resolution or texture difference.
This must be a different thing because the fix you mention was applied to all platforms. Is this also happening with opacities?
I suspect yes - happening at edges of rectangles that are partially transparent, same as the issue before the fix.

Re: BETA: NoesisGUI v2.1.0rc3

Posted: 05 Mar 2018, 18:51
by jsantos
It's working, thanks :)
Great! Good news! By the way, would you be interested in sharing those Unigine bindings? There are a few clients writing their own ones and I wonder if we could centralize the effort in a single public repository like the rest of engines.