A simple Steamworks API wrapper to be used as native extension for Adobe AIR
applications (see src/FRESteamWorks
). Since the AIR runtime on Linux doesn't
support native extensions, this project also includes a small command line tool
used to communicate with the AIR application (src/APIWrapper
).
The library to be used on the AS3 side can be found in lib/src/
(or lib/src_linux
for Linux). For a definition of the public interface, check ISteamWorks.as
.
Scripts to create the ANE/SWC files are in lib/bin/
.
It also includes a small test application (in test/src/
), which tests the basic
Steamworks API functions. It uses application ID 480, which is the example application
from the Steamworks SDK.
This project initially started as a fork of FRESteamWorks by Oldes/Amanita Design.
A pre-built ANE (containing the Windows dll and OS X dylib) as well as the
Linux SWC can be found on http://dump.ventero.de/FRESteamWorks/. To build the
Linux APIWrapper, run make APPIDS=whitelist wrapper
, where whitelist
is a
comma separated list of application IDs that are able to use the wrapper binary.
Coming soon!
In the meantime, if you have any problems setting this up, feature requests or other questions, feel free to send me an email (email address see profile) or create an issue in the bug tracker.
Copyright (c) 2012-2013, Level Up Labs, LLC
Copyright (c) 2012, Oldes
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.