안녕하세요 GlobalYoung입니다. Rust가 너무 좋아 러스트(Rust언어)를 연구하는 1인 개발자 입니다.
- 주언어는 Rust입니다.(Rust코드가 젤 편해요 ^^)
-Rust외에 관심있는 언어는 Zig, C/C++, Kotlin, Swift, C#입니다.(polyglot을 추구합니다.)
부족한 부분이 많아서 누구에게나 배우고 싶어하는 개발자입니다. 많은 조언 부탁드립니다.
제가 가장 잘하는것은 미국 주식이나 해외선물, 옵션, 상품, 투자 미국채등 돈 되는건 전세계 다 투자합니다.^^
개발내용은 최대한 올리겠지만 아마도 금융 내용도 꽤 많을것 같습니다.
기여해주고 답장 주시면 답장 드리도록 하겠습니다.댓글로 이동(게시판 Q&A)
GlobalYoung공식 홈페이지 입니다. 서툴지만 최대한 만들어 보겠습니다. 좌측 상단 후원 감사합니다. ^^
raylib 게임 만들기 최근에 푹 빠져 있습니다.Github raylib 게임만들기 이동.
SDL3/2 게임 만들기도 최고요 ^^.Github SDL3/2 게임만들기 이동.
The B/W rasterizer has become much faster; besides that, it is a maintenance release.
As usual, a list of the more noteworthy changes can be found in the release notes.
```bash # llama3.3(가정용 컴퓨터로 405B모델을 경험 가능 지금은 아주 느리다. 241212 # New state of the art 70B model. Llama 3.3 70B offers similar performance compared to Llama 3.1 405B model. ollama run llama3.3 # ollam 프로세서 잘 실행 되는지 확인 # pgrep ollama 6327 6521 # ollam "/bye" 로 종료 시키고 서비스 종료 시키기 $ systemctl stop ollama.service ```- https://github.com/ollama/ollama/issues/690
The links collected in this section are useful if you want to put FreeType into a larger frame of understanding.
Microsoft
Typography – Microsoft's OpenType
specification and developing tools
Apple
Fonts – Apple's TrueType specification and
other things
Adobe
Typography – PostScript fonts specifications
and developing tools
Detailed information on the font formats supported by FreeType can be found in the file formats.txt, which is part of the FreeType source code bundle.
TTX
– an OpenType assembler and disassembler
FontForge –
a free, powerful graphical font editor, including a
TrueType instructions debugger (using FreeType)
TrueTypeViewer
– a free, powerful OpenType viewing tool with a
TrueType instructions debugger (not using
FreeType)
ttfautohint –
a tool to auto-hint TrueType fonts, based on FreeType's
auto-hinting engine
These libraries work on top of font rendering libraries like FreeType to provide sophisticated text (string) layout, being able to handle OpenType features in particular. All of them use Unicode for font and text encoding.
Pango – the
layout library used
by Gnome's GTK+
framework
ICU – a
layout library originally developed by IBM, used for
example in XeTeX, an
internationalized successor
of TeX
HarfBuzz – a
text shaping library, originally based on
FreeType 1's OpenType layout support
This page is maintained by Werner Lemberg. The FreeType logo has been designed by Manuel Colom.