vpaladino778 / pybind11_examples

Example usage of pybind11 in C++ using CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pybind11_examples

Pybind11 is an extremly useful header-only library for interacting code between Python and C++. The purpose of this repository is to provide clean, well documented examples for solutions to specific problems that you might encounter during your development with pybind11.

Building Examples

Windows

Pre-requisites

Make sure make, cmake, and git are all added to your system's PATH.

Build Commands

Build commands are included in the README of each example's folder.

Linux

sudo apt install build-essential cmake make git  

Pre-requisites

Build Commands

Contribute

About

Example usage of pybind11 in C++ using CMake

License:MIT License


Languages

Language:C++ 68.5%Language:CMake 24.9%Language:Python 6.6%