maltepuetz / ScalingCollapse.jl

A julia package for automatic finite size scaling.
MIT License
5 stars 1 forks source link

GLMakie interactive optimization #13

Open maltepuetz opened 9 months ago

maltepuetz commented 9 months ago

This is just a cool idea for the future:

Make a GLMakie interface with the following elements:

Now there could be sliders to dynamically change the parameters and modify the scaled data. There should be a marker in the landscape plot to mark where the current parameters lie. There could also be the option to click on the landscape plot to select parameters.

This may be a very nice interactive way to manually do a scaling! Note: Add this as an extension to not include GLMakie in the direct dependencies :)

Other ideas:

maltepuetz commented 6 months ago

mostly implemented, still needs some finetuning / bugfixes