Seb James

Results 25 issues of Seb James

I'm submitting my own library 'morphologica' to be considered for inclusion in your awesome list. The code is available on [Github](https://github.com/ABRG-Models/morphologica). morphologica is used in our research group to visualize...

@niclar writes: "The underlying data structure of the Vector class is a std::array which if misaligned is subject to write tearing. (Further the atomic read/write assumption (guaranteed on x86/x64 for...

The OpenCV dylib will require libjpeg, so a Mac developer may need to download and install libjpeg before they can compile sfview/stalefish.

enhancement

It shouldn't fail, should just gracefully refrain from compiling anything with OpenMP.

help wanted

As it stands, keepOpen() runs until the user presses 'x' to exit. It would be nice to have a keepOpen() call that can be used to show a simulation at...

enhancement

To see: run ./build/examples/visual Now rotate the surface around until it is edge on. Some of the edge hexes become distorted.

@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.