Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
/ loot-api-c Public archive

A C wrapper for the LOOT API (v0.10.2).

License

Notifications You must be signed in to change notification settings

loot/loot-api-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOOT API C Wrapper

Note: No longer maintained. If you're interested in using the LOOT API in languages other than C++ and Python, file an issue in the loot-api issue tracker.

A wrapper library for LOOT's C++ API that provides it as a C API.

Build Instructions

The library's build system uses CMake. Most of LOOT's C++ dependencies are managed by CMake, but the following must be obtained manually:

To build the wrapper, run CMake, and build the generated solution file. Only Windows support has been tested, though Linux builds should also be possible. A loot_c_api.dll is produced: this statically links the C++ API, so only one DLL is required.