Added UI and painted pendulum in different colors

This commit is contained in:
2026-02-21 11:47:57 +01:00
parent 5721b2e48e
commit 34148aade2
9 changed files with 227 additions and 52 deletions

View File

@@ -414,6 +414,16 @@
"DISCLAIMER_4": "Light & Shadow: To visualize depth, light reflections and shadows (Ambient Occlusion) are simulated based on the curvature of the formula."
}
},
"PENDULUM": {
"TITLE": "Double pendulum",
"TRAIL_DECAY_TIME": "Trail length",
"DAMPING": "Damping",
"ATTRACTION": "Attraction",
"L1_LENGTH": "Length L1",
"L2_LENGTH": "Length L2",
"M1_MASS": "Mass M1",
"M2_MASS": "Mass M2"
},
"ALGORITHM": {
"TITLE": "Algorithms",
"PATHFINDING": {