Build apps locally with desktop IDE

Is there an official release for desktop IDE to build Spark Apps ?
I had checked below link but seems like it is long procedure steps.

If your main concern is speeding up the flashing process, it may very well be worthwhile checking out the Spark CLI. Even if it isn’t, the CLI is still nice. As far as I’m aware, there is currently no official Spark IDE (offline).

1 Like

Hi @Dilbert

Since the code is hosted on github and built with makefiles, almost any IDE can be made to work and of course everybody has their own favorite.

All you really need is a text editor and shell like bash or cmd depending on your platform.

If you do already have a preferred IDE, it is likely that someone has already set it up, so you can find help.

Did you have an IDE in mind? On a particular platform?

2 Likes