{"id":61107,"library":"tweeny","title":"Tweeny","description":"A modern C++ tweening library.","status":"active","version":"3.2.1","language":"cpp","source_language":null,"source_url":null,"tags":["animation","tweening","interpolation"],"install":[{"cmd":"vcpkg install tweeny","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(tweeny CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE tweeny::tweeny)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"tweeny/tweeny.h","correct":"#include <tweeny/tweeny.h>"}],"quickstart":{"code":"#include <tweeny/tweeny.h>\n#include <cstdio>\n\nint main() {\n    auto t = tweeny::from(0.0).to(100.0).during(1000);\n    t.seek(500);\n    printf(\"Value at 500ms: %f\\n\", t.peek());\n    return 0;\n}","lang":"cpp","description":"Create a tween from 0 to 100 over 1 second and sample at 500ms."},"warnings":[],"env_vars":null,"search_vec":"'anim':7 'c':4 'interpol':9 'librari':6 'modern':3 'tween':5,8 'tweeni':1","created_at":"2026-06-17T04:38:35.538563+00:00","updated_at":"2026-06-17T04:38:35.538563+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}