Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将 X3D 与 Google 的 Dart 网络编程语言一起使用吗?
目前 HTML5 允许人们将 X3DOM 与 WebGL JavaScript API 集成。
是否有类似的方式将 X3D 与 Google Dart 集成?
如果你可以在 Js 中做某事,你可以在 Dart 中做(使用 Dart 本机或使用dart:js- 请参阅使用 Dart 中的 JavaScript)。
dart:js