I have a simple GUI app running on a Raspberry Pi Zero 2 with desktop which runs well but I would like to drop the desktop since it uses resources which are in short supply on the Zero2. (only 0.5GB ...
前回の記事でクラス化を考えてみました。今回はクラスを実装し、作りながらクラス構造も変えていきました。 いきなりですが改造した結果 前回からだいぶ改造しています。小出しにするつもりが大幅に変えてしまいました。。。改造したコードはこんな ...
When an element with dynamic sizes is anchored to both the left and right sides, if the size of the container changes, or if it has anchored targets and one of them moves, then the element gets ...
今回はちょっと実用処理から離れてPythonでゲームを作ってみよう。Pythonにはさまざまなライブラリが用意されており、その中にはゲーム開発に特化したライブラリもある。今回はPyGameと呼ばれるライブラリの使い方を紹介する。PyGameで迷路ゲームを作って ...