package ease-caml

  1. Overview
  2. No Docs
A easing/tweening library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.5.tar.gz
md5=e2868032f71ae1f1cc3b721f351422a7
sha512=73390e8b94fe7c06d5f9fc838102afa581c74750d322f69868a72a5946f303bf3ded9f8c5ac679344c155a7f0380423ee2b906f3a0995a359bee5a2acde6f454

Description

A tween transitions a float from one value to another over time using an easing function. This is useful for creating animations in games. ease-caml provides game framework agnostic methods to easily create tweens and manage them.

Tags

game easing tween animation

Published: 03 Jun 2026

Dependencies (2)

  1. ocaml >= "5.0.0"
  2. dune >= "3.23"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None