mamontov-cpp / saddy-graphics-engine-2d

Saddy is an open-source crossplatform 2D graphic engine, based on OpenGL, which can be used for creating 2D games. like platformers or RPGs.
Other
55 stars 19 forks source link

[core] Optick profiler integration #310

Closed mamontov-cpp closed 7 months ago

mamontov-cpp commented 1 year ago

Need to instrument code, so Optick will work fine with it

mamontov-cpp commented 7 months ago

It's still useful, but feels very abandoned. It can be used only for x64 builds, so we need those to get working for saddy and all required plugins (even though only main engine will be instrumented).

mamontov-cpp commented 7 months ago

Oh, if you build Optick library from source code with x32 settings it works fine with visuaalizer and still captures required. Guess x64 transition isn't even necessary at this point

mamontov-cpp commented 7 months ago

We're not going to add support for plugins to it for now, so it's pretty much done.