Top "Awesomium" questions

Awesomium is a WebKit wrapper which provides means to display HTML interfaces and web content within C++ and .NET desktop applications, thus being an HTML UI engine.

Embedding a lightweight web server into a .net application (node.js)?

I have a project built with Awesomium built in .NET and it requires the use of Flash. Flash throws security …

c# .net node.js embeddedwebserver awesomium
Can I call application methods from JavaScript in Awesomium?

I've scoured the internet looking for an answer, but I must be asking the wrong question. I have a C# …

javascript awesomium
Awesomium sdk download

Is there a way to download Awesomium latest sdk or for visual studio 2015 since their website is down? I need …

c visual-studio visual-studio-2015 awesomium
Display html in unity3D

I'm working on a Unity App where I need to load some html pages(with touch support). I've found 3 plugins …

unity3d awesomium
calling Javascript from c# using awesomium

I'm trying awesomium for create a basic app, I'm testing the js <----> c# communication but this doesn't …

c# awesomium
Offscreen & embeddable browsers comparison (for use in a game)

We've been looking at adding decent browser support to our C++ application; this question is about GUI-independent browser libraries since …

c++ 3d embedded-browser awesomium berkelium
How to access a protected method in C#

I would like to know how to access a protected method. I have a WebBrowser Control (Awesomium) which has many …

c# methods protected access-modifiers awesomium