All Projects → aSurgingRiver → WebView

aSurgingRiver / WebView

Licence: other
Efficient UE browser uses CEF open source kernel; When the frame rate is 60 per second and the resolution is 4K, a single GPU is rendered, and the UE and browser will not lose frames. 8K frame rate does not decrease under multi GPU binding.

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
HTML
75241 projects
c
50402 projects - #5 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to WebView

Simple Mpv Webui
A web based user interface with controls for the mpv mediaplayer.
Stars: ✭ 58 (-63.06%)
Mutual labels:  webui
Promansible
PromAnsible, 集成了Prometheuse(基于时间序列数据的服务监控系统)和Ansible(超级简单好用的IT自动化系统),并通过事件报警机制把二者紧密的结合在一起,并配以简单易用的WebUI,真正实现了监控-报警-处理一条龙的全自动化服务。
Stars: ✭ 183 (+16.56%)
Mutual labels:  webui
Ddns Updater
Container to update DNS records periodically with WebUI for many DNS providers
Stars: ✭ 216 (+37.58%)
Mutual labels:  webui
Airdcpp Webclient
Communal peer-to-peer file sharing application for file servers/NAS devices
Stars: ✭ 106 (-32.48%)
Mutual labels:  webui
Azkarra Streams
🚀 Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.
Stars: ✭ 146 (-7.01%)
Mutual labels:  webui
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+1424.2%)
Mutual labels:  webui
Webui
The FlexGet Web UI
Stars: ✭ 31 (-80.25%)
Mutual labels:  webui
surfer
Simple keyboard based web browser
Stars: ✭ 62 (-60.51%)
Mutual labels:  webbrowser
Xluci2
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
Stars: ✭ 148 (-5.73%)
Mutual labels:  webui
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (+26.75%)
Mutual labels:  webui
Beefweb
Web interface plugin for DeaDBeeF and foobar2000 players
Stars: ✭ 116 (-26.11%)
Mutual labels:  webui
Flood
A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
Stars: ✭ 1,795 (+1043.31%)
Mutual labels:  webui
Auproximity
AUProximity is an open source proximity voice chat platform, primarily aimed at Among Us.
Stars: ✭ 194 (+23.57%)
Mutual labels:  webui
Webview
Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
Stars: ✭ 9,200 (+5759.87%)
Mutual labels:  webui
Elkarbackup
Open source backup solution for your network
Stars: ✭ 247 (+57.32%)
Mutual labels:  webui
Ariang
AriaNg, a modern web frontend making aria2 easier to use.
Stars: ✭ 8,339 (+5211.46%)
Mutual labels:  webui
Alpine Sqs
Dockerized ElasticMQ server + web UI over Alpine Linux for local development
Stars: ✭ 183 (+16.56%)
Mutual labels:  webui
ServerStatus-web
Web UI for ServerStatus
Stars: ✭ 96 (-38.85%)
Mutual labels:  webui
TerraDepot
A terraform http backend written in python, deployed on aws lambda.
Stars: ✭ 60 (-61.78%)
Mutual labels:  webui
Yaaw
Yet Another Aria2 Webui in pure HTML/CSS/Javascirpt
Stars: ✭ 2,288 (+1357.32%)
Mutual labels:  webui

WebView

SHORT DESCRIPTION:

Efficient UE browser uses CEF open source kernel; When the frame rate is 60 per second and the resolution is 4K, a single GPU is rendered, and the UE and browser will not lose frames. 8K frame rate does not decrease under multi GPU binding.It is the highest performance UE browser at present.

LONG DESCRIPTION:

WebView is an enterprise browser plug-in designed for virtual engine. It uses many advanced technologies. It doesn't drop frames when browsing the web or watching video. The kernel adopts the latest CEF version and optimizes it. It has GPU binding function, supports the separation of game and browser rendering, adds rendering cache inside the plug-in, and the rendering effect is smooth. In terms of communication with web pages, V8 technology is adopted to make the Unreal Engine interact with web pages in real time. It is recommended to use phantom engine to render the scene and JavaScript for UI interaction, which can greatly improve the efficiency of system development.

Features:

  1. Support h264, h265, AV1 video codec
  2. Various video websites, such as youtube and bilibili
  3. Webrtc access cloud rendering
  4. Webrtc online voice and video
  5. H5, HTTPS, CSS and JavaScript
  6. UE4 and JavaScript call each other
  7. Mouse event transparent background page, mouse penetration transparency can be adjusted
  8. Page navigation
  9. debugging JavaScript using chrome tools
  10. mouse drag
  11. input method conversion
  12. ctrl + scroll wheel zoom page
  13. load custom protocols on the web page, such as SVN
  14. 8K video 60fps without frame dropping
  15. GPU binding separates virtual engine and browser rendering
  16. Local domain name resolution
  17. Scale page
  18. 120 frame rate does not drop frames

Domestic synchronized version

https://pan.baidu.com/s/17uXGG8HVuPLEiODxmdowjw?pwd=1234

CefBase Dependent:

  1. https://github.com/aSurgingRiver/CefBase
  2. https://pan.baidu.com/s/15y46AgLDocFHx04AM7HUDw?pwd=1234

Using tutorials

https://www.youtube.com/channel/UCUUFUwaMi5-naF0PZMU9mxg https://www.zhihu.com/column/c_1490114276946223104

Important/Additional Notes:

We are committed to providing the most efficient browser plug-in. If you have any questions in the process of using, you can contact us through the following ways.

FaceBook: https://www.facebook.com/ue.webview/
Email: [email protected] [email protected]
QQ Group: 866972317
QQ: 249838628 Wechat: aSurgingRiver

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].