DrElliot

Results 5 comments of DrElliot

Hello, is there any update to this issue? I'd like something similar for this use.

I'd actually be curious about disconnecting lambdas as well, that might be a bit of an odd issue.

It also crashes if you don't use aggregate initialization, and just a regular constructor instead. It actually might be related to lambdas calling lambdas

> Every time you call `sol::make_object` or other `make_` functions, a new reference is created and put into its own slot in Lua's registry, which is a big table of...

My custom game engine uses **Dear ImGui** extensively for all editor utilities. I’ve spent a lot of time tuning the visuals and interaction model to strike a balance between clarity...