Integration with egui #115
Unanswered
Quick-Flash
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
If you want to use ranim to create some UI elements, it might not suit to you, because ranim is designed to produce scientific or mathematical visualization videos (similar to 3b1b/manim). If you want to display ranim scenes in egui, there are mainly two solutions: One is to use wgpu + winit + egui, rendering both ranim and egui to the window's surface (this is how ranim-app display ranim scene). Another is to use eframe + egui_wgpu, rendering to egui's canvas through |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
How easy is it to get ranim working in an egui project? This could add some really great visuals to egui.
Beta Was this translation helpful? Give feedback.
All reactions