-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I want to use vst windowing.
For this, I need to use a raw_window_pointer.
It seems like glium is not made to support this, unless I override stuff in the platform_impl
#Affected code
- ISF shaders
Options
wgpu
- Closer to webgl
- Runs on web & many more
- modern
- Maybe struggles on old devices like rpi?
glium
- Closer to OpenGL
- comfortable
- Already implemented!
glow
- closerer to OpenGL?
rust-gpu
- Sexy programming
- Maybe can just be a component?
Metadata
Metadata
Assignees
Labels
No labels