I don't know how to build climbing walls or hold a saw. If you build this and hurt yourself, that's on you.
Install Anaconda and type
conda install byow -c joergbrech
into your anaconda command prompt/shell.
Enter
byow
into your anaconda command prompt/shell to start the climbing wall configurator. Choose your parameters and build your wall. For another wall configuration you need to modify the code.
If you want to modify the code, clone the repository, create a new environment from environment.yml
and install the development version via pip:
git clone https://github.com/joergbrech/byow.git
cd byow
conda env create -f environment.yml
conda activate climbing-wall
pip install -e .
There are not many features: You can use bars, optionally with miterred ends and climbing panels with different hole lattices. You can arrange these parts relatively to each other. There are no convenience functions for this. The current configuration is setup in byow/climbing_wall.py
. Modify this file to create a different configuration.
🖕 I was bored, ok?
Give me carpentry advice or write a PR.