Skip to content

crungelab/cxbind

Repository files navigation

CxBind ⛓️

pybind11 binding generator

Clone

git clone https://github.com/crungelab/cxbind
cd cxbind
procure

Virtual Environment

hatch shell

Development

Tool Chain

pybind11

Build

Generate Bindings

cxbind

Build for PyPI

cmake -S . -B _build -DCMAKE_INSTALL_PREFIX=cxbind
cmake --install _build

Built Tests

cd tests
mkdir build
cd build
cmake -G Ninja ..
ninja

About

Crunge Extension Binder using pybind11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published