Hacker News new | ask | show | jobs
by wangii 539 days ago
Looks impressive! What are the connection/comparison with imgui though?
1 comments

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.