GithubHelp home page GithubHelp logo

progmasys / webwindowlite Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 48 KB

.NET Core library to open native OS windows containing web UI on Windows and Linux. Experimental.

License: Apache License 2.0

C++ 42.49% Objective-C 2.92% Objective-C++ 21.42% C# 30.47% HTML 0.71% Batchfile 1.98%

webwindowlite's Introduction

WebWindowLite

Originally a fork from WebWindow

What's the difference?

WebWindowLite will mostly focus on Windows and Linux, the code for using it in macOS is still present but won't developed any further, at least for now.

Tested

Windows - WebView2 SDK 1.0.622.22:

  • Win 7 - x86/x64
  • Win 10 - x86/x64

You need to have, preferably, the Webview2 Runtime installed or Edge Beta/Canary

How to build this repo

If you want to build the WebWindowLite library itself, you will need:

  • Windows or Linux
  • If you're on Windows:
    • Use Visual Studio with C++ support enabled. You must build in x64/x86 configuration (not AnyCPU, which is the default).
    • If things don't seem to be updating, try right-clicking one of the test projects and choose Rebuild to force it to rebuild the native assets.
  • If you're on Linux (tested with Ubuntu 18.04):
    • Install dependencies: sudo apt-get update && sudo apt-get install libgtk-3-dev libwebkit2gtk-4.0-dev
    • From the repo root, run dotnet build src/WebWindow/WebWindow.csproj
    • Then you can cd test/HelloWorldApp and dotnet run
  • If you're on Windows Subsystem for Linux (WSL), then as well as the above, you will need a local X server (example setup).

webwindowlite's People

Contributors

progmasys avatar

Stargazers

 avatar li avatar 小砖 avatar  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.