Can Avalonia be used in a way similar to ImGui #13411
Unanswered
denys-volodarskyi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Not sure. But my understanding is that Avalonia can be embedded in anything that:
As such there are people who have embedded Avalonia inside 3d game engines such as Unity, Unreal, and Godot. You technically don't even need "graphics" there is this project which makes Avalonia useable for terminal apps. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/ocornut/imgui
It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline-enabled application.
Can Avalonia be used this way?
Beta Was this translation helpful? Give feedback.
All reactions