Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sora54
/
egui
Public
forked from
emilk/egui
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
emilk
Datepicker
All time
Commit history
Commits on Jan 29, 2022
Add ui.data(), ctx.data(), ctx.options() and ctx.tessellation_options() (#1175)
Show description for b618636
emilk
authored
b618636
View commit details
Copy full SHA for b618636
Browse repository at this point
Commits on Jan 26, 2022
Return more info from ScrollArea::show (#1166)
emilk
authored
3333d63
View commit details
Copy full SHA for 3333d63
Browse repository at this point
Documentation improvements
emilk
committed
1134258
View commit details
Copy full SHA for 1134258
Browse repository at this point
Tidy up README.md
emilk
committed
26be0ac
View commit details
Copy full SHA for 26be0ac
Browse repository at this point
Minor optimization: avoid reallocating set of visible ID:s
emilk
committed
04c3efd
View commit details
Copy full SHA for 04c3efd
Browse repository at this point
Fonts: only pre-render glyphs for fonts in the current egui styles
emilk
committed
417bb31
View commit details
Copy full SHA for 417bb31
Browse repository at this point
Commits on Jan 25, 2022
Remove warm-up of demo app
Show description for 1e4d8ae
emilk
committed
1e4d8ae
View commit details
Copy full SHA for 1e4d8ae
Browse repository at this point
Lower default font atlas size (#1160)
Show description for 7ed0880
emilk
authored
7ed0880
View commit details
Copy full SHA for 7ed0880
Browse repository at this point
Commits on Jan 24, 2022
Choose your own font and size (#1154)
Show description for fa43d16
emilk
authored
fa43d16
View commit details
Copy full SHA for fa43d16
Browse repository at this point
Commits on Jan 23, 2022
Plot text can now contain rich text
emilk
committed
bb407e9
View commit details
Copy full SHA for bb407e9
Browse repository at this point
Commits on Jan 22, 2022
Partial font texture update (#1149)
emilk
authored
462f181
View commit details
Copy full SHA for 462f181
Browse repository at this point
glow on web: simplify the webgl2 vs webgl1 selection
emilk
committed
e957674
View commit details
Copy full SHA for e957674
Browse repository at this point
Add misc documentation
emilk
committed
199bbef
View commit details
Copy full SHA for 199bbef
Browse repository at this point
Commits on Jan 21, 2022
glow: reuse the same GL texture when possible (#1142)
emilk
authored
8138a07
View commit details
Copy full SHA for 8138a07
Browse repository at this point
Make shift-scroll do horizontal scrolling on all platforms (#1136)
Show description for a689b62
emilk
authored
a689b62
View commit details
Copy full SHA for a689b62
Browse repository at this point
Commits on Jan 17, 2022
WidgetGallery: hide spinner widget to save CPU in reactive mode
emilk
committed
76ac41f
View commit details
Copy full SHA for 76ac41f
Browse repository at this point
Small improvements to check.sh
emilk
committed
9df0c68
View commit details
Copy full SHA for 9df0c68
Browse repository at this point
clippy fixes
emilk
committed
39dd6d7
View commit details
Copy full SHA for 39dd6d7
Browse repository at this point
Commits on Jan 16, 2022
Fix horizontal scrolling direction on Linux
Show description for c713fd9
emilk
committed
c713fd9
View commit details
Copy full SHA for c713fd9
Browse repository at this point
Commits on Jan 15, 2022
Fix dead-lock in TextEdit on touch-screens (#1118)
Show description for ad54187
emilk
authored
ad54187
View commit details
Copy full SHA for ad54187
Browse repository at this point
Simplify http demo and add new download_image eframe demo
emilk
committed
b2c8cd0
View commit details
Copy full SHA for b2c8cd0
Browse repository at this point
Texture loading in egui (#1110)
Show description for 66d80e2
emilk
authored
66d80e2
View commit details
Copy full SHA for 66d80e2
Browse repository at this point
Commits on Jan 10, 2022
Fix bugs in glow on web (#1092)
Show description for 205e04a
emilk
authored
205e04a
View commit details
Copy full SHA for 205e04a
Browse repository at this point
Put everything in Context behind the same Mutex (#1050)
Show description for d567341
emilk
and
danielkeller
authored
d567341
View commit details
Copy full SHA for d567341
Browse repository at this point
Commits on Jan 9, 2022
Improve OpenGL error detection and reporting in egui_glow
Show description for 650057d
emilk
committed
650057d
View commit details
Copy full SHA for 650057d
Browse repository at this point
Commits on Jan 8, 2022
Improve a couple of docstrings
emilk
committed
342737e
View commit details
Copy full SHA for 342737e
Browse repository at this point
Commits on Jan 7, 2022
Implement Clone & PartialEq on RichText WidgetTextJob WidgetTextGalley
emilk
committed
1f93c7b
View commit details
Copy full SHA for 1f93c7b
Browse repository at this point
Commits on Jan 6, 2022
Add demo of advanced TextEdit usage
emilk
committed
7863f44
View commit details
Copy full SHA for 7863f44
Browse repository at this point
Commits on Jan 3, 2022
Better docs and spelling fixes
emilk
committed
79cfdaa
View commit details
Copy full SHA for 79cfdaa
Browse repository at this point
Commits on Dec 31, 2021
Switch to using glow as the default renderer both on native and the web (#1020)
Show description for b1fd6a4
emilk
authored
b1fd6a4
View commit details
Copy full SHA for b1fd6a4
Browse repository at this point
0.16.1 patch release: Add back CtxRef::begin_frame/end_frame (#1019)
Show description for b5c119e
emilk
authored
b5c119e
View commit details
Copy full SHA for b5c119e
Browse repository at this point
Commits on Dec 30, 2021
Remove keyboard focus from a widget if something else is dragged
Show description for b00edfe
emilk
committed
b00edfe
View commit details
Copy full SHA for b00edfe
Browse repository at this point
Hide console on windows for all examples in release builds (#1008)
emilk
authored
753d709
View commit details
Copy full SHA for 753d709
Browse repository at this point
Add `Ui::add_visible` and `Ui::add_visible_ui`
Show description for 4ef2138
emilk
committed
4ef2138
View commit details
Copy full SHA for 4ef2138
Browse repository at this point
Remove deprecated functions
emilk
committed
db110b1
View commit details
Copy full SHA for db110b1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.