WerWolv
@WerWolv
Followers
5K
Following
633
Statuses
587
I'm a 26 year old embedded systems electronics engineer. Mostly interested in low-level coding and console dev. Discord server: https://t.co/XmgrcyNxqP
Switzerland
Joined April 2012
@pld73 @ocornut @AlwaysGameDev I have my regular cleaning sessions where I go through all my windows and synergize their look and feel. Before I started with that, the new features always stuck out a whole lot because they just looked so much better in the sea "garbage" surrounding them :D
1
0
3
@pld73 @ocornut @AlwaysGameDev Rotated text should be possible. There's the angled table headers that have it, maybe check how it's done there
0
0
0
@steeve @ludwigABAP You'll probably want to use @x64dbg instead :P They also recently added support for the Pattern Language! We have a process memory and gdb memory data provider in ImHex but no full debugger
1
0
2
@totelliam @sh4forever For now I'd like to keep the layout of the menus the same on all platforms to make things easier. I'll look into moving things into the application menu in the future
1
0
0
@rebane2001 @iTrooz_ Nice :) That should be possible, I know at least ImGui has support for showing the keyboard when selecting input boxes
2
0
1
@SanderSkjegstad Thanks a lot :) ImHex runs on Windows, macOS, Linux and in the browser. So if you like to try it, there's definitely a way!
1
0
4
@ShinyQuagsire For file associations, I just added a plist entry so ImHex can be used to open any file. For the restoring, my plan is to revamp the project system first before implementing something like this
0
0
6
@kennethnym As a native macOS-only application, I'd say yes. However, for us it would mean setting up and maintaining 4 different main applications, one for each OS plus the browser. Using something like glfw or SDL just makes your life a whole lot easier for that
1
0
9
@EvasionLV6 You're welcome :) Windows is the easy target with the largest return on investment so it makes sense that most only support that. Linux I support because I love it. And MacOS I do because I was pestered into buying a mac and now I need to make use of it :D
0
0
2
@MalwareUtkonos Thanks a lot! Looks like it's basically doing this here: On Windows we do the same using a global mutex to check if another instance is running and then send over data to the running instance using SendMessage
2
0
1