hp
toc

FS Letters II

2015-06-21, post № 40

programming, Pygame, Python, #black, #dynamic, #file, #file check, #file system, #files, #filesystem, #fs, #red

Improving my first version — FS Letters — I changed a core behavior. Instead of going through the whole file system, saving it, interpreting it and then displaying it, I now went for a dynamic approach. As the filesystem gets checked (𝟨𝟢 times per second), the screen is also updating. This makes for both a more efficient (no freeze!) and a much nicer program. If the program is done checking the file system, the text ‘done’ will appear in the screen’s caption.

fs-letters-ii-1.png
fs-letters-ii-2.png
fs-letters-ii-4.png
Source code: fs-letters-ii.py
Extra assets: fs-letters-ii-3.png
Jonathan Frech's blog; built 2024/04/13 20:55:09 CEST