All Projects → chromelyapps → Chromely

chromelyapps / Chromely

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

Programming Languages

C#
18002 projects
Objective-C++
1391 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
powershell
5483 projects
HTML
75241 projects

Projects that are alternatives of or similar to Chromely

FoldingBrowser
FoldingCoin & CureCoin All-In-One Installer
Stars: ✭ 48 (-98.24%)
Mutual labels:  desktop, chromium, cefsharp, cef
Nanui
NanUI is an open source .NET project for .NET / .NET Core developers who want to use front-end technologies such as HTML5 / CSS3 to build user interfaces for Windows Form applications.
Stars: ✭ 2,090 (-23.39%)
Mutual labels:  cef, html5, cefglue
BlazorCefApp
Build windows desktop GUI app via CEF / WinForms / Blazor server-site
Stars: ✭ 28 (-98.97%)
Mutual labels:  chromium, cef, blazor
Browser Base
Modern and feature-rich web browser base based on Electron
Stars: ✭ 2,417 (-11.4%)
Mutual labels:  desktop, browser, chromium
Cef4delphi
CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
Stars: ✭ 785 (-71.22%)
Mutual labels:  cef, browser, chromium
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (-92.56%)
Mutual labels:  cef, browser, chromium
Cef2go
Go lang bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 780 (-71.41%)
Mutual labels:  cef, browser, chromium
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-94.61%)
Mutual labels:  desktop, browser, html5
Robot Js
Native system automation for node.js
Stars: ✭ 169 (-93.8%)
Mutual labels:  cross-platform, desktop
Black
World's fastest HTML5 2D game engine   🛸
Stars: ✭ 174 (-93.62%)
Mutual labels:  cross-platform, html5
Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (-2.6%)
Mutual labels:  browser, html5
Muon
GPU based Electron on a diet
Stars: ✭ 2,068 (-24.19%)
Mutual labels:  cross-platform, desktop
Abot
Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Stars: ✭ 1,961 (-28.12%)
Mutual labels:  cross-platform, netcore2
Vieb
Vim Inspired Electron Browser - Vim bindings for the web by design
Stars: ✭ 175 (-93.59%)
Mutual labels:  browser, chromium
Secret Agent
The web browser that's built for scraping.
Stars: ✭ 151 (-94.46%)
Mutual labels:  browser, chromium
Robot
Native cross-platform system automation
Stars: ✭ 178 (-93.48%)
Mutual labels:  cross-platform, desktop
Wmail
The missing desktop client for Gmail & Google Inbox
Stars: ✭ 2,093 (-23.28%)
Mutual labels:  cross-platform, desktop
Youi
Next generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.
Stars: ✭ 186 (-93.18%)
Mutual labels:  cross-platform, desktop
Cefpython
Python bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 2,498 (-8.43%)
Mutual labels:  cef, chromium
Bromite
Bromite a Chromium fork with ad blocking and privacy enhancements; take back your browser!
Stars: ✭ 3,256 (+19.35%)
Mutual labels:  browser, chromium

Chromely

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

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 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(1) 32-bit
  • Windows(1) 64-bit
  • Linux(2) 32-bit
  • Linux(2) 64-bit
  • MacOSX(3) 64-bit
  • Linux ARM(4) Raspberry Pi

 (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+ (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
Chromely + React
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.

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:

Resharper logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].