Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Vectorize is an free, open source image tracing plug-in for Rhino.

License

Notifications You must be signed in to change notification settings

stephensmitchell-forks/Vectorize

 
 

Repository files navigation

Vectorize

Vectorize is a free, open source image tracing plug-in for Rhino.

Overview

The inspiration for Vectorize comes from Gérard Bouteau, a long time Rhino user, trainer, and programmer, who developed a plug-in named Trace for Rhino 6. Unfortunately for all of us, Gérard passed away unexpectedly in the spring of 2020. Because of this untimely passing, he was never able to port his popular plug-in to Rhino 7 and beyond.

Details

Vectorize is based off the famous Potrace by Peter Selinger, whose application transforms a bitmap into a soft, scalable image made up of vectors. The plug-in uses a C# translation named CsPotrace written by Wolfgang Nagl.

Prerequisites

The following tool is required to build Vectorize :

  • Microsoft Visual Studio. Visual Studio comes in three editions: Community (free), Professional, and Enterprise. All of these editions will work.

Note, the solution uses the RhinoCommon package available on NuGet.

Compiling

  1. Clone the repository. At a command prompt, enter the following command:
git clone https://github.com/dalefugier/Vectorize
  1. Open the Vectorize.sln solution file in Visual Studio.
  2. Press F7, or click Build > Build Solution to build the solution.

License

This source code is licensed under the MIT License.

CsPotrace has its own separate license agreement.

About

Vectorize is an free, open source image tracing plug-in for Rhino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%