Reset your IDE eval information.
Ultralight is a lightweight, cross-platform, pure-GPU, HTML rendering engine for desktop apps and games. Forked from https://github.com/ultralight-ux/Ultralight
This is a minimal Ultralight app you can use with the Writing Your First App article in the Ultralight documentation.
A tiny cross-platform webview library for C/C++/Golang to build modern cross-platform GUIs. Forked from: https://github.com/webview/webview
Deepin-wine 环境的 Ubuntu/Debian 移植版 (使用deepin原版二进制文件,解决依赖问题)
1.安装好gnome-tweak-tool2.安装chrome浏览器,并在chrome的“应用商店”里面安装gnome-shell-extensions插件3.在centos7上安装yum源里仅有的一些gnome-shell插件:sudo yum install -y gnome-shell*4.(最关键的一步)安装“主机与浏览器之间的连接器”是一款名为chrome-gnome-shell的插件,这款插件在yum源里是没有的,但是github上有,从github上clone或者下载这个插件下来,依次执行以下命令: # 进入chrome-gnome-shell目录中 # sudo yum install -y cmake # sudo yum install -y jq # mkdir build # cd build # cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../ # sudo make install