A simple and intuitive web tool for creating customizable perspective grids. Perfect for artists, illustrators, and designers, this tool lets you generate grids with ease and export them as SVG or PNG files for use in your projects.
- Customizable Canvas:
- Set the
width
,height
, andbackground color
of the grid area. - Use transparent backgrounds for overlaying grids on other drawings.
- Set the
- Flexible Perspective Control:
- Adjust the positions of three perspective guide points.
- Define the number of perspective lines emanating from each guide point.
- New Drag Feature: Move the currently selected guidepoint from the control panel or drag all the guide points at once when the "Image Settings" option is selected.
- Customize line colors, including transparent lines, for subtle overlays.
- Export Options:
- Save your grid as an SVG (scalable and editable) or PNG (high-quality raster image).
- Responsive Design:
- Works seamlessly on desktops, tablets, and mobile devices.
- Real-Time Updates:
- Instantly see your grid as you adjust settings.
This tool is designed for:
- Artists: Create grids to guide perspective drawings.
- Designers: Plan layouts and compositions with precision.
- Creatives: Generate perspective templates for various projects.
-
Open the Tool:
- Visit the application through the live demo link or run it locally (see instructions below).
-
Set Up Your Canvas:
- Enter the desired
width
andheight
. - Choose a
background color
(solid or transparent).
- Enter the desired
-
Adjust Perspective Points:
- Manually set the
x
andy
coordinates of the three guide points to control vanishing points. - New Drag Feature:
- Select a guideline from the control panel to move it individually.
- If "Image Settings" is selected, all the guidelines can be moved simultaneously.
- Manually set the
-
Customize Grid Lines:
- Select the number of lines radiating from each guide point.
- Choose line colors, including transparent options for subtle overlays.
-
Export Your Grid:
- When satisfied with your grid, click the Export button.
- Choose between SVG (for scalable, editable graphics) or PNG (for rasterized images).
-
Use in Your Projects:
- Import the exported file into your drawing or design software as a guide or overlay.
- Ease of Use: No technical skills needed—adjust settings with a simple interface.
- Customizability: Generate grids tailored to your specific needs.
- Export-Friendly: Save your grid in multiple formats for versatile use.
- Portability: Works on any device with a web browser.
If you want to run this tool offline or modify it, follow these steps:
-
Clone the Repository:
git clone https://github.com/El-Ahmed/Perspective-Generator.git cd Perspective-Generator
-
Install Dependencies:
yarn install
-
Start the App:
yarn dev
Open the URL displayed in your terminal in a web browser (usually
http://localhost:5173
). -
Build for Production:
To create a production build:yarn build
The built files will be in the
dist
directory.
This tool is free to use and open-source, licensed under the MIT License.