Skip to content

gwangyu-lee/2023-TouchDesigner-Working-With-Pen-Plotter-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poster square

2023-TouchDesigner-Working-With-Pen-Plotter-Workshop

The project files of TouchDesigner Working With Pen Plotter Workshop

Inkscape

Inkscape 1.3

Axidraw

Axidraw

SVG Fonts

SVG Fonts

Svgwrite

Windows

Python 3.10

Open cmd and type:

py -m pip install --target="C:/Users/USERNAME/AppData/Local/Programs/Python/Python310/Lib/site-packages" svgwrite
(Please change USERNAME)

MacOS

Python 3.10

Open terminal and type:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

python3 -m pip install --target=/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages svgwrite

TouchDesigner

Add Python 64-bit module path.

python module path

Windows

C:/Users/USERNAME/AppData/Local/Programs/Python/Python310/Lib/site-packages
(Please change USERNAME)

MacOS

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages

Reference

SOP to SVG

About

The project files of TouchDesigner Working With Pen Plotter Workshop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages