Skip to content

kiki-i/libpico

Repository files navigation

libpico

A dynamic link library for parsing PicoScenes data frame.

Build

Toolchains

  • Clang
  • MSVC / g++
  • CMake
  • Ninja

Note:
Currently only tested on Windows using MSVC (Microsoft Visual Studio C++).

Step by Step

  1. 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
  1. Change the current directory to libpico and creates a new build folder for builds:
cd libpico && mkdir build
  1. Go into the build directory and generate Ninja build files using CMake:
cd build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
  1. Build the project using Ninja:
ninja

Usage

Refer to src/api.hxx for externed methods definition.

Refer to src/libpicoFrame.hxx for data structs definition.

Part of

If you find this helpful

Please cite my works.

License

LGPLv3

Licensed under the LGPLv3.

About

A dynamic link library for parsing PicoScenes data frame on Windows/Linux.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors