No description
Find a file
2013-07-10 08:36:26 +08:00
app [Win] Print log to stderr instead of debug.log. 2013-07-08 11:09:53 +08:00
browser [Win] Add custom frame view implementation for native window. 2013-07-08 17:24:54 +08:00
common Add process.activateUvLoop() API. 2013-07-09 20:38:44 +08:00
renderer Add dummy implementaions of node integration in Windows. 2013-07-04 21:18:28 +08:00
script Update gyp and depot_tools. 2013-07-10 08:36:26 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Update gyp and depot_tools. 2013-07-10 08:36:26 +08:00
.gitignore Ignore vendor/python_26 in git. 2013-07-01 15:37:22 +08:00
.gitmodules Use depot_tools to provide ninja binary and cpplint. 2013-07-07 16:25:50 +08:00
atom.gyp [Win] views_chromiumcontent.lib is renamed to chromiumviews.lib. 2013-07-09 12:26:31 +08:00
common.gypi Link to the views module as static library. 2013-07-09 10:22:38 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Write js codes in coffee script. 2013-04-14 22:48:35 +08:00
README.md Set base url in bootstrap script by default. 2013-06-19 10:54:05 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.