vgmoose / vgedit

SDL text editor for homebrew'd video game consoles, with controller and touch screen support
GNU General Public License v3.0
71 stars 4 forks source link

Hex Editing #10

Open vgmoose opened 4 years ago

vgmoose commented 4 years ago

If a binary file is opened (or on user demand) it would be nice to open the bytes of the file as editable hex onscreen, alongside an ascii preview along the right half of the screen.

It is likely doable by making modifications to the rendering code:

and the following new features: