Chromely

Build HTML Desktop Apps on .NET/.NET Core using native GUI, HTML5, JavaScript, CSS

Github星跟蹤圖

Chromely is a lightweight alternative to Electron.NET, Electron 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 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 - 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(1) 32-bit
  • Windows(1) 64-bit
  • Linux(2) 32-bit
  • Linux(2) 64-bit
  • MacOSX(3) 64-bit
  • Linux ARM(4)

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

Chromely.Core
Chromely.Core
Chromely.Core

Chromely + Angular
Chromely + React
Chromely + Vue

Demo Code

Get started with the Demos.

Creating a Simple App

For more info see - Getting Started

A basic Chromely project requires:

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

Chromely Demos

For more info on demos - Demos

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:

主要指標

概覽
名稱與所有者chromelyapps/Chromely
主編程語言C#
編程語言C# (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2017-09-10 16:12:57
推送於2023-01-15 23:12:16
最后一次提交2023-01-15 18:12:16
發布數11
最新版本名稱v5.1 (發布於 )
第一版名稱v0.9.0-beta02 (發布於 )
用户参与
星數3k
關注者數113
派生數275
提交數799
已啟用問題?
問題數336
打開的問題數6
拉請求數40
打開的拉請求數0
關閉的拉請求數14
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?