1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00
Files
egui/crates/egui
tlhenvironment fb5cb3052d Fix typo in docstring (#2643)
Tiny typo fix <3
2023-02-04 13:53:20 +01:00
..
2023-02-04 13:53:20 +01:00
2022-12-11 16:59:54 +01:00

GUI implementation

This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.