Closed CleanCut closed 3 years ago
OpenGL has been deprecated on macOS, which means it will someday be removed.
It would be really nice if we could replace glium with something else.
glium
Required:
Optimize for:
So far, I have tried vulkano, but I can't get the examples working on the master branch, or version 0.10.0, or 0.9.0. https://github.com/vulkano-rs/vulkano/issues/1019
vulkano
Other possibilities:
Closing in favor of the new plan: Refactor rusty_engine to be a thin wrapper around a real game engine such as Bevy.
OpenGL has been deprecated on macOS, which means it will someday be removed.
It would be really nice if we could replace
glium
with something else.Required:
Optimize for:
So far, I have tried
vulkano
, but I can't get the examples working on the master branch, or version 0.10.0, or 0.9.0. https://github.com/vulkano-rs/vulkano/issues/1019