Auburn / FastNoise2

Modular node graph based noise generation library using SIMD, C++17 and templates
MIT License
990 stars 105 forks source link

[Feature Request] Multi-monitor support for noise tool #59

Open echush opened 3 years ago

echush commented 3 years ago

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.

Auburn commented 3 years ago

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 .

echush commented 3 years ago

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!