Embedding Dart into application

前端 未结 1 1562
再見小時候
再見小時候 2020-12-17 16:00

I am just experimenting , but want to use Dart as a scripting language for a high performance simulation application I\'ve been working on.(think games)

Basically u

相关标签:
1条回答
  • 2020-12-17 16:48

    I couldn't find any good article on this, only this discussion thread in Dart group. However, there are working demos in the Dart's source code.

    Take a look at DartHost implementation in some of these projects - this should give you some idea about how to do it.

    0 讨论(0)
提交回复
热议问题