Search found 3586 matches
- 20 Dec 2022, 17:08
- Forum: General Discussion
- Replies: 4
- Views: 149
Re: Thank you! (BackgroundBlur)
There is a important detail regarding BackgroundBlur. If you want to apply the effect to the 3D-scene then you need to manually grab the content and store it in a RenderTarget. We have implemented a Markup for Unreal that automatillcally does the grabbing and we are working on a similar thing for Un...
- 20 Dec 2022, 17:05
- Forum: General Discussion
- Replies: 10
- Views: 175
Re: Is it valid to call GUI::SetApplicationResources with a NULL pointer?
Let me clarify that this is not necessary because it is done automatically at shutdown time. If you are getting leaks because you are not clearing the global dictionaries, that's a bug.I'll change our code to set resources to null only after closing everything before shutdown.
- 20 Dec 2022, 17:04
- Forum: General Discussion
- Replies: 5
- Views: 140
Re: Custom TextureProvider: Error while images are loading asynchronously
Great to know you fixed it! :)
- 20 Dec 2022, 17:03
- Forum: General Discussion
- Replies: 5
- Views: 137
Re: ios arm64
We don't have plans to support the Emulator in the indie licenses for now.
- 17 Dec 2022, 12:39
- Forum: General Discussion
- Replies: 5
- Views: 137
Re: ios arm64
Simulator SDK is not supported on iOS (#642)
- 16 Dec 2022, 17:12
- Forum: Official Announcements
- Replies: 2
- Views: 470
[Beta] NoesisGUI v3.2
📄 CHANGELOG 🔗 NoesisGUI-NativeSDK-win-3.2.0b1.zip Platforms included in C++ SDK : Windows ( x86 , x86_64) UWP (x86_64) iOS (arm, arm64) tvOS (arm64) macOS (x86_64, arm64) WebGL (wasm) Android (arm, arm64, x86, x86_64) Linux (x86_64, arm, arm64) Unity package and Unreal plugin will be available in su...
- 16 Dec 2022, 12:41
- Forum: General Discussion
- Replies: 5
- Views: 140
Re: Custom TextureProvider: Error while images are loading asynchronously
We are using premultiplied alpha in our textures, make sure to return a #00000000 color in your texture.
- 14 Dec 2022, 15:06
- Forum: General Discussion
- Replies: 5
- Views: 135
Re: backspace bug with Swiftkey
Yes, sorry, you need to create a new account at https://bugs.noesisengine.com and open a new ticket.how do i open a ticket? sorry I don't know ;x
- 14 Dec 2022, 15:04
- Forum: General Discussion
- Replies: 5
- Views: 140
Re: Custom TextureProvider: Error while images are loading asynchronously
I assume this is happening because you are returning a null texture in the first request. What happens if you return a 1x1 black texture for example? That should work
- 12 Dec 2022, 12:57
- Forum: General Discussion
- Replies: 4
- Views: 126
Re: Is possible do C++: public override UIElement Child
Could you please indicate the base class you are trying to extend? We expose the following virtual functions in Visual : /// Gets the number of child elements for the Visual /// \remarks Each visual implementation will decide how to store visual children virtual uint32_t GetVisualChildrenCount() con...