Hi Simon, The screenshots looks nice but I have to ask: why build a high performance native 2D/3D scientific plotting lib based on openGL from scratch when you could wrap mature native libs like VTK or Mayavi? I mean in R you have RGL which is also directly based on openGL. You can use it for some basic 3D interative scatterplots & surfaceplots but personally I don't find these plots very satisfactory. I mean "raw" openGL itself is mainly for 3D graphics not scientific visualization and hence a whole lot more work is needed to add this functionality on top of it.
On Tuesday, March 3, 2015 at 10:43:27 PM UTC+1, Simon Danisch wrote: > > Well there is GLPlot.jl <https://github.com/SimonDanisch/GLPlot.jl>, but > it might not be what you're looking for... > Also it's on a feature freeze right now. > I'm restructuring the architecture, before I add more advanced features. > > Am Dienstag, 3. März 2015 16:38:32 UTC+1 schrieb Andrei Berceanu: >> >> Is there some Julia library that allows one to do create 3D (surface >> plots) in the IJulia notebook and then rotate them interactively, using the >> mouse? >> >> //A >> >
