Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.25 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.25 KB

Radio.Garten

A radio.garden desktop client and overlay written with SDL2 and ImGui

Due to a radio.garden API update, this app will no longer work and is no longer being maintained.

Overlay Example

Overlay Compatibility

Please check the compatibility list if you have any issues. If you are having issues with an application, please add it to the list!

Compiling

  • Run git clone --recursive https://www.github.com/BttrDrgn/radio.garten

Windows:

  • Install Visual Studio 2022 with C++ support
  • Run generate.bat for Visual Studio 2022
    • You can check the generate.bat and premake actions to use a different IDE
  • Open ./build/Radio.Garten.sln
  • Build

Linux:

  • Install gcc
  • Setup SDL2 with the SDL2 submodule at ./deps/SDL2
  • Run ./generate.sh for a GNU Makefile
  • cd to ./build
  • Run make
    • Preferably with -j argument

Dependencies

For license information, please check the containing depedency folder in ./deps or check their website and/or repository page