cl-universal-tween-engine - Common Lisp port of Universal Tween Engine

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/lisp

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • SonarQube - Static code analysis for 29 languages.
  • cl-universal-tween-engine

    Common Lisp port of the Universal Tween Engine

    The library you mentioned is functionally equivalent to a subset of UTE (see this file https://github.com/bohonghuang/cl-universal-tween-engine/blob/master/tween-equations.lisp). UTE not only provides these easing functions, but more importantly, it manages interpolated changes to values over time. You can create nested timelines, set callbacks for when interpolations end, rewind and repeat animations, and all you need to do is pass UTE the frame interval. This makes it well-suited for real-time rendering applications like games.

  • easing

    Easing functions (by vydd)

    Well, this is all kinds of awesome. How does your engine compare to the easing library by Vyyd for Sketch (link: https://github.com/vydd/easing)?

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts