Open Issues Need Help
View All on GitHubAI Summary: Create a Conan package for the CXXStateTree C++ header-only library. This involves creating a `conanfile.py` that defines the package's settings, dependencies, sources, build process, and package artifacts. The package should be easily installable using the Conan package manager.
A C++ Header-Only Hierarchical State Tree Library
AI Summary: Create a vcpkg portfile for the CXXStateTree library, allowing users to easily integrate it into their projects using vcpkg.
A C++ Header-Only Hierarchical State Tree Library
AI Summary: Create a Python binding for the C++ header-only hierarchical state tree library (CXXStateTree) using a library like PyBind11. This involves writing a wrapper that exposes the C++ library's functionality to Python, allowing Python code to interact with the state machine.
A C++ Header-Only Hierarchical State Tree Library