nrother / dynamiclua

Wrapper for NLua, making access to lua more idomatic from .NET. Heavily using the "dynamic" keyword.
63 stars 10 forks source link

Create a sample project #2

Open nrother opened 10 years ago

nrother commented 10 years ago

I would be great if we would have a sample project working as a showcase for some featues.

d-led commented 10 years ago

I really like the project. If I find time, I'll perhaps do so. Do you already have a list of features you'd like to "show-off"?

nrother commented 10 years ago

Glad you like to help ;)

I don't really have such a list, maybe you could start with the features in the example on the readme, I thing those are the most important ones.

d-led commented 10 years ago

oki. Will think about it, maybe with an intent to blog about scripting the business logic with dynamiclua

d-led commented 10 years ago

started some experiments: https://github.com/d-led/BusinessLogicScripting/blob/master/DynamicLuaTest/DynamicLuaTest.cs