Search found 183 matches
- 24 Mar 2022, 18:54
- Forum: General Discussion
- Replies: 1
- Views: 201
Sample Available?
There is a sample project available for this XAML demo? https://i.imgur.com/cfS9nqf.png BTW, good luck at GDC this week!
Thanks,
Shaun
Thanks,
Shaun
- 09 Mar 2022, 21:21
- Forum: General Discussion
- Replies: 4
- Views: 4215
Re: ResourceDictionary Texture Optimization
Hello! I am revisiting this question with a new variation. Let's say that I have a single XAML shape that is stored as a resource. If I have 100 instances of the XAML shape displayed in my NoesisView, is that 1x memory consumption or 100x memory consumption? Similarly, is it 1x rendering bandwidth o...
- 16 Feb 2022, 23:09
- Forum: General Discussion
- Replies: 6
- Views: 280
Re: GamePad Repeat Rate and Analog Thumbstick Behavior?
Perfect, thank you!
- 16 Feb 2022, 20:07
- Forum: General Discussion
- Replies: 6
- Views: 280
- 16 Feb 2022, 19:26
- Forum: General Discussion
- Replies: 6
- Views: 280
Re: GamePad Repeat Rate and Analog Thumbstick Behavior?
Thanks jsantos. I will work on a reproduction project!
- 16 Feb 2022, 19:25
- Forum: General Discussion
- Replies: 2
- Views: 111
Re: XAML Vector vs Rasterized Image Performance Question
Vectors are not converted to images internally. They are rendered per-frame. In general, Noesis is fast enough to avoid the over-head of an image but we are working on an extension to control this kind of caching because sometimes it is useful to convert a complex path to an image. Rasterizing path...
- 16 Feb 2022, 19:21
- Forum: General Discussion
- Replies: 6
- Views: 165
Re: Sharing XAMLToy Creations
Thanks for considering my feedback! Registering an account prior to saving (or sharing) is an acceptable level of friction, IMO.
- 15 Feb 2022, 20:36
- Forum: General Discussion
- Replies: 6
- Views: 280
GamePad Repeat Rate and Analog Thumbstick Behavior?
Is there a link to documentation for NoesisView Gamepad Repeat Delay and Repeat Rate? ... This feels like a bug or issue but I'm a unsure because I haven't located the documentation the repeat rate behavior. I can increase gamepad repeat rate to a high value so that GamePad input must be reapplied w...
- 15 Feb 2022, 20:24
- Forum: General Discussion
- Replies: 6
- Views: 165
Re: Sharing XAMLToy Creations
After having tried it I have the following feedback -- - I didn't see the Help button until you pointed it out. It isn't easily visible and it might not be very helpful as a result. - While being able to load from a Gist is nice, round-tripping through Gist undermines the value of the editor feature...
- 15 Feb 2022, 19:43
- Forum: General Discussion
- Replies: 6
- Views: 165
Re: Sharing XAMLToy Creations
Very cool. Thank you!