@MikkoMononen@mastodon.gamedev.place
Post #1024747
2026-03-27 07:07 UTC
Replies (3)
-
@MikkoMononen@mastodon.gamedev.place 2026-03-27 07:12
I tried to keep things simple and used Dear ImGui for the example code, i n the hopes that someone can pick up the ideas and run whit them. Thanks @ocornut@mastodon.gamedev.place for awesome support!
-
@pervognsen@mastodon.social 2026-03-27 10:07
@MikkoMononen@mastodon.gamedev.place Nice article! Even augmented with some of the additional information (e.g. the override flags), the derived data still feels more like a snapshot representation than a delta/change-based representation. My intuition is that a delta representation would be better at capturing the user's intention and therefore be better for rebasing, but I haven't thought deeply about it.
-
@seb_degraff@mastodon.gamedev.place 2026-04-02 19:09
@MikkoMononen@mastodon.gamedev.place Thanks for the article, this kind of stuff is super-valuable! I tried to build the project out of curiosity but got an error referring to a local path on your computer I believe. I'm a bit scared of CMake so I didn't dig deeper, but I thought I'd let you know!