Skip to main content

PLEM Introduction

PLEM (PLEase Move) is a C++ library developed by WimCorp.

Key Features

PLEM provides the following features:

  • [Feature 1]: Description needed
  • [Feature 2]: Description needed
  • [Feature 3]: Description needed

Quick Start

# Build from source
git clone https://github.com/WIM-Corporation/plem.git
cd plem
mkdir build && cd build
cmake ..
make
// Basic usage
#include <plem/plem.h>

int main() {
// Code example to be added
return 0;
}

Next Steps