klinok303 / llnim

low-level animation engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

low-level animation engine

License:MIT License


Languages

Language:C++ 48.7%Language:Rust 22.3%Language:C 20.7%Language:CMake 8.2%