-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
GLFWembedderIssue concerns the embedder packageIssue concerns the embedder packageengineDepends on support form the Flutter EngineDepends on support form the Flutter EngineenhancementNew feature or requestNew feature or request
Description
The flutter/engine GLFW implementation makes use of the custom_task_runners
.
The implementation is available here: flutter/engine@4e344e6 , it is just a matter of porting it to go-flutter.
The use of a custom event loop interop will resolve some delay experienced by plugin author #132 (comment) , and it will able us to have 'true' passive sleep. (instead of fetching platform message every 0.016 seconds even when there is no message available)
Metadata
Metadata
Assignees
Labels
GLFWembedderIssue concerns the embedder packageIssue concerns the embedder packageengineDepends on support form the Flutter EngineDepends on support form the Flutter EngineenhancementNew feature or requestNew feature or request