An open API service indexing awesome lists of open source software.

https://github.com/msurguy/rad-lines

Beautiful Vector Generator Tool
https://github.com/msurguy/rad-lines

cnc creative-coding line-art plotter svg toy vector-graphics vuejs

Last synced: 11 months ago
JSON representation

Beautiful Vector Generator Tool

Awesome Lists containing this project

README

          

# Rad Lines

Rad Lines: Create Plotter-Friendly SVG Patterns Instantly

Design unique, plotter-ready SVG patterns with customizable shapes, rotation formulas, and more. Instantly download your creations for use with CNC, laser cutters, or drawing robots.

# Interface demo

![Video](demo/polygontool.gif)

# Samples

Here are some samples of artworks created with this tool:

![Sample 1](demo/sample-1.png)
![Sample 2](demo/sample-2.png)
![Sample 3](demo/sample-3.png)
![Sample 4](demo/sample-4.png)

# Support Creator

If you find this tool useful, I'd like to encourage you to support my efforts by buying me coffee or giving any other amount on these platforms:

- Patreon: https://www.patreon.com/msurguy
- Open Collective: https://opencollective.com/drawingbots-community
- Ko-Fi: https://ko-fi.com/msurguy

## Build Setup

``` bash
# install dependencies
yarn install

# serve with hot reload
yarn run dev

# build for production with minification
yarn run build
```