CleanCut / rusty_engine

2D game engine for learning Rust
372 stars 47 forks source link

Replace glium (OpenGL subsystem) #1

Closed CleanCut closed 3 years ago

CleanCut commented 6 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.

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

CleanCut commented 4 years ago

Other possibilities:

CleanCut commented 3 years ago

Closing in favor of the new plan: Refactor rusty_engine to be a thin wrapper around a real game engine such as Bevy.