Coder Social home page Coder Social logo

asbhat74 / sprocket Goto Github PK

View Code? Open in Web Editor NEW

This project forked from szeged/sprocket

0.0 1.0 0.0 1.38 MB

Experimental minimal browser based on Chromium

License: BSD 3-Clause "New" or "Revised" License

HTML 38.60% C 0.17% C++ 49.05% Java 10.85% Python 1.14% Shell 0.21%

sprocket's Introduction

Sprocket

Sprocket is an experimental browser based on Chromium's Content API. Supported platforms: Linux (x86_64, ARM), Android (ARM, Aarch64). Currently we have three branches: master, testing and core.

  • Core branch contains the relevant code to a minimal browser which can be easily extended with new features.
  • Master branch contains extra features, for example toolbar, dialogs, tab support.
  • Testing branch contains test specific features, for example developer tools.

You can view our build status here. Build steps

Getting depot_tools

Initialising repository and building Sprocket

Use --x86_64 (default), --arm, --android or --android_arm64 switches depending on your target architecture:

# get the code
git clone https://github.com/szeged/sprocket.git sprocket
cd sprocket
# get the Chromium source code
tools/checkout_chromium.py --x86_64
# build the project
tools/build_sprocket.py --x86_64

Running Sprocket

# Linux
./chromium/src/out/Default/sprocket

# Android
# install the apk
chromium/src/build/android/adb_install_apk.py --apk chromium/src/out/Default/apks/Sprocket.apk --release
# run it with specific URL
./tools/run_adb_sprocket www.google.com
# kill the running app
./tools/kill_adb_sprocket

Additional info

Website
Video
Guides
Documentation
Blog posts

sprocket's People

Contributors

davidsz avatar dati91 avatar ebalint avatar kaadam avatar loki04 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.