Hacker News new | ask | show | jobs
Steamworks.js – Implementation of the Steamworks SDK for HTML/JS Based Apps (github.com)
2 points by headcr4sh 1424 days ago
1 comments

Why?

The author used greenworks for a long time and it's great, but gave up for the following reasons:

* It's not being maintained anymore. * It's not up to date. * It's not context-aware. * You have to build the binaries by yourself. * Don't have typescript definitions. * The API it's not trustful. * The API implement callbacks instead of return flags or promises. * The author hates C++.