- Cocos2D-X TTF 字体排版,如何使用 FreeType 库进行字符排版。
- CPU Utilization is Wrong. Check instructions per cycle (IPC) to see whether CPU is stalled
- Beware of Transparent Pixels - Adrian Courrèges. Leaned bilinear filtering and color blending, and usage of premultiplied alpha.
- “go build” became very slow after installing a new version of Go. It saved me when I found out I have to wait for minutes when running
go run
after several homebrew upgrades. I event spent time to profiling my app.
Programming
- Fixing Unicode for Ruby Developers – DaftCode Blog. How to do unicode right in Ruby. Normalize unicode before performing serious text processing.
- Can I execute a function after setState is finished updating?. Function
setState
can accepts a callback which will be invoked after stage is really changed and DOMs are updated.
Games
- 《Monsterologist》开发日志 (十一)竞品学习:《精灵宝可梦》的怪物设计是越做越差了吗? - 知乎专栏。各全面的怪物设计分析的分享。