Replies: 1 comment 3 replies
-
I would create a custom control that handles its own rendering code. All that said, Avalonia, WPF, UNO, etc are all designed for UI stuff and not for real time rendering. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i am currently buildig a SimRacing tool and want to implement a bar where the user can see how much throttle he gives at the moment. I can't get it running fast enough to make it realtime. Maybe I am just using the wrong control which is currently a Border where I set the Height all the time.
Hope you guys have some ideas or can help me out with realtime updates in UI with Avalonia.
If you need further informations, feel free to ask!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions