/llnim

low-level animation engine

Primary LanguageC++MIT LicenseMIT

LLNIM

LLNIM (Low-Level aNIMation engine) is a animation engine-framework based on raylib that uses dynamic load.

Installation

API Windows Linux
C/C++ ✔️ ✔️
Rust ✔️ ✔️
Fortran

Build Form Sources

Requires raylib, ffmpeg (for llnim rendering) and cmake.

Compile llnim form sources:

cmake .. "your-build-system"

Future Goals

  • Port api to Fortran.
  • More examples.
  • Bake sounds.
  • More build-in easings.
  • Async support.
  • Build-In matrix type.
  • Optimize with opencl.