:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao 33ad68f7a7 doc: Explain BrowserWindow.capturePage. 2013-11-22 14:39:10 +08:00
app Bump v0.6.11. 2013-11-20 22:51:26 +08:00
browser Enable ignoring |rect| when calling BrowserWindow.capturePage. 2013-11-22 14:29:20 +08:00
common Enable converting V8 value to gfx::Rect. 2013-11-22 14:22:28 +08:00
docs doc: Explain BrowserWindow.capturePage. 2013-11-22 14:39:10 +08:00
renderer Use the convient V8 wrapper in all files. 2013-09-24 09:41:54 +08:00
script 💄 fix typo. 2013-11-07 16:59:33 +08:00
spec mac: Enable to set the 'Help' menu, fixes #109. 2013-10-17 10:21:24 +08:00
tools Do not set sdk_root, it's already set by brightray. 2013-11-08 19:01:56 -08:00
vendor Add BrowserWindow.capturePage API. 2013-11-22 14:23:19 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Update apm URL to new location in atom org. 2013-08-20 09:30:05 -07:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Update link to docs 2013-08-20 09:40:40 -07:00
atom.gyp win: Add an icon. 2013-11-07 09:55:59 +08:00
common.gypi Do not set sdk_root, it's already set by brightray. 2013-11-08 19:01:56 -08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
package.json Bump v0.6.11. 2013-11-20 22:51:26 +08:00

README.md

Atom Shell

Native layer for the Atom.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.