tweeny 3-2 source package in Ubuntu

Changelog

tweeny (3-2) unstable; urgency=medium

  * Mark libtweeny-dev Multi-Arch: foreign. (Closes: #945942) Thanks to
    Helmut Grohne.

 -- Hubert Chathi <email address hidden>  Tue, 24 Dec 2019 14:47:53 -0500

Upload details

Uploaded by:
Hubert Chathi
Uploaded to:
Sid
Original maintainer:
Hubert Chathi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tweeny_3-2.dsc 1.4 KiB e8f932f492e3e9977c02c6125aaece120b3bf6c3c960b87525a85a49e27dc707
tweeny_3.orig.tar.gz 47.8 KiB 699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
tweeny_3-2.debian.tar.xz 2.5 KiB 29475d1b81fbfb026d65b8f3ef6856016e4fc0765e040a67122e17030fa54308

Available diffs

No changes file available.

Binary packages built by this source

libtweeny-dev: modern C++ tweening library

 Tweeny is an inbetweening library designed for the creation of complex
 animations for games and other beautiful interactive software. It leverages
 features of modern C++ to empower developers with an intuitive API for
 declaring tweenings of any type of value, as long as they support arithmetic
 operations.
 .
 The goal of Tweeny is to provide means to create fluid interpolations when
 animating position, scale, rotation, frames or other values of screen objects,
 by setting their values as the tween starting point and then, after each tween
 step, plugging back the result.
 .
 It features:
 .
  * A descriptive and (hopefully) intuitive API,
  * 30+ easing functions,
  * Allows custom easing functions,
  * Multi-point tweening,
  * Simultaneous tween of heterogeneous value sets,
  * Timeline-like usage (allows seeking to any point),
  * Header-only
  * Zero external dependencies
  * Steps forwards or backwards :)
  * Accepts lambdas, functors and functions as step and seek callbacks