Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

I recommend that you build (or download) the UWP version of Servo: https://download.servo.org


sort by: page size:

I'll just point out this thing over here:

https://github.com/mozilla/servo


I think the best course of action is to build elinks-like console interface on top of the Servo[1]. Just without the WebRender and optional JavaScript engine.

[1] https://github.com/servo/servo/


Servo is quite good actually. If you haven't already, try using browser.html from Mozilla which uses Servo and HTML for the UI.

Is there a roadmap for Servo on Windows7+ ? Is this the best start point to dive in: https://github.com/servo/servo/issues/1908 ?

You can run Servo standalone: https://download.servo.org/

My personal opinion is that, for a servo based browser, it's probably better to just use UWP/C++ on Windows, C/GTK on Linux, and SwiftUI on Mac, and just embed Servo via its C-API layer.

Rust shine when it comes to building a safe and fast web engine. For the OS "glue" code, I would stick to whatever is best for each platform.


I have,

I was working on replacing QtWebEngine(chromium) for Qutebrowser with Servo. It is very far from ready, most websites do not render correctly and JavaScript is very hit/miss with regards to updating the rendered view.

Simply put: Servo is not possible to use as a daily driver.


I can't wait til I can use Servo with a basic HTML based UI on Win7 - like Phoenix 0.1 for WinXP, picture: http://upload.wikimedia.org/wikipedia/commons/7/7d/Phoenix_0... History: http://en.wikipedia.org/wiki/History_of_Firefox#Naming

Are there any apps that you know of that use Servo as a rendering engine? I'm curious and would like to look at some examples; I thought Servo was intrinsically tied to Firefox.

I looked for a list of projects currently embedding Servo, or planning to, but didn't find one.

Is any software embedding it now?


We have servo-shell as an HTML UI[0], which is pretty nice.

Windows support is still a while away. You can help out[1], though!

[0]: https://github.com/glennw/servo-shell

[1]: https://github.com/servo/servo/issues/1908


It seems like you are ignorant about Servo. "We are still evaluating plans to ship Servo as a standalone product, and are focusing on the mobile and embedded spaces rather than a full desktop browser experience in the next two years." https://github.com/servo/servo/wiki/Roadmap

Building and using Servo as a library has been a huge pain. I've been waiting for improvements since https://github.com/paulrouget/servoshell was abandoned

Your browser is dead. Use servo instead. Works on servo.

IIRC Servo uses quite a bit of Firefox code

Edit: Looking at the project it seems like it uses SpiderMonkey, but is otherwise new code


It's not open source and there is nothing about Servo from what I could find

Servo's not production-ready yet. "A good browser chrome" is not the blocker for this; browser.html is already a good enough "basic browser chrome".

If you are interested in contributing to Servo. I also recommend the talk "Servo and You: a beginners to contributing to Servo" given by Josh Matthews at FOSDEM a couple of months ago. You can find the video here:

http://mirrors.dotsrc.org/fosdem/2015/devroom-mozilla/ud2218...


Servo is a rendering engine (think WebKit), not a browser. So maybe you'll get an uzbl based on Servo one day, just like you may get a Servo-based Firefox, or it may remain at the state of a research project, with lessons incorporated back into Gecko.
next

Legal | privacy