Steam Achievement Manager For Linux. Rewritten in C++.
Go to file
2019-02-24 20:55:07 +01:00
.vscode Forgot to NULL terminate ooops 2019-02-24 20:55:07 +01:00
bin Fix launch.sh 2019-01-12 22:50:43 +03:00
common Front end halfway finished 2018-03-02 00:32:44 +01:00
glade Added a store achievements mods view and model, but controller not yet implemented 2018-06-03 23:19:47 +02:00
SAM.Picker Forgot to NULL terminate ooops 2019-02-24 20:55:07 +01:00
steam Now emulating steam apps 2018-03-07 20:58:59 +01:00
LICENSE Initial commit 2018-02-16 22:13:49 +01:00
make.sh Now using yajl instead of own basic parser 2018-10-09 22:10:49 +02:00
README.MD Removed a bunch of crap 2018-10-18 17:01:37 +02:00

SAM Rewritten for Linux

Introduction

This is meant to be an equivalent to the popular program SAM Achievement Manager for Windows. It's in a very early stage of development, and all contributions are welcome.

As of right now, all features are not implemented yet, but it can lock and unlock achievements.

Expect a lot of bugs and lacking features too.

Contributions are welcome!

Thanks :)

Building

Just run ./make.sh. Makefiles? Never heard of it. Packaging? What's that?

Packages needed vary on distros, but make sure to install at least Steam, yajl, GTK 3, and GLib.

To run it, launch ./bin/launch.sh

Once again, all contributions are VERY welcome, even though this code is already aging and very badly written.