ImGui-SFML v.2.2 is released. It's small, but it felt wrong to not have a release for the whole year...
https://github.com/eliasdaler/imgui-sfml/tree/v2.2This release is an accumulation of small things which are important to release:
- Dear ImGui >= 1.80 is now required. ImGui added imgui_tables.cpp and some
of the functions were deprecated. It's important to stay up-to-date
- Fixed Image/ImageButton and sf::RenderTexture problems (texture was
shown upside down)
- Removed an overload for Image/ImageButton which took sf::Texture and
sf::IntRect textureRect. You should use sf::Sprite now.
- Added sf::Cursor::Hand
- Restored C++03 support
- Fix MSVC warnings