Don't want to work on terminal

I’m a mac user, but after I installed ROOT to my mac I can only use it on my terminal, which is a terrible environment to code. Is there another platform or IDE on which I can work with ROOT using C++?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hello,

Welcome to the ROOT Community!

If you are referring to ways to develop code on mac, for example ROOT’s C++ code, there are many options available, from XCode to the more platform independent VSCode, just to name two.
I hope I understood your question correctly.

Cheers,
D

Does CLion work?

Any text editor, including Clion, will work, as editing code is editing text.

See also Coding in ROOT with the horsepower of an F1 - ROOT