Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.53 KB

ReaScript GUIs Public Libraries.md

File metadata and controls

35 lines (22 loc) · 1.53 KB

ReaScript GUIs Public Libraries / Frameworks

Here are avalaible framework and librairies for making GUI for REAPER scripts. Note: Python can use external Python GUI library via reapy, but this is out of scope if this list.

Native

  • GFX. Most frameworks are ways to have interactive things done quickly to GFX canvas, for either EEL, or Lua.

Modern

  • Reaper Toolkit - rtk by tack (2021) Lua GFX based. Extensive documentation and modern look.

  • ReaImGui by cfillion (2021) Extension for all reascript languages. Extensive number of functions and widgets. Simple to use.

Unsupported but still In use

  • Scythe (Lokasenna v3) Lua library relying on GFX

  • Lokasenna v2 Lua library relying on GFX

  • Simple Gui Template by eugen2777 (2015) Simple UI library for Lua, feating sliders, buttons etc, in a concize way. Scripters can have their own fork of it cause it is unsuported.

Old School