Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Conversation

0x32767
Copy link
Contributor

@0x32767 0x32767 commented Feb 29, 2024

I have added a script that shows the decomp progress. The script will also create a progress.svg file in the resources dir. The svg is updated if the update_svg param is passed to the cli.

0x32767 and others added 3 commits February 29, 2024 22:14
Add a cli to display decomp progress and create a status svg file.
The decomp progress now shows in the readme file
<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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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>

@wearrrrr
Copy link
Contributor

wearrrrr commented Mar 1, 2024

LGTM! At some point I might go in and make the svgs look better :p, but so far they functionally work well.

@roblabla roblabla mentioned this pull request Mar 10, 2024
@roblabla
Copy link
Member

Done in #75 . Thank you for your contribution!

@roblabla roblabla closed this Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants