-
Hi Qt folks,
I'm the developer of a header-only graphics library called morphologica which is good for drawing visualizations of numerical simulations. It draws using OpenGL and can draw 3D surfaces, quiver plots, scatter plots and regular 2D graphs. It can be compiled on Linux, Mac and Windows. I developed it for computational neuroscience applications and it continues to grow and improve. Its github page is: https://github.com/ABRG-Models/morphologica
Until recently, it was only able to draw its output in GLFW managed windows. However, I have now add Qt compatibility! I developed a few examples that allow morphologica to draw inside a QWidget! I created a special widget called a morph::qt::viswidget to achieve this, and you'll find three examples in morphologica/examples/qt/
I hope someone here finds this of interest. I'd love some help porting the other examples in morphologica/examples to Qt; I've only done the bare minimum so far.
best wishes!
-
S SGaist moved this topic from General and Desktop on
-
Hi and welcome to devnet,
This is looking quite interesting, thanks !