Logo
    Search

    gui-frameworks

    Explore "gui-frameworks" with insightful episodes like "Rio: WebApps in Pure Python - No JavaScript, HTML, or CSS Needed!" and "Why I Love Vaadin but Tauri Isn't for Me" from podcasts like ""Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (2)

    Rio: WebApps in Pure Python - No JavaScript, HTML, or CSS Needed!

    Rio: WebApps in Pure Python - No JavaScript, HTML, or CSS Needed!

    This story was originally published on HackerNoon at: https://hackernoon.com/rio-webapps-in-pure-python-no-javascript-html-or-css-needed.
    Rio is a brand new GUI framework designed to let you create modern web apps with just a few lines of Python. Our goal is to simplify web and app development.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #open-source, #python-framework, #data-science, #reusable-ui-components, #webapps, #ui-frameworks, #reactive-framework, #gui-frameworks, and more.

    This story was written by: @d4vid. Learn more about this writer by checking @d4vid's about page, and for more stories, please visit hackernoon.com.

    Rio is a reactive web UI framework for Python. It's designed to let you create modern web apps with just a few lines of Python. Rio ships with over 50 builtin components in Google's Material Design. The same exact codebase can be used for both local apps and websites.

    Why I Love Vaadin but Tauri Isn't for Me

    Why I Love Vaadin but Tauri Isn't for Me

    This story was originally published on HackerNoon at: https://hackernoon.com/why-i-love-vaadin-but-tauri-isnt-for-me.
    A review of Tauri, a Rust-based framework for desktop apps, exploring its strengths and limitations compared to Vaadin.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #rust, #tauri, #gui, #ui, #desktop-app, #vaadin, #web-development, #gui-frameworks, and more.

    This story was written by: @nfrankel. Learn more about this writer by checking @nfrankel's about page, and for more stories, please visit hackernoon.com.

    Tauri is a Rust-based framework for building desktop applications. It is composed of two modules: the client-side module in standard Web technologies and the backend module in Rust. Tauri runs the UI in a dedicated Chrome browser instance. The only downside is that both behaviors lose the state of the app.