Pygame
導入
ドキュメント:
Getting Started | Pygame Wiki [Official]
グラフィック描画
ドキュメント:
pygame.draw | Pygame Documentation [Official]
pygame.Surface | Pygame Documentation [Official]
pygame.Rect | Pygame Documentation [Official]
pygame.transform | Pygame Documentation [Official]
画像
ドキュメント:
pygame.image | Pygame Documentation [Official]
テキスト描画
ドキュメント:
pygame.font | Pygame Documentation [Official]
参考:
How to draw outline on the font? – Stack Overflow
効果音/BGM
ドキュメント:
pygame.mixer | Pygame Documentation [Official]
pygame.mixer.music | Pygame Documentation [Official]
色
ドキュメント:
pygame.Color | Pygame Documentation [Official]
透過
参考:
How to separately change the opacity of a text on a button? – Stack Overflow
アウトライン
動画:
参考:
Image outline using PIL – Stack Overflow
数値計算
ドキュメント:
pygame.math | Pygame Documentation [Official]
フォントメトリクス
ドキュメント:
Font.metrics | Pygame Documentation [Official]
参考:
font render missing baseline information, can not blit text properly – Stack Overflow
キーボード入力
ドキュメント:
pygame.key | Pygame Documentation [Official]
ゲームパッド
ドキュメント:
pygame.joystick | Pygame Documentation [Official]
チュートリアル
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