RustAudio / baseview

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

Basic OpenGL example proposal #167

Closed pingpongcat closed 4 months ago

pingpongcat commented 4 months ago

Hello, I'm planning to contribute to the project by providing a basic OpenGL example.

https://github.com/pingpongcat/base_window

I've decided not to interfere with the existing example and keep it super simple, but I'm wondering if that's the right direction.

I'd love to hear your opinion before sending any merge request. I'm using glow crate for OpenGL stuff.