miniblink其他语言绑定及例程

需要说明的是,下面的url很多都是网友提供,非官方编写。所以可能和最新版miniblink不太兼容,出现问题也正常,仅供参考。

C++

https://github.com/weolar/mb-demo (普通版,MB官方)

https://github.com/iceb0y/miniblink_cxx_example

https://github.com/zhichao281/duilib-MiniBlinkBrowser

C#

https://gitee.com/ampereufo/MBforNETDemo (普通版,功能化封装,MB官方)

https://gitee.com/aochulai/NetMiniblink (普通版,集成化封装,高手请参考)

https://gitee.com/kyozy/miniblinknet (普通版,接口化封装)

https://gitee.com/ampereufo/MiniBlink_VIPDemo (VIP版,接口化封装)

https://github.com/e024/miniblinkpinvokevip (VIP版,控件化封装)

golang

https://github.com/raintean/blink

https://github.com/1694439208/go-miniblink

https://github.com/suiyunonghen/GVCL/tree/master/Components/DxControls/gminiblink

https://github.com/del-xiong/miniblink

https://github.com/selfplan/gowebui

delphi

https://github.com/yangyxd/wke-for-delphi

https://gitee.com/LangjiApp/Wke4Delphi.git

SOUI

https://gitee.com/Qyerp/KKPlayer/blob/master/KKPlayer/MainPage/KKWkeWebkit.cpp

https://github.com/soui-demo/SweepingEdge

powerbuilder

https://github.com/gaoqiangz/pfw

duilib

https://github.com/zhichao281/duilib-MiniBlinkBrowser

VB

https://github.com/imxcstar/vb6-miniblink-SBrowser

Python

https://github.com/lochen88/MBPython3