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

Optimize sad::animations::OptionList #321

Closed mamontov-cpp closed 6 months ago

mamontov-cpp commented 7 months ago

Seems to be a bit slow to be useful, should do something about it. At least, would be nice to get some caching in Instance or other places

mamontov-cpp commented 6 months ago

Patially solved by caches in tree. Still, we can gain even more performance, if we change pipeline, but that's work for the far future.