A dynamic link library for parsing PicoScenes data frame.
- Clang
- MSVC / g++
- CMake
- Ninja
Note:
Currently only tested on Windows using MSVC (Microsoft Visual Studio C++).
- Clone the libpico repository from GitHub, including submodule (RXS-Parsing-Core) the project depends on:
git clone --recurse-submodules https://github.com/kiki-i/libpico.git
- Change the current directory to
libpicoand creates a newbuildfolder for builds:
cd libpico && mkdir build
- Go into the
builddirectory and generate Ninja build files using CMake:
cd build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
- Build the project using Ninja:
ninja
Refer to src/api.hxx for externed methods definition.
Refer to src/libpicoFrame.hxx for data structs definition.
Please cite my works.
Licensed under the LGPLv3.
