FastNoise2 icon indicating copy to clipboard operation
FastNoise2 copied to clipboard

[Feature Request] Multi-monitor support for noise tool

Open echush opened this issue 4 years ago • 2 comments

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.

echush avatar Jul 21 '21 09:07 echush

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 .

Auburn avatar Jul 21 '21 09:07 Auburn

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!

echush avatar Jul 23 '21 17:07 echush