| ▲ | nicoburns 14 hours ago | ||||||||||||||||||||||
If anyone is interested in a modern take on a lightweight, embeddable web browser / browser engine (that supports features like Flexbox, CSS Grid, CSS variables, media queries, etc), then I'm building one over at https://github.com/DioxusLabs/blitz Feature support matrix is here: https://blitz.is/status/css This month I have been working on support for CSS floats (https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...) (not yet merged to main), which turn out to still be important for rendering much of the modern web including wikipedia, github, and (old) reddit. EDIT: I should mention, in case anyone is interested in helping to build a browser engine, additional collaborators / contributors would very welcome! | |||||||||||||||||||||||
| ▲ | bryanlarsen 13 hours ago | parent | next [-] | ||||||||||||||||||||||
Mentioning your usage of servo components might help with credibility. You're not starting from scratch. Edit: to be clear, I consider this a good thing. You've got a head start, are contributing to the ecosystem and aren't doing by yourself something that others have spent billions on. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | leshokunin 13 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Took me a sec to understand you didn’t mean you’re adding support for numbers with a comma :) | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | koolala 8 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Could this run in Wasm? Even if it was just running it 'headless'? I'm looking something like this to manage layout / animations of text like the DOM to plug into WebGL. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | maxloh 13 hours ago | parent | prev [-] | ||||||||||||||||||||||
What JavaScript engine are you using/planning to use? I did a quick search on GitHub and found no results. | |||||||||||||||||||||||
| |||||||||||||||||||||||