如题,最近在学习 Flutter,打算仿造一个魔方还原的软件,但似乎 Flutter 还不支持 OpenGL?请问有别的实现方法吗?
1
ns2250225 Mar 6, 2019 最近也在学习 Flutter,看到相关 3D 的例子: https://medium.com/flutter-community/flutter-challenge-3d-bottom-navigation-bar-48952a5fd996
|
2
murmur Mar 6, 2019
那为什么不用 unity
|
3
shaonian Mar 6, 2019
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.io/docs/resources/faq#can-i-build-3d-opengl-apps-with-flutter |