ABRG-Models / morphologica

A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)
https://abrg-models.github.io/morphologica/
Apache License 2.0
255 stars 29 forks source link

Manages the HexGrid memory with a unique_ptr. #178

Closed sebjameswml closed 6 months ago

sebjameswml commented 6 months ago

Client code will need to change. That includes https://github.com/sebjameswml/RetinoTectal (though that has a submoduled morphologica) and https://github.com/MJ6Z/diffusion.

Part of issue #173