hehongxia1 / yippee

A web browser that plays old world blues to build new world hope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yippee

A web browser that plays old world blues to build new world hope.

demo.mov

Usage

The current demo works best on macOS at the moment, since it tries to customize its traffic light buttons to be seamless in the window.

However, We plan to focus on Windows as main target support.

Prerequisites

Windows

  • Install scoop and then install other tools:
scoop install git python llvm cmake curl

MacOS

brew install cmake pkg-config

Linux

Debian-based Distributions

sudo apt install build-essential python3-pip ccache clang cmake curl \
g++ git gperf libdbus-1-dev libfreetype6-dev libgl1-mesa-dri \
libgles2-mesa-dev libglib2.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-good libgstreamer-plugins-good1.0-dev \
gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev \
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-base \
libgstreamer-plugins-base1.0-dev gstreamer1.0-libav \
libgstrtspserver-1.0-dev gstreamer1.0-tools libges-1.0-dev \
libharfbuzz-dev liblzma-dev libunwind-dev libunwind-dev libvulkan1 \
libx11-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev \
libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev

For others, please follow the instructions in Servo's wiki to bootstrap first.

Build

  • Run demo
cargo run
  • Or if you are using Nix or NixOS, add wayland and libGL to LD_LIBRARY_PATH in ../servo/etc/shell.nix
nix-shell ../servo/etc/shell.nix --run 'cargo run'

Future Work

  • Add more window and servo features to make it feel more like a general web browser.
  • Improve development experience.
  • Multi webviews and multi browsing contexts in the same window.

About

A web browser that plays old world blues to build new world hope

License:Apache License 2.0


Languages

Language:Rust 39.3%Language:CSS 38.7%Language:JavaScript 14.7%Language:HTML 7.3%