List of projects using this/places to share projects using this?
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:
- Better build system/build system wrapper using Cake, available here
- Very simple web framework, available here
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)
greate work!, i add it in this list https://github.com/yanghuan/CSharp.lua/wiki/Related-Projects
I only use it to share code on the server side and the client
I wish to use it in Transformice: https://transformice.com . /lua in your tribe-house.
Transformice is a flash game, how can you use CSharp.lua with it ?
@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...