SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.
https://www.steamgriddb.com/boop
zlib License
253 stars 10 forks source link

Replace IUP with a gui-helper #78

Open Jan200101 opened 1 month ago

Jan200101 commented 1 month ago

IUP is a neat library but it hasn't had a stable release in over a decade and I don't like having to install precompiled libraries into my system directories.

This replaces IUP with a gui-helper that is implemented by GTK3 on Linux (which IUP also used in the background) and a native Winapi implementation on Windows (still being worked on)