Idk if compose is suitable for game rendering, but compose is great for managing trees of objects in general (core compose has nothing to do with ui or graphics). If your game uses a tree of entities, scene graph, etc, you could use compose to write your game logic and still use a different rendering engine to actually draw the pixels.