Registry / other / cppslippi

cppslippi

JSON →
library1.4.3.18vcpkgunverified

C++ Slippi replay file parser.

vcpkg install cppslippi
INSTALL
IMPORT
SIG · CPPSLIPPI
C
cppslippi
othercppv1.4.3.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

slippi/slippi.h
#include <slippi/slippi.h>

Loads a Slippi replay file and prints the game duration in frames.

#include <slippi/slippi.h> #include <iostream> int main() { auto replay = slippi::Replay::fromFile("game.slp"); std::cout << "Game duration: " << replay.duration() << " frames" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.3.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

cppslippi — pip install cppslippi · libregistry