nzy3d-api icon indicating copy to clipboard operation
nzy3d-api copied to clipboard

Any tutorial available?

Open ShannonZ opened this issue 5 years ago • 4 comments

How to draw a pie/bar/heatmap? How to plot lines in a 3D charting with giving X,Y,Z arrays?

ShannonZ avatar Apr 09 '19 08:04 ShannonZ

Unfortunately, no. Since this API is based on jzy3d, I advise you to have a look at http://www.jzy3d.org/tutorial.php The APIs have diverged since I did not found time to invest in nzy3d but basic blocks are still the same.

benoit74 avatar Apr 09 '19 08:04 benoit74

Which tool did you used to convert java to C#? Is it possible to convert these examples in java https://github.com/jzy3d/jzy3d-api/tree/master/jzy3d-tutorials/src/main/java/org/jzy3d/demos to C#?

ShannonZ avatar Apr 09 '19 08:04 ShannonZ

I want to contribute. But where and how should I start with? Any class diagrams or design ideas?

ShannonZ avatar Apr 09 '19 08:04 ShannonZ

The conversion was mostly manual, since the OpenGL library used is different, and probably since I didn't knew how to do it differently at that time. Regarding your will to contribute, you are more than welcome. Unfortunately the documentation is absolutely missing. I just open-sourced the code since I felt it could be valuable to someone else but never had the time / energy to structure this as a real opensource project. I don't know what could be the best way to onboard you on the project. There is quite a lot of work which has been done on jzy3d which has not been backported to nzy3d. Any suggestion ?

Le mar. 9 avr. 2019 à 10:31, ShannonZ [email protected] a écrit :

I want to contribute. But where and how should I start with? Any class diagrams or design ideas?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/benoit74/nzy3d-api/issues/17#issuecomment-481155947, or mute the thread https://github.com/notifications/unsubscribe-auth/AGxeiTAlocpLKDsLKNjvrWgJYNSBrxTaks5vfE_7gaJpZM4cj396 .

benoit74 avatar Apr 09 '19 14:04 benoit74