Simple Python API for (differentiable) F-Rep based geometric modeling.
The dependencies are:
- NumPy
- Scikit image
- SciPy
- Polyscope
- Torch
See also the file 'setup.py'
Create a Python virtualenv
python -m venv venvactivate on Windows
./venv/Scripts/Activateor OSX/Linux
./venv/bin/activateand install
pip install -e .See some of the examples in the directory '/examples'. For example
python examples/gyroid_example_render.pyshould create a window and show an example of a periodic micro-structure.