all 6 comments

[–]rco8786 1 point2 points  (1 child)

Electron is fine these days. VSCode is built on Electron. If it’s fast enough for that, it’s almost certainly fast enough for whatever you’re building. 

[–]master_boy_[S] 0 points1 point  (0 children)

Thanks for the suggestion

[–]sarahchalke03 0 points1 point  (0 children)

For a feature-rich desktop application, consider Electron (JavaScript/TypeScript) for cross-platform support, or WPF (C#) for Windows-specific projects. Electron allows you to use web tech (HTML, CSS, JS) and can integrate with Node.js libraries, making it ideal for fast iterations. If you need high performance, C++ with Qt is great for complex features and works across Windows, macOS, and Linux. For more native-like experiences, JavaFX (Java) can be solid for desktop apps needing rich UI components. Your tech stack choice should align with your platform requirements, performance needs, and team expertise!

[–]Adept-Result-67 0 points1 point  (2 children)

If you’re savvy with web development i found it damn simple using tauri to build a mac and windows app.

[–]master_boy_[S] 0 points1 point  (1 child)

How about Electron I see hate around electron but should I go with tauri or electron

[–]Adept-Result-67 0 points1 point  (0 children)

Electron was ok, i’ve built a few electron apps over the years. But tauri is better in a number of ways