Search found 4122 matches
- Yesterday, 00:31
- Forum: General Discussion
- Replies: 9
- Views: 347
Re: WPF controls are pink or transparent
That is a user-side mistake, as it changes the GUID of the asset, breaking all previous references.Getting the .meta file for the settings messed up by not checking it into source control can be one reason
- Yesterday, 00:30
- Forum: General Discussion
- Replies: 28
- Views: 17408
Re: Caliburn.Noesis (Caliburn.Micro port)
A sample is included, however for it to work, the package needs to be moved from Library/PackageCache to the actual Packages/ folder as an embedded package since the sample references a ResourceDictionary and that can't be done in the PackageCache yet. Otherwise, all features should be working, and...
- Yesterday, 00:25
- Forum: General Discussion
- Replies: 1
- Views: 132
Re: WASM samples has no audio
Yes, audio has not been implemented in the EmscriptenDisplay. For now, we don't have concrete plans for this. This is part of the App framework, whose source code is provided.
- Yesterday, 00:24
- Forum: General Discussion
- Replies: 8
- Views: 245
Re: Problem with Anti-Aliasing in XAML views
What PPAAIn and PPAAOut parameters did you try?
MSAA must be enabled in Unity, in the settings of the projects or in the camera. But this is not a trivial change and can affect the whole project, make sure to consult this with your rendering engineers before proceeding.
MSAA must be enabled in Unity, in the settings of the projects or in the camera. But this is not a trivial change and can affect the whole project, make sure to consult this with your rendering engineers before proceeding.
- Yesterday, 00:19
- Forum: General Discussion
- Replies: 1
- Views: 113
Re: Noesis 3.2.7 the Delegate operator += for lambdas is not compiled
This is intentional. Versions prior to 3.2.7 were too permissive, allowing incorrect parameters and causing crashes or weird compiler errors. Now, you must explicitly specify the parameters of the delegate:: class MainWindow final: public Window { public: MainWindow() { Initialized() += [](BaseCompo...
- 21 Jan 2025, 23:55
- Forum: General Discussion
- Replies: 8
- Views: 245
Re: Problem with Anti-Aliasing in XAML views
PPAA is a cheap antialiasing algorithm. Its quality can be fine-tuned per element, as outlined in the linked tutorial. <Rectangle noesis:Element.PPAAIn="1" noesis:Element.PPAAOut="1" Fill="Black" Width="100" Height="100"> <Rectangle.RenderTransform>...
- 21 Jan 2025, 22:08
- Forum: Official Announcements
- Replies: 74
- Views: 282459
Re: [Latest] NoesisGUI v3.2.7
Release Notes for 3.2.7
- 20 Jan 2025, 18:03
- Forum: General Discussion
- Replies: 8
- Views: 245
Re: Problem with Anti-Aliasing in XAML views
Could you attach the image directly? I see a file called "Line_WPF.png" (is that Noesis or WPF) and the image quality is super bad (a lot of compression artifacts).
- 20 Jan 2025, 17:48
- Forum: General Discussion
- Replies: 8
- Views: 245
Re: Problem with Anti-Aliasing in XAML views
Could you please attach an image with the problem instead of a video? And better if you can also attach a minimal XAML reproducing the issue. Thanks!
- 20 Jan 2025, 13:03
- Forum: General Discussion
- Replies: 10
- Views: 5920
Re: "Xaml not found" for every file when Unity recomplies.
Thanks for sharing your solution and the kind comments :)
We definitely need to find a way to better integrate Addressables into our workflow. The Inspector should work seamlessly in these cases
We definitely need to find a way to better integrate Addressables into our workflow. The Inspector should work seamlessly in these cases