Home

Awesome

<p align="center"><img src="https://github.com/edgesharp/EdgeSharp/blob/main/src/EdgeSharp.Core/edgesharp.png?raw=true" /></p> <h1 align="center">EdgeSharp</h1>

EdgeSharp, an offshoot of Chromely, is a .NET HTML5 Win32/WinForms/Wpf WebView2 desktop framework.

EdgeSharp.Core EdgeSharp.Core.Owin EdgeSharp EdgeSharp.WinForms EdgeSharp.Wpf

A basic EdgeSharp Win32 project requires:

class Program
{
    [STAThread]
    static void Main(string[] args)
    {
        AppBuilder
        .Create()
        .UseConfig<SampleConfig>()
        .UseWindow<SampleWindow>()
        .UseApp<SampleApp>()
        .Build()
        .Run(args);
    }
}

EdgeSharp Samples

Get started with using samples.

edgesharp_screens_normal

References