Page 1 of 1

OxyPlot charting library for use within Unity3D

Posted: 13 Apr 2016, 16:12
by martinj
I've uploaded a modified version of OxyPlot that works with NoesisGUI. Feel free to try it, and contribute if you fix any bugs :). https://github.com/easylaser/OxyPlotNoesisGUI

Please note that you need to provide some classes from .Net framework yourself. But that should be pretty straight forward.
screenshot.png

Re: OxyPlot charting library for use within Unity3D

Posted: 14 Apr 2016, 01:01
by jsantos
Amazing job! Regarding the classes needed from the .NET framework reference source (those in System.Windows.Media) we have plans to fully support those classes in future versions of noesisGUI. So, we will use System.Windows.Media.Rect for example instead of our own implementation. That way, we wil be more compatible with the WPF ecosystem.

Re: OxyPlot charting library for use within Unity3D

Posted: 03 May 2016, 07:47
by kguner
Got this working thanks! Now to make my own charts.

Image