tweeny 3-1 source package in Ubuntu

Changelog

tweeny (3-1) unstable; urgency=medium

  * New upstream release.
    * Makes builds reproducible. (Closes: #897902)
    * Removed obsolete patches and links.
    * Examples have been removed from upstream.

 -- Hubert Chathi <email address hidden>  Thu, 10 Jan 2019 09:28:44 -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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tweeny_3-1.dsc 1.4 KiB bd7cc53e44d2ae6eb0fbb13d0d71df6aeb71ce0a72a3a3372b63dcaef5bfe03a
tweeny_3.orig.tar.gz 47.8 KiB 699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
tweeny_3-1.debian.tar.xz 2.4 KiB 08cf672a8a7ec90604c91708dbaefbc5f6450bb06ad6ff804e64622988d0ff85

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