You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get IPS Peek running on other platforms, it will need to be migrated to another UI framework (dropping Windows Forms.) I have decided to settle on Avalonia as the framework.
Migration will occur sometime after the rewrite with ReactiveUI. But it may not be immediate, depending on user demand.
Update (5/29/2023):
Avalonia will eventually allow for Mac, Android and web support. Right now, the Avalonia GUI is very work-in-progress.
Steps to be taken:
Finish Avalonia GUI (retaining the WinForms Be.HexBox control in a NativrControlHost, still tying it to Windows-only).
Move all WinForms backend functionality over to Avalonia version.
If/when a suitable Hex control for Avalonia is available, swap HexBox's out, making IPS Peek cross platform.
The text was updated successfully, but these errors were encountered:
I decided to help get WPFHexEditor onto Avalonia. It's going to take quite a long time to rewrite (because of so many projects), so this is looking like months away.
In order to get IPS Peek running on other platforms, it will need to be migrated to another UI framework (dropping Windows Forms.) I have decided to settle on Avalonia as the framework.
Migration will occur sometime after the rewrite with ReactiveUI. But it may not be immediate, depending on user demand.
Update (5/29/2023):
Avalonia will eventually allow for Mac, Android and web support. Right now, the Avalonia GUI is very work-in-progress.
Steps to be taken:
The text was updated successfully, but these errors were encountered: