laxu
Rock Star
- Messages
- 5,211
You can run web applications in a container app via e.g Electron. So not having a "desktop app" you can open that in reality just renders a webpage is a weird thing to do. Especially when browsers can have different capabilities which may cause issues with the web app.Most likely to save development time as you only have to create a web page which can be read by all devices on all browsers. Developing a desktop app that has to work on multiple OS on multiple devices is no small task. And whenever there is an update to an OS, your app has to have an update as well.
The development effort is likely pretty similar compared to using e.g Juce or QT framework apps, just different areas where you have to spend extra effort.I actually think doing a web editor was a pretty clever way to give Headrush users the number one requested feature. Without a high price in development and upkeep.