this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak config

+5 -5
+5 -5
avatar_cube.py
··· 8 8 9 9 # ─────────────────────────── configuration ─────────────────────────────── 10 10 START_DATETIME = dt.datetime(2025, 4, 21, 0, 0, 0, tzinfo=dt.timezone.utc) 11 - ZOOM = 100.0 # px per 2 cube units (smaller than interactive ver.) 12 - CIRCLE_R = 17 # px 13 - LINE_W = 6 # px 14 - PITCH_DEG = 20 # fixed roll 15 - YAW_DEG = 45 # fixed yaw 11 + ZOOM = 100.0 12 + CIRCLE_R = 17 13 + LINE_W = 6 14 + PITCH_DEG = 20 15 + YAW_DEG = 45 16 16 17 17 # ─────────────────────────── math helpers ──────────────────────────────── 18 18