Skip to content
/ PXSteam Public

The Steam API downgraded to be used in C, then updated to C++ and C#. All in one place.

License

Notifications You must be signed in to change notification settings

BitPaw/PXSteam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PXSteam

The Steam API downgraded to be used in C, then updated to C++ and C#. All in one place.

The steam API is using C++, blocking direct interaction with C.
The code is written in half C and half C++ Style.
Interfaces and classes are used but enum classes are absent and have invalid states.
Additionally all functions rely on a global state object residing in a local DLL. All this makes it not logical to use C++.
If we still want C++, we need a wrapper anyway, as this code violates even C code rules (not even speaking from C++). If we want to wrap it to CLI (C# and VB.NET) we need additional work.

Link: https://partner.steamgames.com/doc/sdk

About

The Steam API downgraded to be used in C, then updated to C++ and C#. All in one place.

Topics

Resources

License

Stars

Watchers

Forks