alpha
Login
or
Join now
ptr.pet
/
ghostty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ghostty
/
src
/
font
/
sprite
/
at
main
2 folders
2 files
Mitchell Hashimoto
font: reshuffle glyph sizing types to Glyph.zig
2mo ago
1c0aac54
draw
font: handle CRLF line endings in octants.txt parsing Trim trailing \r when splitting octants.txt by \n at comptime. On Windows, git may convert LF to CRLF on checkout, leaving \r at the end of each line. Without trimming, the parser tries to use \r as a struct field name in @field(), causing a compile error. Follows the same pattern used in x11_color.zig for rgb.txt parsing.
4 months ago
testdata
deps: update z2d to 0.7.1 tagged release This release contains performance and memory use improvements. Some of the sprite font test renders had to be updated due to very minor differences in the anti-aliasing, since the default anti-aliasing method in z2d has been changed to MSAA rather than SSAA.
1 year ago
Face.zig
font: reshuffle glyph sizing types to Glyph.zig
2 months ago
canvas.zig
deps: update z2d to v0.10.0 Release notes at: https://github.com/vancluever/z2d/blob/v0.10.0/CHANGELOG.md Mainly a maintenance update with regards to Ghostty use, with a couple of minor changes required to some type references to match new API semantics.
7 months ago