yanghuan / CSharp.lua

The C# to Lua compiler
Other
1.21k stars 200 forks source link

List of projects using this/places to share projects using this? #37

Open soccermitchy opened 6 years ago

soccermitchy commented 6 years ago

I just finished the first major part of a project I'm writing that uses this, and I was wondering if there was any place to share what people have made using CSharp.Lua. I have two projects currently for it:

Future project I'm looking at making: something like LuaRocks or NPM for managing dependencies for projects and managing launching projects... would there be any demand for this? Thinking it may build a larger community around this (although it is a relatively unknown project)

yanghuan commented 6 years ago

greate work!, i add it in this list https://github.com/yanghuan/CSharp.lua/wiki/Related-Projects

yanghuan commented 6 years ago

I only use it to share code on the server side and the client

ghost commented 6 years ago

I wish to use it in Transformice: https://transformice.com . /lua in your tribe-house.

yanghuan commented 6 years ago

Transformice is a flash game, how can you use CSharp.lua with it ?

ghost commented 6 years ago

@yanghuan It exposes a Lua environment ;). I.e., for non-devs, go in your tribe-house and type /lua in the chat. You'll see that you can only execute a Lua (5.1/5,2) code there...