mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Ideas for Sample Applications #1029
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @softworkz on GitHub (Dec 7, 2025).
If somebody would be interested in contributing app samples, here are some ideas:
e.g. for setting up IPC messaging between web content and .net ap
like
beforePack,afterPack,artifactBuildStarted,artifactBuildCompletedThis allows for example to manipulate or replace the
*.desktopfile for Linux appsThat's something you can hardly find anywhere...
How you can have a base project with Electron.NET code that is shared by multiple Electron.NET apps
ElectronHostHook SampleA sample project, showing just ElectronHostHook without any distractionsA working sample with icons for all 3 platforms (Win, Linux, Mac)
e.g. to showcase how to best structure it and how the different parts (client-side interactivity, Electron control, native capabilities) come together
(for most of these, I can provide something based on which a sample can be created)
Originally posted by @softworkz in #947
@softworkz commented on GitHub (Dec 9, 2025):
Well - just one bullet is closed :-)
@FlorianRappl commented on GitHub (Dec 9, 2025):
A more basic one, but often requested is:
e.g. to showcase how to best structure it and how the different parts (client-side interactivity, Electron control, native capabilities) come together
@softworkz commented on GitHub (Dec 9, 2025):
Good idea - added to the OP