Giter Club home page Giter Club logo

sling's Introduction

Sling


Sling is an open source Web content engine for browsers and other applications. It is forked from WebKit (r203260).

Our goal is to be a lightweight web content engine available through all major platforms and IOT devices.

The following markups are supported.

  • HTML5
  • Javascript
  • CSS3
  • XML
  • WebGL

The following platforms are supported.

  • Android
  • Windows

Demo


Building


Step-1 : Installing Development Tool

Reference the Installing Development Tools section below.

https://webkit.org/webkit-on-windows/#installing-developer-tools

Step-2 : Generating Visual Studio Solution files

using command-line

mkdir WebKitBuild
cd WebKitBuild
cmake -G "Visual Studio 14 2015 Win64" -D PORT=WinCairo ..

or

using CMake-gui

3-1) Select sling/webkit directory in "Where is the source code" field.
     Input sling/webkt/WebKitBuild directory name in "Where to build the binaries" field.
3-2) Modify PORT name to "WinCairo".
3-3) Click Configure button.
3-4) If the configure is done, Click Generate button.

cmake-gui

Step-3 : Build

  • Open webkit.sln in WebKitBuild
  • Build Solution x64 Debug/Release.

Step-4 : Launch MiniBrowser

  • Opent WebKitBuild/bin64/MiniBrowser.exe

Contributing


We are always thrilled to receive pull requests, and do our best to process them as fast as possible.

sling's People

Contributors

icorykim avatar

Watchers

 avatar  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.