Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run method (see. Instance struct). This method is the heart of the system and starts up all necessary threads for running an application. It should support a single threaded but also a multi threaded runtime environment for rendering and event handling. #5

Closed
exellian opened this issue Mar 21, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@exellian
Copy link
Owner

exellian commented Mar 21, 2022

rust-windowing/winit#1199 (comment)

@exellian exellian mentioned this issue Mar 21, 2022
6 tasks
@exellian exellian added this to the Core Design milestone Mar 21, 2022
@exellian exellian added the core label Mar 21, 2022
@exellian exellian self-assigned this Mar 21, 2022
@exellian
Copy link
Owner Author

Moving on and just implementing a multithreaded version. The single-threaded approach is currently only possible in a blocking way which doesn't meet the requirements. In the future we will probably support a single thread version, but it requires a different windowing library or async support in winit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant