No description
Find a file
2013-08-07 14:20:32 +08:00
app [Win] Write log to file in Debug build. 2013-07-23 16:37:00 +08:00
browser [Win] Implement context menu. 2013-08-06 21:08:52 +08:00
common Add power-monitor module, fixes #45. 2013-08-03 16:03:56 +08:00
renderer Remove the useless remote.getObject API. 2013-07-29 16:35:25 +08:00
script 💄 on string comparison. 2013-08-06 20:44:18 +08:00
spec Add test for native modules. 2013-08-01 15:40:54 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Update apm: Add support for Windows. 2013-08-06 20:24:51 +08:00
.gitignore Fix .gitignore. 2013-07-17 17:07:14 +08:00
.gitmodules Update node before running npm. 2013-08-03 16:38:02 +08:00
atom.gyp Add power-monitor module, fixes #45. 2013-08-03 16:03:56 +08:00
common.gypi [Win] Ignore 4049 link warning. 2013-07-24 18:33:27 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Add test for native modules. 2013-08-01 15:40:54 +08:00
README.md Update README. 2013-08-07 14:20:32 +08:00

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 Wiki.

License

We use MIT license, see the LICENSE file.