eframe_template

The easy way to make a Rust app with a GUI (by emilk)

Eframe_template Alternatives

Similar projects and alternatives to eframe_template

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better eframe_template alternative or higher similarity.

eframe_template reviews and mentions

Posts with mentions or reviews of eframe_template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-12.
  • CPU compilation times for recent CPUs?
    1 project | /r/rust | 11 Dec 2023
    Good question. One of my dependencies is egui, which can be built by pulling down eframe_template. Trying it just now on clean builds, I see:
  • Immediate Mode API for Web Dev? Shader support?
    2 projects | /r/incremental_gamedev | 12 Jan 2023
    FWIW, I'm using egui/eframe to write an (admittedly terrible) evolve clone just to play with rust/learn the lib, and it's been a breeze so far. The eframe template (https://github.com/emilk/eframe_template) seems to have a straightforward build to deploy on web, but I haven't run through it yet.
  • GTK or Qt, what is your choice?
    1 project | /r/linuxmemes | 11 Nov 2022
    eframe. The only one that doesn't suck.
  • Trying to convert my egui app to a website; runs locally but not online?
    3 projects | /r/learnrust | 2 Sep 2022
    Nope- I've only followed the steps on the GitHub repo here https://github.com/emilk/eframe_template/ and it never mentioned anything about that
  • Lightning talk: Stop writing Rust
    4 projects | /r/rust | 14 Jul 2022
    I've found egui pretty easy for that. I cloned this template, coded the app while running it locally to check (just standard cargo build), and then once it was done used the scripts to compile it to wasm and then put it up on github.io.
  • GUI Recs
    2 projects | /r/rust | 9 Apr 2022
    eframe offers a way to run egui as a native app, or as a web app. it's not just for demos – if you want to create a native app, eframe is the way to go! (you can use this template)
  • Amazon Prime Video uses Wasm, and egui with 37,000 lines of Rust code
    2 projects | /r/rust | 28 Jan 2022
  • Desktop GUIs for Web Developers
    4 projects | dev.to | 20 Jan 2022
    egui::CentralPanel::default().show(ctx, |ui| { // The central panel the region left after adding TopPanel's and SidePanel's ui.heading("eframe template"); ui.hyperlink("https://github.com/emilk/eframe_template"); ui.add(egui::github_link_file!( "https://github.com/emilk/eframe_template/blob/master/", "Source code." )); let response = ui.add(Label::new("Test Context Menu").sense(Sense::click())); response.context_menu(|ui| { if ui.button("Open").clicked() { ui.close_menu(); } ui.separator(); if ui.button("Cancel").clicked() { ui.close_menu(); } }); egui::warn_if_debug_build(ui); });
  • egui questions
    1 project | /r/rust | 14 May 2021
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic eframe_template repo stats
10
680
5.9
9 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com