nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
5.99k stars 303 forks source link

Virtual reality support #426

Open lpil opened 4 years ago

lpil commented 4 years ago

Hello! Is it possible to use nannou with virtual reality systems such as those from Oculus?

Thanks, Louis

freesig commented 4 years ago

At this moment it's probably not possible because vulkano doesn't support stereoscopic rendering. However we are actively working on porting to Rendy and it should be possible because vulkan does support this.