-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Brainstorming use cases #8
Comments
Vehicle for browser UI experiments (not an end product, but a showcase for Servo). |
A non-revenue use case that can bring good will and reputation: a self-contained Rust crate for a way to use SpiderMonkey without feeling miserable. |
https://www.ekioh.com/ have the Flow engine, which is mainly focused on embedded use cases. |
Here is an example of use case: Qutebrowser: servo/servo#27579 (comment) |
Servo could be an ideal platform for experimenting with new web frameworks and APIs, such as parallel or virtual lightweight DOMs. These APIs could also be exposed to WASM without a JS bridge. |
Potentially game UIs. There are several commercial products in this space that over time were derived from WebKit, as well as EA WebKit, which is being used in a high number of EA's AAA games. What is rarer is Chromium Embedded Framework being used in actual games (since most games are DirectX based and surface sharing with Chromium is somewhat of a hassle, although this has changed recently, as well as the multi-process model being a hidrance since game UI is trusted content). But I know of at least "Planetary Annihilation" using it. For open source gaming projects, there's sadly not a lot to choose from in this space, as CEF is extremely heavy-weight, and the opensourced EA WebKit lacks the custom rendering engine that EA uses. Most of the required use cases would likely be handled by the "normal" embedding API. |
I like the PWA one. Since the removal of the "native" TweetDeck app, I have had to use hacky ways to put it as a PWA into a standalone app. Considering how many applications these days are just PWAs, having a "dedicated PWA host" would be absolutely welcome! Plus, Servo is very lightweight, so that woule help a lot; just looking at Task Manager with a few Electron apps open is sometimes a littly scary x) As for Embedding; I see many people using libwebview, which is a generic wrapper to get "a webview". Could see something like that as well. I know there is Generally, providing a shared lib with C/C++ headers would be much appreciated! :) |
I want to capture the ideas that have been discussed for ways Servo could end up being used in end products (that we would not necessarily be building):
Please add anything that I've forgotten!
The text was updated successfully, but these errors were encountered: