Skip to content

Comment on Opossum: Cross-platform web browser written in Golang, optimized for Plan 9parent

Comments

Huh, interesting that you implemented flow (block/inline) layout but not Flexbox or CSS Grid. I've been working on a library has the opposite! (it support Flexbox and CSS Grid, but not flow layout). Here if you're interested:

https://github.com/DioxusLabs/taffy

I'll definitely take a look at your browser when I get some time.

Woah, that's so cool. Maybe I'll use your library for flexbox support in my browser!

I implemented the flow layout first mainly because I didn't know how difficult it would be to support flexbox. The flow layout just seems like an easy entry point back then.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.