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: about 16 hours 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-11-08T21:30:30.000Z (about 1 month ago)
- Last Synced: 2024-12-05T16:01:53.210Z (8 days ago)
- Topics: electron, nodejs, nwjs, steam, steam-games, steamworks
- Language: C++
- Homepage:
- Size: 1.02 MB
- Stars: 1,497
- Watchers: 59
- Forks: 154
- Open Issues: 63
-
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)
* [Matchmaking](matchmaking.md)
* [P2P](p2p.md)