Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 486 Bytes

Sideload apps on Samsung Tizen TVs without messing around with Tizen Studio.

Beautiful ImGui UI

How to Build

(Only tested on Linux, support of other Operating Systems is not guaranteed.)

Windows with Visual Studio's CLI

Install glfw and then run build_win32.bat

Linux and similar Unixes

Install glfw from your distro's package manager and then:

make

macOS

brew install glfw
make