Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mediaexplorer74/miniblinknet
My fork of MiniBlinkNet demo app for my own little RnD. Draft.
https://github.com/mediaexplorer74/miniblinknet
csharp demo dotnet miniblink research rnd web-browser
Last synced: about 1 month ago
JSON representation
My fork of MiniBlinkNet demo app for my own little RnD. Draft.
- Host: GitHub
- URL: https://github.com/mediaexplorer74/miniblinknet
- Owner: mediaexplorer74
- License: mit
- Created: 2023-11-27T13:36:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T13:53:26.000Z (about 1 year ago)
- Last Synced: 2024-01-26T03:40:20.344Z (12 months ago)
- Topics: csharp, demo, dotnet, miniblink, research, rnd, web-browser
- Language: C#
- Homepage:
- Size: 11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniBlinkNet
## About
My quick and dirty experiment to "call" Chromium-based dll from small and simple C# web-browser project :)
Main goal of my "microtest" is to explore an difficulty of miniblink c++ dll "C# calling" + test some sites "rendering rate" ;)## Screenshots
![](Images/shot1.png)
![](Images/shot2.png)## Tech. details
.Net calls the miniblink developed by the sweeping monk of Longquan Temple, the address:
https://github.com/weolar/miniblink49It is not encapsulated as a component, but uses the bind method to bind a window or component
See *Demo* project for details.## Additional Info
For more information, check out miniblink's new official website: https://weolar.github.io/miniblink/## Dependences & References
- node.dll
- https://gitee.com/kyozy/miniblinknet## ..
As is. No support. RnD only.## .
[m][e] 2023