Collection of random experiments
Go to file
Casey cfa2af3d91
Oh my fucking god, fuck xcb and X
Some windows have WM_NAME of 0 bytes, so I have to ask for _NET_WM_NAME
Atom, but some windows have it as XCB_ATOM_STRING and most of them have
it as UTF8_STRING, so I'm just reading UTF-8 one.

And ALSO coordinates from xcb_get_geometry are relative to the parent,
so I have to translate them using xcb_translate_coordinates, which would
be fine, except it completely kills my "queue a bunch of requests and
read responses later" paradigm here. Hence, I'm doing it one. by. one.

Fuck this shit.
2024-06-06 16:04:22 +03:00
_templates Mouse following thing and template fix 2024-05-30 12:28:06 +03:00
img/scrall Oh my fucking god, fuck xcb and X 2024-06-06 16:04:22 +03:00
sim/cellular Added cell simulation thingie 2024-05-29 13:19:08 +03:00
vis/follow-mouse Mouse following thing and template fix 2024-05-30 12:28:06 +03:00
.gitignore Added project generator and some templates 2024-05-29 12:25:42 +03:00
new.py Separate placeholder for project and program names 2024-05-29 12:31:12 +03:00
requirements.txt Added project generator and some templates 2024-05-29 12:25:42 +03:00