joruof / imviz
Pythonic bindings of imgui/implot for visualization
☆25Updated last month
Alternatives and similar repositories for imviz
Users that are interested in imviz are comparing it to the libraries listed below
Sorting:
- A CLI tool for generating Boost.Python/pybind11 bindings from C/C++☆14Updated 4 years ago
- litgen: a tool to generate Python bindings for C++ code, for humans.☆71Updated last month
- (py)imgui for data and computer vision scientists☆87Updated 2 years ago
- C++ utility headers for Matlab MEX development + cmake template☆15Updated last year
- Cross-platform CMake/C++ library to get the installation prefix of shared library in a relocatable way.☆17Updated 5 months ago
- Alternative to matplotlibcpp with better syntax, based on pybind☆80Updated last year
- nanoplan is a header-only C++11 library for search-based robot planning.☆15Updated 2 years ago
- Generate python stub files for code completion in IDEs for nanobind modules.☆33Updated 7 months ago
- ☆19Updated 8 months ago
- A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.☆66Updated 2 months ago
- A collection of nice and tiny C++ libraries☆41Updated 5 years ago
- C++ binding for FITPACK B-spline curve and surface fitting routines☆30Updated 7 years ago
- Create Wheel from CMake projects☆20Updated 2 weeks ago
- Library with colormaps for C++☆28Updated last year
- Python Wrapper for Embree☆16Updated 3 months ago
- Quick 'n dirty implementation of Featherstone's Articulated Bodies Algorithm☆13Updated 11 years ago
- Example of wrapping CGAL Delaunay triangulations and mesh refinement using pybind11☆43Updated 5 years ago
- SymPP: A Symbolic Library that compiles itself☆13Updated 4 years ago
- Python utilities for estimating and transforming rigid body motion.☆16Updated 3 weeks ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆81Updated last year
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆65Updated 5 years ago
- Fast zero-overhead bindings between NumPy and Eigen☆139Updated last month
- A nanobind example project☆103Updated last month
- Pybind11 tool for making docstrings from C++ comments☆40Updated last year
- A cookiecutter template for using cppyy to generate python bindings for c++ code☆27Updated 5 years ago
- Quadradic Programming solver using Eigen☆31Updated 5 years ago
- Non-linear least squares in C++, header-only, inspired by Ceres solver.☆29Updated 3 years ago
- Voxelized geometry tools (Voxel-based collision/occupancy maps, signed-distance fields, discrete geometry tools)☆36Updated 3 weeks ago
- Kalman filter using C++ and Manif