3 related articles
Why Are Open Source Projects Collectiv…
Why are open source projects migrating to message-scroller components? We break down virtualized rendering, scroll anchoring, and dynamic heights — plus the maintenance, UX, and ecosystem logic driving the shift.

Through the practical case of the message-scroller component, this article delves into applying the Single Responsibility Principle in front-end component design—how to abstract scrolling logic independently and balance cost with long-term returns.

A deep dive into building a GOAP (Goal-Oriented Action Planning) AI system in Godot — moving beyond FSMs and behavior trees to enable autonomous NPC planning. Covers core mechanics, extensions, and real-world test cases.