Skip to content

clue4gd/hxelectron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HXElectron

Haxe externs for electron.

The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used in the Atom editor.

Install using haxelib

$ haxelib install electron

Get started with Haxe and Electron

Spin up the Haxe Quick Start app to see Electron in action:

## Clone the Haxe Quick Start repository
$ git clone https://github.com/fponticelli/hxelectron

## Go into the repository
$ cd hxelectron/

## Build javascript with Haxe
$ haxe demo.hxml

## Go into the demo application directory
$ cd demo/

## Install the dependencies and run
$ npm install && npm start

Haxelib Version

About

Haxe externs for electron

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haxe 97.2%
  • HTML 2.0%
  • Shell 0.8%