All,
I’ve been able to run the Makie examples in Julia-1.0.0 on OSX without trouble.
Currently, I’m attempting to visualize a DAG in 3D. I import the data into Dictionaries, and then process them into arrays for feeding into Makie. For my first attempt, I manually created an example DAG, enough to force 3D rendering, and was able to view it successfully.
However, now that I moved to a larger dataset, I get a blank scene when I run my script. I tried scrolling around, but nothing is visible, not even the axises.
Liberal applications of ‘@show’ leads me to believe that a) my data is imported correctly and b) dumped into the arrays correctly. One array for spheres / nodes, and one array for lines between nodes.
So, what’s the best way to debug scene? $searchengine didn’t yield much, unless I want to know more about someone named “Julia Makie”