Y
Hacker News
new
|
ask
|
show
|
jobs
by
wodenokoto
725 days ago
It's not QT. The interface is HTML+css via node.
1 comments
SassyBird
725 days ago
It’s Qt:
https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop...
It seems with some JavaScript generated from Java via Gwt. Regardless, I prefer it over VSCode UI.
link
jmcphers
725 days ago
RStudio was based on QtWebKit, then migrated to QtWebEngine, then finally migrated to Electron (which is what it uses today). You'll find some vestigial Qt code in the repository but it isn't used for the shipping releases any more.
link
It seems with some JavaScript generated from Java via Gwt. Regardless, I prefer it over VSCode UI.