ducttape / ducttape-engine

Ducttape Engine - A universal game engine

Home Page:http://ducttape-dev.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make engine use signals/slots for most everything

svenstaro opened this issue · comments

If the engine uses signals/slots for everything, we can have very interesting mid-tick interaction like controllers instantly updating physics, nodes, and so forth.

We could actually replace our event listeners. Can the qt signal/slot system be somehow manage priorities?

Yes, that is the plan. Qt supports this. Having basically 2 event loops when Qt does this better and quicker is pretty stupid.

Finally done.