Loic.chromelyapps.Chromely 1.0.0

dotnet add package Loic.chromelyapps.Chromely --version 1.0.0
                    
NuGet\Install-Package Loic.chromelyapps.Chromely -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Loic.chromelyapps.Chromely" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Loic.chromelyapps.Chromely" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Loic.chromelyapps.Chromely" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Loic.chromelyapps.Chromely --version 1.0.0
                    
#r "nuget: Loic.chromelyapps.Chromely, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Loic.chromelyapps.Chromely&version=1.0.0
                    
Install Loic.chromelyapps.Chromely as a Cake Addin
#tool nuget:?package=Loic.chromelyapps.Chromely&version=1.0.0
                    
Install Loic.chromelyapps.Chromely as a Cake Tool

<p align="center"><img src="https://github.com/chromelyapps/Chromely/blob/master/nugets/chromely.ico?raw=true" /></p> <h1 align="center">Chromely</h1>

#c5f015 For developers who are interested in WebView2 there is EdgeSharp, an offshoot of Chromely.

Chromely is a lightweight alternative to <a href="https://github.com/ElectronNET/Electron.NET">Electron.NET</a>, <a href="https://github.com/electron/electron">Electron</a> for .NET/.NET Core developers.

Chromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps based on Xilium.CefGlue, CefSharp implementations of embedded Chromium (CEF) without WinForms or WPF, but can be extended to use WinForms or WPF. Chromely uses Windows, Linux and MacOS native GUI API as "thin" chromium hosts.

With Chromely you can build Single Page Application (SPA) HTML5 desktop apps with or without Node/npm. Building SPA apps using Blazor or javascript frameworks like Angular, React, Vue or similar is easy. You can use Visual Studio Code or any IDE you are familiar with as long as Chromely knows the entry html file from the compiled/bundled files. For more info please see - Blazor-Demos and Chromely-Apps.

Options of communicating (IPC) with rendering process are via:

If you like Chromely, please give it a star - it helps!

Have a quick question? Wanna chat? Connect on Join the chat at https://gitter.im/chromely_/Lobby

Have an app/project/tool using Chromely - please share!

Platforms

Cross-platform -Windows, Linux, MacOS. Built on CEF, CefGlue, NET Standard 2.0, .NET Core 3.0, .NET Framework 4.61 and above.

  • Windows<sup>(1)</sup> 32-bit
  • Windows<sup>(1)</sup> 64-bit
  • Linux<sup>(2)</sup> 32-bit
  • Linux<sup>(2)</sup> 64-bit
  • MacOSX<sup>(3)</sup> 64-bit
  • Linux ARM<sup>(4)</sup> Raspberry Pi

 <sup>(1)</sup>  Windows 7, Service Pack 1 and newer
 <sup>(2)</sup>  Ubuntu 16.04 and newer
       (Mono currently not working)
 <sup>(3)</sup>  Tested on macOS Mojave 10.14.6 (Other versions will likely work too)
 <sup>(4)</sup>  i.e. Raspberry Pi 3+ (starting with v5.x)
       (for v4.x - manual download of CEF builds for ARM required, available on http://chromely.org/cefbuilds/index.html)

Chromely.Core Chromely

Chromely + Angular <br>Chromely + React <br>Chromely + Vue

Creating a Simple App

For more info see - Getting Started or Wiki

A basic Chromely project requires:

class Program
{
   [STAThread]
   static void Main(string[] args)
   {
       AppBuilder
       .Create()
       .UseApp<ChromelyBasicApp>()
       .Build()
       .Run(args);
    }
}

Chromely Demos

Get started with our demos. alternate text is missing from this package README image

References

Contributing

Contributions are always welcome, via PRs, issues raised, or any other means. To become a dedicated contributor, please contact the Chromely team or raise an issue mentioning your intent.

License

Chromely is MIT licensed. For dependency licenses please see.

Credits

Thanks to JetBrains for the OSS license of Resharper Ultimate.

Improved and optimized using:

<a href="https://www.jetbrains.com/resharper/ "><img src="https://blog.jetbrains.com/wp-content/uploads/2014/04/logo_resharper.gif" alt="Resharper logo" width="100" /></a>

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1 7/31/2021