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

add the wxWidgets GUI support, also add wxWidgets sample code and Cod… #156

Closed asmwarrior closed 10 months ago

asmwarrior commented 10 months ago

…e::Blocks project file

This project can be built under Code::Blocks and Msys2/GCC You can use the prebuilt wxWidgets library inside Msys2(installed by the pacman command) or you can build the wxWidgets library by yourself.

sebjameswml commented 10 months ago

Thanks for the contribution. As discussed, I'll merge this and then work up CMakeLists.txt to compile with cmake and try to figure out the necessary changes to run on wxgtk as well.