Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ec536ca
first wokring version
LukasBombach May 31, 2025
46457ca
better font rendering
LukasBombach May 31, 2025
fa9efde
better
LukasBombach May 31, 2025
aefda83
text positioniing
LukasBombach May 31, 2025
5b7c1ca
wor wrap
LukasBombach May 31, 2025
0b7c916
xyz
LukasBombach Jun 1, 2025
4beabb0
added a reference rect
LukasBombach Jun 1, 2025
b3ce185
rm bg color
LukasBombach Jun 1, 2025
b2c4979
dunno
LukasBombach Jun 1, 2025
c9e299b
it was the borderRadius, that made the rects invisible
LukasBombach Jun 8, 2025
8a28bfc
x
LukasBombach Jun 8, 2025
820a82c
fixed the border radius
LukasBombach Jun 8, 2025
da1244e
wip
LukasBombach Jun 9, 2025
fc71b74
file structure init
LukasBombach Jun 9, 2025
267a459
wip
LukasBombach Jun 11, 2025
653029b
moved. athing
LukasBombach Jun 21, 2025
1ee4a9b
wip
LukasBombach Jun 21, 2025
67c6aa2
fixed Node enum
LukasBombach Jun 21, 2025
babbb87
wip
LukasBombach Jun 21, 2025
740e056
wip
LukasBombach Jun 21, 2025
97171e6
wip
LukasBombach Jun 21, 2025
4a59718
cleanup
LukasBombach Jun 21, 2025
e24d7ba
text wip
LukasBombach Jun 22, 2025
2516134
lifetime
LukasBombach Jun 22, 2025
d00825b
text width callc
LukasBombach Jun 22, 2025
962032a
text wip
LukasBombach Jun 22, 2025
98120ec
compute_text_layout
LukasBombach Jun 22, 2025
59a2478
wip
LukasBombach Jun 22, 2025
c29d6ff
x
LukasBombach Jun 22, 2025
c643185
wip
LukasBombach Jun 23, 2025
f934a99
fml
LukasBombach Jun 23, 2025
b644b04
x
LukasBombach Jun 23, 2025
0fa25db
dunno
LukasBombach Jun 23, 2025
e0aadca
x
LukasBombach Jun 23, 2025
6b830b1
rm text renderer
LukasBombach Jun 24, 2025
ebb5ead
gui init
LukasBombach Jun 24, 2025
6cba1e7
rendere xy
LukasBombach Jun 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 192 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ notify = "8.0.0"
taffy = { version = "0.7.7", features = ["serde"]}
slotmap = "1.0.7"
color = "0.3.1"
cosmic-text = "0.13.0"
Loading