Skip to content

Commit

Permalink
Added vpype-perspective to the doc and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 31, 2022
1 parent 22e2dab commit e5929a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,12 @@ and much more.
Here is a list of known vpype plug-ins (please make a pull request if yours is missing):

- [vsketch](https://github.com/abey79/vsketch): *vsketch* is complete framework for plotter generative artists implemented using *vpype*'s API
- [vpype-perspective](https://github.com/abey79/vpype-perspective): put your art in perspective
- [vpype-pixelart](https://github.com/abey79/vpype-pixelart): plot pixel art
- [hatched](https://github.com/abey79/hatched): half-toning with hatches
- [vpype-flow-imager](https://github.com/serycjon/vpype-flow-imager): convert images to flow-line-based designs
- [occult](https://github.com/LoicGoulefert/occult): perform hidden line removal
- [deduplicate](https://github.com/LoicGoulefert/deduplicate): remove duplicate lines
- [vpype-explorations](https://github.com/abey79/vpype-explorations): my personal grab bag of experiments and utilities
- [vpype-gcode](https://github.com/tatarize/vpype-gcode/): flexible export command for gcode and other text-based format
- [vpype-dxf](https://github.com/tatarize/vpype-dxf/): read dxf files
Expand Down
7 changes: 7 additions & 0 deletions docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Thanks to the CLI library which underlies *vpype* (`Click <https://click.pallets

Here are a few existing plug-ins to illustrate the possibilities:

* `vpype-perspective <https://github.com/abey79/vpype-perspective>`__: put your art in perspective

.. image:: https://raw.githubusercontent.com/abey79/vpype-perspective/main/examples/images/wobbley_cylinders_like_1_plotted.jpg
:height: 400px
.. image:: https://raw.githubusercontent.com/abey79/vpype-perspective/main/examples/images/boxes1_like_1_doubled_in_perspective.jpeg
:height: 400px

* `vpype-gcode <https://github.com/plottertools/vpype-gcode>`__: flexible export to gcode or any other text-based format
* `vpype-embroidery <https://github.com/EmbroidePy/vpype-embroidery>`__: convert to/from common embroidery file formats
* `vpype-dxf <https://github.com/tatarize/vpype-dxf>`__: read from DXF
Expand Down

0 comments on commit e5929a1

Please sign in to comment.