Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Flutter support virtual or augmented reality?

I have to make an app that uses virtual reality, so should I drop the idea of using Flutter?

like image 291
Aadish Goel Avatar asked Jun 01 '18 14:06

Aadish Goel


2 Answers

yes as much as I have seen flutter does support AR,I have been following a flutter developer on twitter he posts some cool AR stuff built with flutter here's a plugin ARCore he has built for flutter.

here are some of sample AR videos from the developer himself

https://twitter.com/i/status/1123893412279791616

https://twitter.com/i/status/1129117305303175168

like image 53
Mahesh Jamdade Avatar answered Oct 15 '22 20:10

Mahesh Jamdade


Can I build 3D (OpenGL) apps with Flutter?

Today we don’t support for 3D via OpenGL ES or similar.We have long-term plans to expose an optimized 3D API, but right now we’re focused on 2D.

https://flutter.dev/docs/resources/faq#can-i-build-3d-opengl-apps-with-flutter

like image 26
Duke79 Avatar answered Oct 15 '22 21:10

Duke79