L1nkZ / raglib

A C++ library for parsing Ragnarok Online resource files safely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raglib Build Status

A C++ library for parsing Ragnarok Online resource files safely, powered by Kaitai Struct.

Supported formats

  • RSM (up to version 2.3)
  • GND
  • GAT
  • RSW
  • SPR
  • ACT

How to Build

$ git clone --recurse-submodules https://github.com/L1nkZ/raglib.git
$ cd raglib
$ cmake -B build
$ cmake --build build

About

A C++ library for parsing Ragnarok Online resource files safely.

License:MIT License


Languages

Language:C++ 84.6%Language:Kaitai Struct 11.2%Language:CMake 4.2%