Skip to content

cweekly/cross-platform-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cross-platform-desktop

Simple cross-platform desktop to demonstrate how .Net Core can be used in an Electron application.

Implementation detail

https://scotch.io/@rui/how-to-build-a-cross-platform-desktop-application-with-electron-and-net-core

Demos

Windows

MacOs

run

Install prerequisites

Windows

​ Download and install the latest .NET Core SDK for Windows

run.cmd

MacOS

​ In order to use .NET Core on MacOS, we first need to install the latest version of OpenSSL. The easiest way to get this is from http://brew.sh/ ​ After installing brew, do the following:

brew update
brew install openssl
mkdir -p /usr/local/lib
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ 

Then download and install the latest .NET Core SDK for MacOS

./run.sh

build distributables

npm run dist

About

Simple cross-platform desktop to demonstrate how .Net Core can be used in an Electron application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.2%
  • C# 26.8%
  • HTML 14.6%
  • Shell 2.2%
  • Batchfile 2.2%