Skip to content

Am I able to cache egui? #125

@Raj2032

Description

@Raj2032

Hey guys, I am thinking of forking egui (a pure reactive immediate gui library) to implement some caching capabilities.

image

See if I move the slider, everything has to update, even the Click each year button (where the red arrow is pointing to) which is a waste of CPU usage. What I wanted to do instead is if I move the slider, the slider only gets updated/redrawn, all the other elements don't redraw and remain static/cached.

I was wondering if I forked egui, would lru-rs crate would be appropriate for such use?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions