GithubHelp home page GithubHelp logo

egui_logger's Introduction

Hi there, I'm Jacob - aka RegenJacob

Im a Student and i code in my free time

Tools i use:

Linux NeoVim

Stats:

Jacob's GitHub stats Top Langs

egui_logger's People

Contributors

cmleinz avatar liquidhelium avatar nikoof avatar regenjacob avatar zirconium-n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

egui_logger's Issues

Weird window size creep

I have an egui App with eframe + 4 Panels. The egui logger widget is in the bottom panel:

impl eframe::App for TemplateApp {
    fn update(&mut self, ctx: &egui::Context, frame: &mut eframe::Frame) {
        egui::TopBottomPanel::top("top_panel").show(ctx, |ui| {
         // ...
        });

        egui::SidePanel::left("side_panel").show(ctx, |ui| {
         // ...
        });

        egui::CentralPanel::default().show(ctx, |ui| {
         // ...
        });

        egui::TopBottomPanel::bottom("bottom_panel").show(ctx, |ui| {
            egui_logger::logger_ui(ui);
        });
     }
}

When I start this application I get this weird creep in window size:

window_creep.webm

I would expect it to have a fixed size (at least as long as no new messages appear). Any idea how to resolve this?

Usage with multi_log

I am trying to use egui_logger with multi_log (which seems pretty dead as a project, but anyhow). I think all that should be done to make this possible (and probably to allow integrating with other similar crates) is to make the EguiLogger struct public. From what I've observed using this, it seems to work ok. I can open a PR if needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.