Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenheartgames/greenworks
a node.js plugin to integrate nw.js/electron games with steamworks
https://github.com/greenheartgames/greenworks
electron nodejs nwjs steam steam-games steamworks
Last synced: 30 days ago
JSON representation
a node.js plugin to integrate nw.js/electron games with steamworks
- Host: GitHub
- URL: https://github.com/greenheartgames/greenworks
- Owner: greenheartgames
- License: mit
- Created: 2013-11-07T00:00:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T09:17:01.000Z (3 months ago)
- Last Synced: 2024-09-26T04:42:00.439Z (about 1 month ago)
- Topics: electron, nodejs, nwjs, steam, steam-games, steamworks
- Language: C++
- Homepage:
- Size: 1.01 MB
- Stars: 1,480
- Watchers: 57
- Forks: 153
- Open Issues: 60
-
Metadata Files:
- Readme: docs/readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Greenworks - A Node.js addon allowing you to integrate HTML5 game with Steamworks. (Maps/Hacks/Plugins/Utilities/All of the Things™ / IOS)
README
# Greenworks Documents
## FAQ
There are questions/issues being asked quite often. Check following pages before
creating an issue.
* [Troubleshooting](troubleshooting.md)
* [Gotchas](gotchas.md)## Guides
* [Quick Start (NW.js)](quick-start-nwjs.md)
## Build Instructions
* [Build Instructions (NW.js)](build-instructions-nwjs.md)
* [Build Instructions (Electron)](build-instructions-electron.md)
* [Build Instructions (Node.js)](build-instructions-nodejs.md)## Test
* [Mocha Test](mocha-test.md)
## APIs
The `greenworks` module gives you ability to access Steam APIs:
```js
var greenworks = require('./greenworks');if (greenworks.init())
console.log('Steam API has been initialized.');
```## API References
* [Achievement](achievement.md)
* [Authentication](authentication.md)
* [Cloud](cloud.md)
* [DLC](dlc.md)
* [Events](events.md)
* [Friends](friends.md)
* [Setting](setting.md)
* [Stats](stats.md)
* [Utils](utils.md)
* [Workshop](workshop.md)