KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
font-go
★ 54
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
PriviledgeBook
:
提权的文档
smart_coffee_machine
:
No description available.
SurfReport
:
A simple template of a weekly surf report with an animated SVG graph and a sliding content panel.
ATijkplayeriOS
:
1、编译ijkPlayer,支持RTSP拉流播放,支持http等格式。2、加入了MD360Player4iOS,实现视频的全景渲染。3、MovieRecorder用实时拉过来的音视频数据进行录视频。4、LFLiveKit用拉流过来的原始音视频数据(YUV、PCM)进行推流直播。
ledger-sample-apps
:
Sample Applications for Ledger Nano S and Ledger Blue
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
font-go
?
Download (.md)
# font-go *The canonical repository's location moved on February 2026, from github.com/google/font-go to github.com/nigeltao/font-go* This is a port of https://github.com/google/font-rs to the Go programming language. There are two implementations, using fixed and floating point math. The fixed point implementation benchmarks 1.3 to 1.4 times faster on GOARCH=amd64, but may have rendering artifacts above 1024 ppem. It uses mostly int32 math, although some int64 and float32 math is used for numerical accuracy. You can visually inspect rasterization by running: ``` cd floating go build && ./floating ``` and viewing the resultant out.png file. To run the benchmarks with and without SIMD assembler: ``` go test -test.bench=. go test -test.bench=. -tags=noasm ``` ## Authors The main author is Nigel Tao. ## Contributions We gladly accept contributions via GitHub pull requests, as long as the author has signed the Google Contributor License. Please see CONTRIBUTIONS.md for more details. ### Disclaimer This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.