Skip to content

Commit 0478f50

Browse files
committed
semiwrap announcement
1 parent 54b30fe commit 0478f50

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)