Skip to content

This project contains a reimplementation of Yuta Nomas surface-filling-curve-algorithm via medial axis energy. It is implemented in python.

License

Notifications You must be signed in to change notification settings

MerlinBieling/surface_filling_curves

Repository files navigation

surface_filling_curves: Surface-filling-curves

License MIT Travis CI

This project contains a reimplementation of Yuta Nomas surface-filling-curve-algorithm via medial axis energy. It is implemented in python. ...

Main features

  • feature
  • feature
  • more features

surface_filling_curves runs on Python x.x and x.x.

Documentation

Requirements

Installation

Contributing

Make sure you setup your local development environment correctly:

  • Clone the surface_filling_curves repository.
  • Install development dependencies and make the project accessible from Rhino:
pip install -r requirements-dev.txt
invoke add-to-rhino

You're ready to start working!

During development, use tasks on the command line to ease recurring operations:

  • invoke clean: Clean all generated artifacts.
  • invoke check: Run various code and documentation style checks.
  • invoke docs: Generate documentation.
  • invoke test: Run all tests and checks in one swift command.
  • invoke add-to-rhino: Make the project accessible from Rhino.
  • invoke: Show available tasks.

For more details, check the Contributor's Guide.

Releasing this project

Credits

This package was created by Merlin Bieling <merlin.bieling@tum.de> @MerlinBieling at @augmentedfabricationlab

About

This project contains a reimplementation of Yuta Nomas surface-filling-curve-algorithm via medial axis energy. It is implemented in python.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages