Open oli-obk opened 1 year ago
pancake ? 2D map, "slippy map" ? Or non-VR 3D view on screens?
yea "pancake" is a term from some VR game communities. Means regular 3D view with mouse and keyboard or gamepad controllers
Can't build because the texture are not (not(target_os="macOS") '#' is my friend ;-)
[target.'cfg(not(target_os="macos"))'.dependencies] bevy_oxr = { git = "https://github.com/awtterpip/bevy_openxr", optional = true }
[features]
On Mac you need to build with cargo run --no-default-features
I haven't figured out yet how to disable the feature automatically on mac
How to tell that to the rust-analyser ?
"rust-analyzer.cargo.noDefaultFeatures": true
oh... but then we can't commit that... I'll give it another go to make it automatic
https://github.com/DerKarlos/OSMeta/pull/14 should have fixed the issue for you
This is "VR" native only, right? Or also Android?
More to do: Web, Apple - iOS/ipadPS, visualOS
android is entirely broken right now, even without VR. I'll need to debug it. But first I need to try out bevy android examples that worked for others, and then see if I can get those to work for me. If they work, then I can see what I did wrong here.
Let's make an Issue per OS
we can use https://github.com/awtterpip/bevy_openxr, which should work on bevy 0.12 just fine