BrodyHiggerson

Results 12 comments of BrodyHiggerson

@skypjack I actually had to comment out the ``` #ifndef ENTT_REGISTRY_CONTEXT_GUARD #define ENTT_REGISTRY_CONTEXT_GUARD() #endif ``` section as include ordering was messing with it - some files/libraries would get to config...

Do you have a fork of this fiber support somewhere? Curious if you ended up making it run okay - using fibers myself.

> I only officially support clang++ and g++. I've built ecst successfully on Windows using nuwen MinGW. Ahh, that's a shame. I figured due to MSVC's popularity in games, a...

Hi, I tried to follow your instructions but am finding that the ConsoleApp does not build on latest master. TestEngine.h(7): "MAKE_CATEGORY" should be "OPTICK_MAKE_CATEGORY" I believe. After fixing that: ```...

Hi, Thanks for your reply - that helped, and I've been looking at your example and trying to implement my own, but I'm having some troubles. My version of your...

Hey! I've been away from this issue for a long time but will likely return soon. I wanted to ask; is the above still a reflection of the current state...

Hey @bombomby! I've had another go with this, hoping that pinning my 'main' fiber to a single thread would help the use of OPTICK_FRAME in a fiber situation. You can...

I've been using Palanteer a bunch lately, got me thinking about this topic. One "conceptually simple" feature for displaying fibers that I think would really, **really** help is the ability...

Could you elaborate on the "given range" being delayed? As in the entire task set itself? Also, as a stopgap I'll have to implement something quick and dirty to unblock,...

Thanks for the explanations; I hadn't considered that angle as I still think of tasks as singular pieces of work, yet the basic building blocks are oriented around each task...