You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Music Blocks currently runs as a web-based application in a browser. Users must access it via a web server, which limits offline usability and system integration features.
Desired Behavior
Develop an Electron-based desktop application for Music Blocks, allowing it to run as a standalone application on Windows, macOS, and Linux. This would enable:
Offline support without requiring a web server.
Native OS integration (e.g., file system access, notifications, window management).
Improved performance compared to browser-based execution.
Screenshots / Mockups
Implementation
Add electron in project deps.
Create an entry point for electron (main.js or electron.js)
Current Behavior
Music Blocks currently runs as a web-based application in a browser. Users must access it via a web server, which limits offline usability and system integration features.
Desired Behavior
Develop an Electron-based desktop application for Music Blocks, allowing it to run as a standalone application on Windows, macOS, and Linux. This would enable:
Screenshots / Mockups
Implementation
Acceptance Tests
Environment
Additional Information
Checklist
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.
The text was updated successfully, but these errors were encountered: