domfarolino / browser

Simple browser components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser

Simple browser components. In reality the current goal of this project is to house primitives useful for building any kind of complex multi-process event-loop driven application, but since the primary author is a Web Platform engineer, this project has a slight bias towards browser-ish things.

Compatibility

Right now things have only been built and tested on macOS Catalina, but should also work on Linux.

Building

  1. Install bazel
  2. Build
    • bazel build base/base_tests
  3. Run
    • ./bazel-bin/base/base_tests

Alternatively you can build any of the examples in //examples with bazel build examples/<example_name_here>.

Project-wide build configuration is in //.bazelrc file.

About

Simple browser components


Languages

Language:Starlark 100.0%