Coder Social home page Coder Social logo

Comments (4)

jeason1997 avatar jeason1997 commented on June 3, 2024

能介绍下是哪些开源项目支持 c# 转 lua 么?有点好奇想看看

from xlua.

miter avatar miter commented on June 3, 2024

目前只发现一个
https://github.com/yanghuan/bridge.lua
而且转换的结果不太符合我想要的样子

namespace.class("Main", function ()
    local Start, Update
    Start = function (this) 
        System.Console.WriteLine("HelloWorld")
    end
    Update = function (this) 

    end
    return {
        __inherits__ = { UnityEngine.MonoBehaviour },
        Start = Start,
        Update = Update
    }
end)

from xlua.

chexiongsheng avatar chexiongsheng commented on June 3, 2024

之前了解过一两个,感觉都不怎么成熟。 miter发的我没了解过,有空看看。
之前有考虑过这事情,但目前还是聚焦在核心这块,会持续关注有没合适的方案。
但直接集成的可能性不会很大,应该会以扩展包的方式在放到另外的项目里头。

from xlua.

pyuuu avatar pyuuu commented on June 3, 2024

https://gameinstitute.qq.com/talk/detail/10158
如果可以集成下就太好了

from xlua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.