Skip to content

domfarolino/browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published