Skip to content

Cheating ourselves into here#20

Open
Sharktheone wants to merge 1 commit into
BrowserJam:masterfrom
Sharktheone:gosub
Open

Cheating ourselves into here#20
Sharktheone wants to merge 1 commit into
BrowserJam:masterfrom
Sharktheone:gosub

Conversation

@Sharktheone
Copy link
Copy Markdown

@Sharktheone Sharktheone commented Sep 15, 2024

Add gosub browser, it was obviously not started this weekend. That's why the title says "cheating"

Screenshot_20240915_175321

It can render the site though and can also render more things like hacker news

Screenshot_20240915_175522

You can render a site via

cargo run --bin renderer https://info.cern.ch/hypertext/WWW/TheProject.html

If you press d in the window, you can enable debug mode and inspect the page. Information will be printed in the console and elements will be highlighted.

By typing list in the console, you can inspect the dom tree and via select <node-id> you can highlight one node in the browser and also get more information about it.

At last I want to say thanks rust for the blazingly-fast compile times and whatever this is:
image

@awesomekling
Copy link
Copy Markdown
Contributor

Was there some new work here done in the jam, or is this just importing the existing gosub browser?

@Sharktheone
Copy link
Copy Markdown
Author

Yes, for example text underlining and better support for dd elements. I don't know if you want to merge this though, since it doesn't really apply to what the browser jam is.

@awesomekling
Copy link
Copy Markdown
Contributor

Yes, for example text underlining and better support for dd elements. I don't know if you want to merge this though, since it doesn't really apply to what the browser jam is.

It does seem pretty far outside the spirit of the jam indeed!
But I'm really glad you found something to improve in gosub :)

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.

2 participants