woollybah / CSteamworks

C bindings for Steamworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSteamworks

CSteamworks is a C ABI Wrapper for Valve's Steamworks API. It relys heavily on automatic code generation. The primary use case for CSteamworks is to act as a buffer between a scripting language and the Steamworks C++ Interfaces.

Support via Paypal

Building

To use CSteamworks you must be a Steamworks developer.

  • Download the Latest Steamworks SDK from the Steamworks Partner site.
  • Copy redistibutable_bin/ over from the Steamworks SDK into the root of this folder.
  • Copy the steam/ folder located in public/ over from the Steamworks SDK into the root of this folder.
  • Run CSteamworks.py which will generate the bindings into wrapper/
  • Use the Makefile/Project files in build/ to compile the dynamic libraries.

Limitations

  • CSteamworks does not currently support ISteamAppTicket or ISteamGameCoordinator as they do not provide a global interface.

About

C bindings for Steamworks

License:MIT License


Languages

Language:C++ 51.0%Language:Python 30.5%Language:C 11.0%Language:Makefile 5.6%Language:Batchfile 1.2%Language:Shell 0.7%