-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate range graphs #7
Comments
As part of Issue #12 I'm implementing a vapi for Gnuplot Which as of this posting is breaking CI. |
I'm also considering using flotr2 though. It's Javascript based. It would appear that Vala easily integrates with webkit and this would require nothing fancy. Flotr2 Blog post about Flotr2 Webkit + Vala demo |
Anyone interested in composing graphics in something like R? It might also be a fine interface for running simulations, linking to external databases, etc.. Happy to help. |
I would be happy to accept contributions with graphs generated in R. |
Great! There are a couple of options:
The best approach is a self-contained R package that includes the sources for libbalistica. This is pretty common for libraries written in C or C++. I have no idea if it is even possible with vala. Also, an interface to R would make it possible to plot simulated trajectories in 2D or 3D via all of the GIS functionality. |
If you're waiting on me to tell you which of the three I'd pick or prefer I'm sorry. I'm not familiar enough with R to make an informed decision there. I will tell you however that I've considered dropping vala and rewriting everything in a more popular language like D or rust. I've also considered going crazy and using zig. Your thoughts are welcome. |
I'd vote for rust because there is a relatively simple framework for interfacing with R. I'd be happy to put in the time required to get the R package developed, documented, and published on CRAN. |
I haven't committed to either yet, but D doesn't look that difficult either: https://dlang.org/blog/2020/01/27/d-for-data-science-calling-r-from-d/ |
That might be a fine way to get R-generatd figures / simulations into a GUI-driven application, but would not work for an R package (the inverse). Interesting read, I had never heard of |
No description provided.
The text was updated successfully, but these errors were encountered: