开发者

XNA - scripting on XBOX?

开发者 https://www.devze.com 2023-02-02 04:04 出处:网络
I\'ve incorporated IronPython into my XNA game on Windows, but, of course, that won\'t work on the compact framework since the DLR stuff isn\'t available.

I've incorporated IronPython into my XNA game on Windows, but, of course, that won't work on the compact framework since the DLR stuff isn't available.

Are there any scripting obj开发者_运维技巧ect implementations available that will work with the compact framework? It's really convenient to be able to tweak the system real-time without having to recompile.


Most things in IronRuby will work on the compact framework (it runs on Windows Phone today). You may need to deploy the DLR yourself but because it's just an additional library it is possible to run it. IronPython could be made to work but it'll require some work to avoid doing code generation where it does today which is not possible on the compact framework.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号