Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Equbuxu committed Mar 5, 2021
1 parent 941b998 commit 6eb91d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PatternGenerator/PatternGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<UseWPF>true</UseWPF>
</PropertyGroup>

<ItemGroup>
<None Include="..\Readme.md" Link="Readme.md" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="5.0.1" />
</ItemGroup>
Expand Down
13 changes: 13 additions & 0 deletions Readme.md
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)

0 comments on commit 6eb91d1

Please sign in to comment.