Remotery icon indicating copy to clipboard operation
Remotery copied to clipboard

Q: Is it feasible to run on a single thread?

Open JCash opened this issue 2 years ago • 2 comments

If possible, I'd like to use Remotery on builds with a single thread (e.g. html5), question is, how hard is it to modify to set this up? And in broad strokes, what would need to be done for it to happen? Perhaps it's already possible, and I overlooked something?

I hope to get to this in the near future, so I thought I'd start the discussion now...

JCash avatar Apr 19 '24 12:04 JCash

I can't imagine it'd be too difficult. Instead of launching the remotery threads (there are 3?) you'd just poll it every frame.

Celtoys avatar Apr 19 '24 16:04 Celtoys

Oh of course, I don't think the thread-sampler would work as it can't suspend itself.

Celtoys avatar Apr 19 '24 18:04 Celtoys