Search found 3897 matches

by jsantos
15 Feb 2024, 18:56
Forum: General Discussion
Replies: 2
Views: 86

Re: How to do I make Noeisis Ignore chunks of XAML?

I don't think that's possible to implement on your side. But I am not sure if I am following you, if you want to "debug my XAML in Blend", you can use the d: namespace right? Only Blend parses these blocks.
by jsantos
15 Feb 2024, 18:48
Forum: General Discussion
Replies: 2
Views: 92

Re: view->SetSize() reports thread safety errors

There is no shared state between Views, they are completely isolated. But I think that the warnings are coming from the fact that the theme is being loaded in the main thread and there must be resources inside it that are not properly sealed. Could you please open a ticket about this? We also have p...
by jsantos
13 Feb 2024, 13:27
Forum: General Discussion
Replies: 12
Views: 4245

Re: How to setup NoesisGUI XAML Tools (VSCode Extension) and preview XAML correctly on macOS

In the latest extension version we implemented previews in Unreal and Unity

by jsantos
08 Feb 2024, 18:11
Forum: Official Announcements
Replies: 70
Views: 232163

Re: [Latest] NoesisGUI v3.2.3

Release Notes for 3.2.3
by jsantos
08 Feb 2024, 13:44
Forum: General Discussion
Replies: 5
Views: 178

Re: Building a WPF app to Android

We haven't tried the emulator recently but it should work. Make sure to use the right library for the architecture of the device you are trying to emulate (so arm instead of x86). This is different in comparison to iOS emulators.
by jsantos
08 Feb 2024, 13:41
Forum: General Discussion
Replies: 1
Views: 124

Re: Pros and Cons of NoesisGUI

A few important advantages: True vector support where everything feels more “crisp” Dramatically improved performance, with a tiny memory footprint Engine agnostic, if in the future you decide to change your technology (Unreal, Unity, Custom) your UI stack remains Scalability in workflow and perform...
by jsantos
06 Feb 2024, 18:00
Forum: General Discussion
Replies: 5
Views: 178

Re: Building a WPF app to Android

For C# SDK you need to use this guide:
by jsantos
06 Feb 2024, 17:56
Forum: General Discussion
Replies: 5
Views: 178

Re: Building a WPF app to Android

In the SDK Build directory (NoesisSDK/Build/) there are a few makefiles for Android. Just doing
make -f NoesisGUI-android-arm.mk CONFIG=Release
should build all the examples if you have all the dependencies installed as indicated.

PS: This is for the C++ SDK
by jsantos
05 Feb 2024, 15:47
Forum: General Discussion
Replies: 6
Views: 2501

Re: NoesisGUI w/ Urho3D

Great, appreciate the feedback. I was also going to mention that, in many cases, views may not render properly due to a missing call to SetSize.
by jsantos
05 Feb 2024, 15:43
Forum: General Discussion
Replies: 2
Views: 571

Re: Noesis license script

Trials are not supposed to be used like that. Please, don't do it. Our trials are for evaluating the product during 30 days and then you need to acquire a license. There are some exceptions to these rules, please contact us privately to get your license.