[Feature Request] Multi-monitor support for noise tool
It would be very useful to be able to have the node editor and 2d texture preview on a 2nd/3rd screen, and have the whole main screen dedicated to the 3d noise preview.
This should be possible using the multi viewport feature in ImGui, https://github.com/ocornut/imgui/wiki/Multi-Viewports
Would need to check it works with Magnum though
On Wed, 21 Jul 2021, 10:15 echush, @.***> wrote:
It would be very useful to be able to have the node editor and 2d texture preview on a 2nd/3rd screen, and have the whole main screen dedicated to the 3d noise preview.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Auburn/FastNoise2/issues/59, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKJPLG6GMEM7YPEQ7OSFSDTY2F3BANCNFSM5AXRLNTQ .
This should be possible using the multi viewport feature in ImGui, https://github.com/ocornut/imgui/wiki/Multi-Viewports Would need to check it works with Magnum though
Nice, that looks promising!