Skip to content

Latest commit

 

History

History

imgui-price-reminder

imgui-price-reminder

编译(compile)

#in Windows powershell
.\build.ps1
#in Linux bash/terminal
.\build.sh

运行(run)

# change float-window postion by setting `PR_POS_X` , `PR_POS_Y` value in .env file
PR_POS_X=1700
PR_POS_Y=50
# double click the binary program file or run in terminal/bash
# Windows powershell or cmd
.\PriceReminder.exe
# Linux bash/terminal
chmod +x PriceReminder
./PriceReminder

截图(Snapshot)

price-reminder