morphologica icon indicating copy to clipboard operation
morphologica copied to clipboard

A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)

Results 30 morphologica issues
Sort by recently updated
recently updated
newest added

@jmartinbrooke found this. Sometimes, t exceeds 1, triggering the runtime error in BezCurve::checkt. I think better runtime checking is required in computePointBySearch. Perhaps somethign like: ``` diff --git a/morph/BezCurve.h b/morph/BezCurve.h...

bug

@stuartwilson you noticed this. Can you describe?

There's quite a lot of code duplication in functions which could be templatized.

It's hanging at the end of my BarrelEmerge simulations.

bug

Commit b2c9fac shows the correct code to get the current framebuffer size. BUT also as part of this ticket, make sure all the calls where I've set window_w and window_h...

enhancement

Hi, I would like to create some image like below: ![image](https://alandefreitas.github.io/matplotplusplus/examples/discrete_data/stem3/stem3_1.svg) The image is from this page: https://alandefreitas.github.io/matplotplusplus/plot-types/discrete-data/stem-plot-3d/ BTW: Currently, I see the matplotplusplus use GnuPlot as it's backend, see...

Hi, I see this project can draw 3D objects under QT, that's great. Is it possible to draw something under wxWidgets? I know how to draw opengl 3D under wxWidgets,...

RandString manages a RandUniform object. Use unique_ptr for this and replace the new/delete. Good first issue.

good first issue

Hi, I have just tried this project. Looks good! I'm testing a very simple hello world project under: Windows 10, Code::Blocks IDE, msys2. Note that msys2 supplied many packages, include:...