1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

[culling] coarse culling of text lines, circles and boxes

This commit is contained in:
Emil Ernerfeldt
2020-10-10 07:21:45 +02:00
parent 9874921d06
commit b01690c7b8
4 changed files with 68 additions and 18 deletions

View File

@@ -6,6 +6,7 @@
* Unicode characters in labels (limited by [what the default font supports](https://fonts.google.com/specimen/Comfortaa#glyphs))
* Simple drop-down combo box menu
* Logarithmic sliders
* Optimization: coarse culling in the tesselator
## 0.1.4 - 2020-09-08