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
haraldsteinlechner
changed the title
Application.Slim.* packages do not support SimpleRenderWindow
Application.Slim.* packages only provide blocking Run() methods
Aug 1, 2019
Currently we have multiple options for creating windows etc:
For usage in F# interactive setups it is necessary to open the window without blocking FSI. here is an example.
Unfortunately the netcore (Slim) variants only provide blocking Run() methods for windows making them unusable for interactive setups.
IMO, what we would need here is:
window.Visible <- true
methods for opening a window in a non-blocking mannerWith net471 this is all possible via
SimpleRenderWindow
, but a contribution here could lift also interactive support to pure netcore level.The text was updated successfully, but these errors were encountered: