Skip to content

Change GPU implementation? #14

Description

@edeetee

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions