Interfacing octave with C#

后端 未结 5 2025
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 18:09

I have developed a program in Octave to which I would like to add a GUI layer. I want to create an executable program in C# that I can distribute but want to stick with the

5条回答
  •  长情又很酷
    2020-12-15 18:37

    I recently needed this functionality for my pet-project and all existing solutions weren't user friendly or just didn't work. I created an open-source, cross-platform, .NET Standard library for this sole purpose. I hope it will save some headaches - Octave.NET on GitHub

提交回复
热议问题