No Description

Cheng Zhao 504f96ae08 Merge pull request #81 from atom/window-native-modules 11 years ago
app a5bc2fdb44 Don't use the cmd paramter passed by WinMain. 11 years ago
browser 30c9cd4318 Use dummy stdin stream on Windows. 11 years ago
common 3be4a01963 Dump v0.4.1. 11 years ago
docs 132eb09d96 Merge pull request #71 from atom/78-chars-or-death 11 years ago
renderer 2fd91e8c96 Enable passing objects and arrays when calling remote function. 11 years ago
script 3b149945bf Upload a fake empty x64 node.lib. 11 years ago
spec f7de0e8d38 Disable spec for window.close() since it would not be fixed for a while. 11 years ago
tools 7a27537c89 Update brightray: fix building with ninja. 11 years ago
vendor 19aa2b7979 Update apm. 11 years ago
.gitignore 5b74dff8f1 Generate the distribution file under 'dist' directory. 11 years ago
.gitmodules f63cf3f283 Update apm URL to new location in atom org. 11 years ago
LICENSE a915cf2e81 Initial empty browser. 12 years ago
README.md 79d6e88d99 Update link to docs 11 years ago
atom.gyp 766347ffae Generate node.lib from atom.lib and chromiumcontent.dll.lib. 11 years ago
common.gypi 41f0f9bcf3 [Win] Ignore 4049 link warning. 11 years ago
filename_rules.gypi bc62d8c2c5 Ship the filename_rules.gypi which is modified from chromium. 11 years ago
package.json f9750f9ea9 Add test for d3 module. 11 years ago

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.