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

Build a crappy debugger #486

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Build a crappy debugger #486

merged 2 commits into from
Jun 19, 2024

Conversation

Sharktheone
Copy link
Member

This PR adds a simple debugger that can be enabled with --debug or -d in the renderer binary.

I noticed an issue with the rendering of borders and vello, it seems like they are clipping into the "main" rect, that has the border.

image
image
(Note for the image below, i don't had the gosub logo in my work folder, so it is missing, but it still can be inspected by the debugger)

We could add some lines for alignment and information about what you are actually inspecting, but thats something for later.

It's really nice to see finally "interactivity" and not only static pages rendering with gosub! 😀

@Sharktheone Sharktheone added the renderer Anything related to the renderer label Jun 16, 2024
@Sharktheone Sharktheone self-assigned this Jun 16, 2024
@Sharktheone Sharktheone added the useragent everything related to useragent implementations label Jun 16, 2024
@Sharktheone Sharktheone merged commit dbf397d into gosub-io:main Jun 19, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renderer Anything related to the renderer useragent everything related to useragent implementations
Projects
Status: 🎯 Done
Development

Successfully merging this pull request may close these issues.

2 participants