浮动HTML小部件的轻量级桌面环境:LightweightHtmlWidgets
jopen
10年前
LightweightHtmlWidgets是gPyWk环境在Windows端的继任者。它是一个Windows的HTML5的桌面框架。它依赖于Awesomium.NET 1.7.4.2 和 IronPython 1.7。LightweightHtmlWidgets可以移植至以下这些平台:
- A list of useful information:
- The main part of it is an Awesomium.NET webview, which is a port of the WebKit browser for .NET (and C++). The webview, api interface and winform can be customized through the universal
Settings.ini
file (please visit the wiki page for more information). - The api interface is normally stored in
Ipy_Interface.py
and supports all standard modules from Python 1.7 (please visit the wiki page for more information). - Any api method can be called from javascript through the
Api.request()
method (please visit the wiki page for more information). - For publishing InnoSetup is recommended (please visit the wiki page for more information).
特性
- Detailed configuartion
- Fullfeatured WebKit (Awesomium) browser which can be customized to suite your applications requirements
- Asynchronous javascript-to-python bridge without needing a seperate
.js
Planned features are:
- OS X and Linux support (depends on Mono compatibility; will take time, since the whole app has to be recreated)
- Custom ISS preset for easy packaging
- Icon customization
- The main part of it is an Awesomium.NET webview, which is a port of the WebKit browser for .NET (and C++). The webview, api interface and winform can be customized through the universal