-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
This program lets you quickly generate grids to use in drawings. Select the dimensions, click the button and the generated image will be put into the clipboard. | ||
|
||
.NET 5.0 runtime is required to run the program | ||
|
||
There are two modes; "Grid" mode lets you create a simple grid: | ||
|
||
![Grid mode](https://i.imgur.com/PB6bjj2.png) | ||
![Grid mode result](https://i.imgur.com/qIyUxvb.png) | ||
|
||
While "Windows" mode lets you generate a grid with windows in every cell (imitating a side of a building) | ||
|
||
![Windows mode](https://i.imgur.com/bpChYbu.png) | ||
![Windows mode result](https://i.imgur.com/lxE5puv.png) |