Skip to content

YWh0301/WDL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Reaper on Wayland

This repo contains a forked version of SWELL with modifications for providing experimental Wayland support.

NOTE: this work is considered not ready for daily use!

See this blog post for more info.

Build

cd WDL/WDL/swell
make DEBUG=1

After this, you have a libSwell.so library file in the current directory. Let's symlink it to Reaper so that is uses the newly built one instead of the default library it ships with:

cd <path_to_reaper>
mv libSwell.so libsSwell.so.bak
ln -s <path_to_WDL_repo>/WDL/swell/libSwell.so libSwell.so

Last, run Reaper with:

GDK_BACKEND=wayland reaper

About

WDL (by Cockos) mirror from wwuoti to make reaper on Wayland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.0%
  • C++ 27.9%
  • Objective-C++ 5.2%
  • Assembly 0.6%
  • Objective-C 0.4%
  • PHP 0.3%
  • Other 0.6%