What wrappers are available?

For .NET

Official .NET Wrapper

You can find our official wrapper, AwesomiumSharp inside the samples directory of our Windows SDK.

Community .NET Wrappers

Here are some community-maintained wrappers for C#, WPF, or .NET

For ANSI C

Official C API

We offer an official C API for users who wish to use Awesomium with different builds of MSVC (or MinGW), to use our C API, simply add the following include to your source file:

#include <Awesomium/awesomium_capi.h>