Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chromelyapps/CefSharp
Build HTML Desktop Apps on .NET/.NET Core/.NET 5 using native GUI, HTML5, JavaScript, CSS
https://github.com/chromelyapps/CefSharp
Last synced: 5 days ago
JSON representation
Build HTML Desktop Apps on .NET/.NET Core/.NET 5 using native GUI, HTML5, JavaScript, CSS
- Host: GitHub
- URL: https://github.com/chromelyapps/CefSharp
- Owner: chromelyapps
- License: mit
- Archived: true
- Created: 2020-07-23T02:31:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T23:17:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T07:48:23.147Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 396 KB
- Stars: 97
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ** Announcement ** - Chromely CefSharp is no longer being maintained!
For those who would like to continue working on the project via forks or alternative approaches, please send mattkol the appropriate links and they will be added here.
Thanks to all the contributors over the years for making the platform a great learning place.
Thank you all.
------------------------------------------------------------------------------------------------------------------------------------------Chromely CefSharp
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](https://gitlab.com/xiliumhq/chromiumembedded/cefglue), [CefSharp](https://github.com/cefsharp/CefSharp) implementations of embedded Chromium ([CEF](https://bitbucket.org/chromiumembedded/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](https://github.com/chromelyapps/demo-projects/tree/master/blazor) and [Chromely-Apps](https://github.com/chromelyapps/demo-projects/tree/master/angular-react-vue).
##### 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](https://badges.gitter.im/chromely_/Lobby.svg)](https://gitter.im/chromely_/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Have an app/project/tool using Chromely - [please share!](https://github.com/chromelyapps/Chromely/issues/63)
[![Chromely.Core](http://img.shields.io/nuget/vpre/Chromely.Core.svg?style=flat&label=Chromely.Core)](https://www.nuget.org/packages/Chromely.Core)
[![Chromely.CefSharp](http://img.shields.io/nuget/vpre/Chromely.CefSharp.svg?style=flat&label=Chromely.CefSharp)](https://www.nuget.org/packages/Chromely.CefSharp)A basic Chromely project requires: - [Demos](https://github.com/chromelyapps/demo-projects/tree/master/regular-chromely/CefSharpDemo)
````csharp
class Program
{
[STAThread]
static void Main(string[] args)
{
AppBuilder
.Create()
.UseApp()
.Build()
.Run(args);
}
}
````### Chromely Demos
Get started with our [demos](https://github.com/chromelyapps/demo-projects/tree/master/regular-chromely/CefSharpDemo).
![](https://github.com/chromelyapps/Chromely/blob/master/Screenshots/chromely_screens_n3.gif)### References
* CEF - https://bitbucket.org/chromiumembedded/cef
* CefSharp - https://github.com/cefsharp/CefSharpContributing
---
Contributions are always welcome, via PRs, issues raised, or any other means. To become a dedicated contributor, please [contact the Chromely team](https://github.com/orgs/chromelyapps/people) or [raise an issue](https://github.com/chromelyapps/Chromely/issues) mentioning your intent.License
---
Chromely is MIT licensed. For dependency licenses [please see](https://github.com/chromelyapps/Chromely/blob/master/LICENSE.md).Credits
---
Thanks to [JetBrains](https://www.jetbrains.com) for the OSS license of Resharper Ultimate.Improved and optimized using: