ImaginaryDevelopment / PathOfSupporting

A .net helper library for tools working with Path of Exile or Path of Building
MIT License
3 stars 0 forks source link

Refactor lib to C# #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi.

Im help u coding this lib if U refactor to C#. F# insane for me.

Thanks.

ghost commented 5 years ago

Im find new method. Very easy to parse item data.

Use Nlua.

        Lua state = new Lua();

var success = true; try { state.DoFile(@"C:\Users\WORK\Desktop\POE_Tools\MakeGearGreat\Demo\Demo\ModParser.lua"); } catch (NLua.Exceptions.LuaScriptException e) { success = false; Console.WriteLine(e.ToString()); } var scriptFunc = state ["parseMod"] as LuaFunction;

ghost commented 5 years ago

@ImaginaryDevelopment check this project https://github.com/jaspergould/PathOfSearching

ImaginaryDevelopment commented 5 years ago

k, moving it to C# won't happen.