-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add decomp status #74
Conversation
Add a cli to display decomp progress and create a status svg file.
The decomp progress now shows in the readme file
for more information, see https://pre-commit.ci
<rect x="0" y="0" height="174" width="329" fill="white" /> | ||
|
||
<text x="5" y="30" font-size="35">Decomp Progress</text> | ||
<text x="50" y="64" font-size="16" fill="black" font-weight="bold">Functions implimented:</text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<text x="50" y="64" font-size="16" fill="black" font-weight="bold">Functions implimented:</text> | |
<text x="50" y="64" font-size="16" fill="black" font-weight="bold">Functions implemented:</text> |
<rect width="{FUNC_PROG_WIDTH}" height="26" x="5" y="81" fill="white"/> | ||
<text x="155" y="100" font-size="16" fill="black" font-weight="bold">{FUNC_PROG_PERCENT}%</text> | ||
|
||
<text x="50" y="128" font-size="16" fill="black" font-weight="bold">Bytes implimented:</text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<text x="50" y="128" font-size="16" fill="black" font-weight="bold">Bytes implimented:</text> | |
<text x="50" y="128" font-size="16" fill="black" font-weight="bold">Bytes implemented:</text> |
LGTM! At some point I might go in and make the svgs look better :p, but so far they functionally work well. |
Done in #75 . Thank you for your contribution! |
I have added a script that shows the decomp progress. The script will also create a
progress.svg
file in theresources
dir. The svg is updated if theupdate_svg
param is passed to the cli.