File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : robotpy-build is now semiwrap
4+ ---
5+
6+ robotpy-build was created in 2020 to automate large portions of the work
7+ required to maintain and build the wrappers that RobotPy creates over the WPILib
8+ C++ libraries. semiwrap is a rewrite of that project, incorporating five years
9+ of lessons learned while maintaining over a dozen different projects wrapping
10+ hundreds of C++ classes and functions.
11+
12+ This rewrite is intended to be used more broadly for autogenerating pybind11
13+ wrappers around C++ code, not just for RobotPy. It is built around hatchling and
14+ the meson build system, I encourage you to take a look!
15+
16+ * Github: https://github.com/robotpy/semiwrap
17+ * Documentation: https://semiwrap.readthedocs.io
You can’t perform that action at this time.
0 commit comments