Search found 19 matches

  • 1
  • 2
by Sumel007
Yesterday, 13:33
Forum: General Discussion
Replies: 0
Views: 19

Embedded fonts not found in Noesis 3.2

Hey. I wanted to ask if we're supposed to change the way fonts are referenced in xaml with the changes in 3.2? I reference fonts like this: <FontFamily x:Key="WorkSansFont">Work Sans, pack://application:,,,/Fonts/#Work Sans, pack://application:,,,/Fonts/#Noto Sans Arabic, pack://applicatio...
by Sumel007
16 Mar 2023, 13:31
Forum: General Discussion
Replies: 0
Views: 71

Where should weak events be used to avoid memory leaks?

Hi! I am trying to track down memory leaks and reading your documentation regarding that. In the documentation it is recommended to create weak references when attaching to events in code behind https://www.noesisengine.com/docs/Gui.Core.EventsTutorial.html#weak-events-c . I understand why that woul...
by Sumel007
10 Mar 2023, 08:19
Forum: General Discussion
Replies: 4
Views: 186

Re: ScrollViewer keyboard navigation.

It happens both with directional navigation and tab navigation. Thanks for linking the other thread, it seems to be the same/very similar problem. I didn't test it out in WPF, so I thought it was working like that by design and I was missing some parameter or something. Do you have any estimate when...
by Sumel007
08 Mar 2023, 14:00
Forum: General Discussion
Replies: 4
Views: 186

ScrollViewer keyboard navigation.

Hi! I have a general WPF question that I have trouble solving on my own. I have a ScrollViewer, which contains a StackPanel, which contains elements arranged in something resembling rows. Each row has some focusable elements (buttons, sliders etc.), sometimes one, sometimes two. I can navigate via k...
by Sumel007
02 Mar 2023, 11:38
Forum: General Discussion
Replies: 5
Views: 195

Re: sRGB alpha blending in WPF/Blend

What about PS5? It seems it would have to be done on your end in Noesis code. The way we have it now, all the textures turn out too bright when we pass sRGB = false to the constructor on PS5. In OpenGL on PC we use glDisable(GL_FRAMEBUFFER_SRGB); to avoid this issue, but we can't do that on our end ...
by Sumel007
01 Mar 2023, 20:33
Forum: General Discussion
Replies: 5
Views: 195

Re: sRGB alpha blending in WPF/Blend

And is it possible right now to 'alias' this render target in your PS5/Xbox renderer implementations? We've figured it out for OpenGL for PC already, but there seem to be some problems on consoles.
by Sumel007
01 Mar 2023, 08:49
Forum: General Discussion
Replies: 5
Views: 195

sRGB alpha blending in WPF/Blend

Hi! as per this thread https://www.noesisengine.com/forums/viewtopic.php?t=2826 when using sRGB there are going to be differences between WPF/Blend and Noesis display. I was wondering if there is some way to force Blend designer to display the xamls in the same way they are going to be displayed by ...
by Sumel007
05 Sep 2022, 11:57
Forum: General Discussion
Replies: 1
Views: 132

WebBrowser control in Noesis.

Hi. I wanted to know if there's any new plans for adding WebBrowser control in Noesis. The only mention I could find was from 2015 here: https://www.noesisengine.com/forums/viewtopic.php?t=721 . I was wondering if anything has changes since then, or if rendering to texture is still the way to go (an...
by Sumel007
04 Jul 2022, 13:55
Forum: General Discussion
Replies: 1
Views: 128

Stutters when changing between datatemplates containing large images

I have a problem which I think is caused by Noesis loading and reloading images during runtime when switching between screens in my menu. I am using EmbeddedTextureProvider from NoesisApp here. For now my architecture is as follows - I have a single UserControl containing ContentControl, which displ...
  • 1
  • 2