Pygame
導入
ドキュメント:
Getting Started | Pygame Wiki [Official]
テキスト描画
ドキュメント:
pygame.font | Pygame Documentation [Official]
参考:
How to draw outline on the font? – Stack Overflow
透過
参考:
How to separately change the opacity of a text on a button? – Stack Overflow
アウトライン
動画:
参考:
Image outline using PIL – Stack Overflow
フォントメトリクス
ドキュメント:
Font.metrics | Pygame Documentation [Official]
参考:
font render missing baseline information, can not blit text properly – Stack Overflow
チュートリアル
Tutorials | Pygame Wiki [Official]
教材
入手:
リポジトリ
ドキュメント
Documentation | Pygame [Official]
リンク
まとめ
Pygame – 超入門/使い方とサンプルゲームを解説 | Python 超入門速報
Pygame でゲームを作ろう | Kenichi Wakabayashi
チュートリアル
プレイリスト
Advanced Tutorials (DaFluffyPotato) – YouTube
Pygame Zero
A zero-boilerplate games programming framework for Python 3, based on Pygame.
リポジトリ:
ドキュメント:
Installation | Pygame Zero Documentation
Introduction | Pygame Zero Documentation
リンク:
Hollow
リンク:
Hollow / Outline Text Module | Pygame Code Repository [Official]
Image Outline
Make an outline of an image using mask methods.
リポジトリ:
Mekire/pygame-image-outline – GitHub
参考:
How would I draw the outline of an image that is loaded into Pygame? – reddit