katharostech / bevy_retrograde

Plugin pack for making 2D games with Bevy
Other
296 stars 9 forks source link

Examples not rendering #59

Closed boyswan closed 3 years ago

boyswan commented 3 years ago

Trying to run an example via: ❯ cargo run --features="ldtk" --example ldtk_map

The window loads but with a black screen. This seems to be the case for all examples (hello_world) Testing on OSX 10.14.6.

zicklag commented 3 years ago

Hey there! Thanks for the report!

Unfortunately Bevy Retrograde doesn't work on OSX yet, but we are actively working on it! Once we can get Bevy's built-in renderer working on OpenGL and WebGL we are going to migrate to using Bevy's built-in renderer, and that will support OSX. You may want to subscribe to #41 which will track progress with our migration to Bevy's renderer.

Let me know if you have any more questions!

boyswan commented 3 years ago

Amazing, thanks for the reply!