top | item 42469501

(no title)

wangii | 1 year ago

Looks impressive! What are the connection/comparison with imgui though?

discuss

order

mtnygard|1 year ago

Both use immediate mode rendering. Both have the “single header” design. There doesn’t appear to be any shared implementation.

The examples use Raylib as a renderer behind the layout engine. I suppose it would be possible to use Dear Imgui as a renderer, but you might have to write some glue code.