mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Update README description and project status
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
This tool helps you inspect raw bytes and interpret those as (int, float, struct, array, etc.) instead of just hex. It supports ptrs/arrays so you can see the relationship between data. And help deduce paths to these classes from long pointer chains. Either modify the values inside the editor or export as .h to reuse these structures in your code.
|
||||
This tool helps you inspect raw bytes and interpret them as types (int, float, struct, array, etc) instead of just hex. It supports pointers/arrays so you can see the relationship between data.
|
||||
Either modify the values inside the editor or export as .h to reuse these structures in your code. The data can be live or from file, and you can switch between them effortlessly.
|
||||
|
||||

|
||||
|
||||
QScintilla (github: https://github.com/brCreate/QScintilla) happens to be a really nice fit for our project.
|
||||
We can treat parts of a line as a spans. It is very easy to implement inline editing. Additionally the syntax coloring and keyboard navigation were very useful also!
|
||||
|
||||
We hit some big milestones (plugin support with a first POC plugihn, first working linux build) however project is still currently a work in progress. Mainly developed/tested on windows (for now).
|
||||
State: Plugin system is partially implemented. Some UI bugs exist. MCP server has been added as first draft. Vector/Matrix editors are not fully implemented yet.
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user