atom-in-orbit | Putting Atom in the browser | Code Editor library
kandi X-RAY | atom-in-orbit Summary
kandi X-RAY | atom-in-orbit Summary
Putting Atom in the browser
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Patch file path to compile .
- Determines if a point is zero .
atom-in-orbit Key Features
atom-in-orbit Examples and Code Snippets
Community Discussions
Trending Discussions on atom-in-orbit
QUESTION
As far as I understand:
Electron allows a javascript/html/css app to use web technologies in a desktop environment.
What I have also found is that most web apps can be converted to a desktop app using electron.
My real goal is to do so with either vscode or atom. The reason is that I really like both of them, and would like to run them on an android device.
atom-in-orbit and here are my steps and the errors thrown:
1. Clone commit/version 089fa92117f5d0ead54b56ee208a2baa24d9c4e2 of atom because of it's definition in line 49 of build.js
2. Attempt to build and get an "ENOENT"(Previously posted about here) error about the patching part on lines 50 and 56 of build.js
3. Patch these manually with the patches in patches/src
4. Try the build process again and, again get another error about the missing node modules in the atom src.
5. Attempt to run the build process in the atom source, because this installs all the modules that atom is dependent of, and I got an error here about the apm installation the particular errors can be found here
ANSWER
Answered 2017-Sep-07 at 06:15The answer is, it strongly depends on applications.
As you already found out, Electron is the technology based on web platform. Some small Electron apps like Todoapp (eg. https://github.com/jaystack/repatch-example-electron-app) are almost the same as the web, so you can tweak some in /src
and get it work easily on web as well. However, some other massive applications like VSCode or Atom are not always the same. You might need to dig into and tweak source codes a lot in order to port it into web. If you read and write JavaScript, you can do that, it would be a hardship though.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install atom-in-orbit
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page