F# 与 OpenTK 示例?
有人知道也可以使用 F# 中的 OpenTK (http://www.opentk.com/) 等 C# 库吗? 我对数学工具包库特别感兴趣,它可以通过利用 F# 中的 GPU 来为某些脚本提供额外的速度。
有什么无痛的方法可以做到这一点? :)
Is anybody aware of a possibility to use C# libraries like OpenTK (http://www.opentk.com/) from F#, too?
I'm especially interested in a Math toolkit library to give some scripts extra speed by taking advantage of the GPU from within F#.
What's a painless way to do that? :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 Juliet 提到的,您可以使用 F# 中的任何 .NET 库。具体谈论 OpenTK,有 Laurent Le Brun 编写的一些材料(但是,所有这些材料都是关于图形而不是数学):
可能不是 与您正在寻找的完全相同,但它应该有所帮助(例如,如果在使用 F# 中的 OpenTK 时需要完成一些棘手的事情)
As Juliet mentions, you can use any .NET library from F#. Talking about OpenTK specifically, there is some material written by Laurent Le Brun (however, all of them are about graphics and not math):
samples/opengl
directory in the F# cross platform project on CodePlexIt's probably not exactly the same thing as you're looking for, but it should help (e.g. if there are some tricky things that need to be done when using OpenTK from F#)