[2023-03-20] GUI Team Demo #6017
wdanilo
started this conversation in
Weekly Demo Day
Replies: 3 comments
-
CI troubles:
Project sharing:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Finished #5917:
Implemented #6019:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The week of planning: many discussions and planning for both Execution Modes and Widgets. Make tasks for Vector_Editor widget, started the first stub implementation, but not finished yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my end:
a. The Performance Monitor has now "details" panel which can be used to display additional information. For example, the "draw call count" widget, when selected, displays all the names of symbols that caused draw calls in the given frame.
b. The Performance Monitor can be paused. After pausing, a selection area appears that can be dragged left and right in order to select and inspect data points from the past.
c. The application does not catch all JavaScript events from window. Instead, it passes them to JS visualizations, like every website should. Some JS visualizations using D3 were fixed in order not to "steal the focus".
d. A generic way of discovering when the mouse is not handled by EnsoGL anymore was added. Whenever the mouse hovers a div not managed by EnsoGL, the cursor will automatically revert to the system one.
e. Also, fixes Dragging fullscreen visualisation view also moves camera in graph editor #5075.
Screen.Recording.2023-03-17.at.06.59.22.mov
Beta Was this translation helpful? Give feedback.
All reactions