Skip to content

new syntax elements: Inky integration #664

Discussion options

You must be logged in to vote

How about from 15,000 ft? :)

Inky is built using Electron, which generally have 2 sides (processes) to each app. The "renderer" process, which is like a web browser window, and the "main" process, which is more like a system process. The main process is used to communicate with the compiler (inklecate), and the majority of the rest of the code is run on the renderer side. Sometimes there are a bunch of hoops that need to be jumped through in order to communicate between the main and renderer process.

The top level file in the renderer is controller.js, which you can think of as a traditional model-view-controller controller. That's where everything is set up and passed down to each functi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@solarnoon
Comment options

Answer selected by solarnoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants