Registry / utility / tweeny

tweeny

JSON →
library3.2.1vcpkgunverified

A modern C++ tweening library.

vcpkg install tweeny
INSTALL
IMPORT
SIG · TWEENY
T
tweeny
utilitycppv3.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tweeny/tweeny.h
✓ #include <tweeny/tweeny.h>

Create a tween from 0 to 100 over 1 second and sample at 500ms.

#include <tweeny/tweeny.h> #include <cstdio> int main() { auto t = tweeny::from(0.0).to(100.0).during(1000); t.seek(500); printf("Value at 500ms: %f\n", t.peek()); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

tweeny — pip install tweeny · libregistry