mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Fixed typo in function description * Added vertical kinetic scrolling * Checked off kinetic scrolling from TODO Co-authored-by: Markus Webel <m@rkus.online>
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.