> Revery is the same - aside from platform-specific behavior, if your app looks or behaves differently on another platform, that's a bug! I want my applications to feel like they belong to the platform and not identical on every platform
Also I am afraid that not a single thought was given to an accessibility.
Revery – Native, high-performance, cross-platform desktop apps
101–110 of 129 posts
Re: Revery – Native, high-performance, cross-platform desktop apps
#102Has anyone here actually tried using it? I'd be interested to hear a comparison between Revery and Electron in terms of ease of use, performance, drawbacks etc. I read through the README but tbh I'd prefer an external opinion.
look at qmoji[1] a mojibar[2] (electron app) clone written in reasonml. The README includes package size, and memory usage comparisons. [1] https://github.com/jaredly/qmoji [2] https://github.com/muan/mojibar
It does improve in comparison to electron, specially in storage space usage, but in my opinion it still is overkill...
Re: Revery – Native, high-performance, cross-platform desktop apps
#103Re: Revery – Native, high-performance, cross-platform desktop apps
#104Re: Revery – Native, high-performance, cross-platform desktop apps
#105> Revery is the same - aside from platform-specific behavior, if your app looks or behaves differently on another platform, that's a bug! I want my applications to feel like they belong to the platform and not identical on every platform
Re: Revery – Native, high-performance, cross-platform desktop apps
#106Every GUI library should have some screenshots..
If you look at the roadmap section there's really nothing to screenshot yet. Widgets available: View, Image, Text. Widgets not available: Input, Button, Slider, Checkbox, ScrollView and everything else not on their list.
[1] https://user-images.githubusercontent.com/21044999/51702694-...
Re: Revery – Native, high-performance, cross-platform desktop apps
#107> Revery is the same - aside from platform-specific behavior, if your app looks or behaves differently on another platform, that's a bug! I want my applications to feel like they belong to the platform and not identical on every platform
I know, for instance, that I'm likely the only person on Hacker News that actually likes the Slack Desktop application, and I'm glad it works very similarly on both my Mac and PC.
Re: Revery – Native, high-performance, cross-platform desktop apps
#108> Revery is the same - aside from platform-specific behavior, if your app looks or behaves differently on another platform, that's a bug! I want my applications to feel like they belong to the platform and not identical on every platform
Isn't identical on every platform is good for a consistent user experience?
Re: Revery – Native, high-performance, cross-platform desktop apps
#109Re: Revery – Native, high-performance, cross-platform desktop apps
#110If I built a web app with Reason can I reuse the code and turn it into a desktop app using Revery?