You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for the integration to support this functionality, the current API that exposes the event_loop of winit is not convenient.
We need to manage everything around window generation in integration.
Therefore, I would like to reorganize the API and rewrite the entire API.
Also, since I am rewriting the API, I would like to take this opportunity to change the name of crate from egui-winit-ash-integration to egui-winit-ash.
The current name is too long.
I'm going to create a new GitHub repository and make a prototype this Saturday and Sunday.
If the prototype works well, I will mainly update that new egui-winit-ash crate and stop updating this egui-winit-ash-integration crate.
If you want to continue to use egui-winit-ash-integration, I would appreciate it if you could take over the updates by either forking or changing the repository administrator.
Thanks!
The text was updated successfully, but these errors were encountered:
The Multi Viewport mechanism has been included in egui since 0.24.
https://twitter.com/ernerfeldt/status/1727728890964045980
https://twitter.com/ernerfeldt/status/1725547515355836490
In order for the integration to support this functionality, the current API that exposes the
event_loop
ofwinit
is not convenient.We need to manage everything around window generation in integration.
Therefore, I would like to reorganize the API and rewrite the entire API.
Also, since I am rewriting the API, I would like to take this opportunity to change the name of crate from
egui-winit-ash-integration
toegui-winit-ash
.The current name is too long.
I'm going to create a new GitHub repository and make a prototype this Saturday and Sunday.
If the prototype works well, I will mainly update that new
egui-winit-ash
crate and stop updating thisegui-winit-ash-integration
crate.If you want to continue to use
egui-winit-ash-integration
, I would appreciate it if you could take over the updates by either forking or changing the repository administrator.Thanks!
The text was updated successfully, but these errors were encountered: