RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
266 stars 57 forks source link

replace `WindowHandler::build()` with closure passed to `Window::open()` #49

Closed wrl closed 3 years ago

wrl commented 3 years ago

This PR makes it substantially easier to construct a window which incorporates state from outside the window context.

wrl commented 3 years ago

approved by @glowcoil on discord