splitandthechro / nginz

A game engine written in C#
Other
1 stars 3 forks source link

Move away from MoonSharp #13

Open SplittyDev opened 8 years ago

SplittyDev commented 8 years ago

MoonSharp is a great library, but maintaining the wrappers is painful. NeoLua would be a good alternative, since it runs on the DLR and can be implemented with no effort.

SplittyDev commented 8 years ago

Partially done. Removed the MoonSharp Interop library. I will replace it with NLua or NeoLua soon. Probably NLua.