dfranx
dfranx
To start off, I'll share some of the features of ImFileDialog: Table view:  Icon view:  Zooming in:  Favorites:  Image preview + threading (CTRL + scroll): 
Hello! Here are my thoughts: ### Scaling I think that there should be a better way to handle this. Like maybe dividing DPI by a different value to get correct...
Hmm... There is already an option "Hide menu in performance mode". I could rename it to "Hide menu" so that user doesn't have to be in 'performance mode'. But the...
Sure, I'll leave this issue open, I might implement it one day.
This will be possible when I abstract SHADERed's renderer so that other backends can be implemented - SHADERed currently only supports OpenGL backend (which as far as I am aware...
Interesting.. Have you tried installing latest VC++ redistributable: [link](https://aka.ms/vs/16/release/vc_redist.x64.exe) ?
Thanks for reporting. Unfortunately I can't seem to recreate this bug. It might be due to some driver implementation stuff. This will stay open because it still needs a fix...
Thank you for the suggestion. I will *try* to add the ability to CTRL + click on the `#include` line in the upcoming update. As for the "Add shader" option,...
The ability to CTRL+click on the #include line has been implemented with commit 0131425dd61cd772c7710a5e2b53f9954c2d9bea .  I've also expanded this idea and now if you CTRL+click on the variable names,...
Can you clone a clean version of SHADERed and then try opening the project file in the `examples/Eroded` directory? Report to me if it works. The Watches and Immediate window...