https://github.com/extrawurst/derelictsteamworks
Dynamic bindings to the Steamworks API for the D programming language
https://github.com/extrawurst/derelictsteamworks
Last synced: 5 months ago
JSON representation
Dynamic bindings to the Steamworks API for the D programming language
- Host: GitHub
- URL: https://github.com/extrawurst/derelictsteamworks
- Owner: extrawurst
- License: mit
- Created: 2015-04-22T21:55:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T00:30:51.000Z (over 7 years ago)
- Last Synced: 2025-03-20T20:08:19.947Z (over 1 year ago)
- Language: D
- Homepage:
- Size: 358 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DerelictSteamworks [](https://travis-ci.org/Extrawurst/DerelictSteamworks)
Supports Steamworks flat-api SDK: 1.40 (from 04/26/2017)
*work in progress*
*note:* the overlay rendering does not work on osx right now. this seems to be a bug in the current steamworks lib
# instructions
to start the demo just run dub:
`dub`
see also the basic [DerelictOrg usage guide](https://derelictorg.github.io/using.html)
to be able to run the demo the steam api binary needs to be downloaded and put into this directory. you can grab it here: https://partner.steamgames.com/
# todo
* support all callback types (ongoing)
* refactor to the same file structure as in the original SDK to simplify updates (ongoing)