morphologica
morphologica copied to clipboard
A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)
@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...
This issue discovered by @jmartinbrooke
The OpenCV dylib will require libjpeg, so a Mac developer may need to download and install libjpeg before they can compile sfview/stalefish.
It shouldn't fail, should just gracefully refrain from compiling anything with OpenMP.
does not exist. Can the occurrences be replaced by i.e; ``` #ifndef USE_GLEW #ifdef __OSX__ # include #elif _WIN32 # include # include #else # include #endif #endif ``` [win32_opengl3_path.patch.txt](https://github.com/ABRG-Models/morphologica/files/8255083/win32_opengl3_path.patch.txt)
Tying to build an example. -The cmake installation target for morph seem to miss e.g. Visual.h, ScatterVisual.h
-Would you consider replacing the "__WIN__" define with the standard "WIN32" instead ?
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...
To see: run ./build/examples/visual Now rotate the surface around until it is edge on. Some of the edge hexes become distorted.