Viewing profile — ifyalciner
ifyalciner
HN member- Joined
- Sun, Nov 14, 2021, 3:52 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About ifyalciner
No profile information was provided.
Recent public activity
-
comment
Comment #36500384
This is looks quite aesthetic. Also a super analogy to show new programmers how complexity increases if you introduce unnecessary dependencies.
-
comment
Comment #36439867
Behaviour Trees are a bit more than that. They also effect/advice how you structure your project (not component based but behaviour based: exp. you don't have "controller" componen…
-
comment
Comment #36439595
Coroutines (or the concept of saving context to come back to) is already heavily explored in robotics in recent years. Behaviour Trees [1] approximates what coroutines do in system…