Skip to content

Commit 8f503ce

Browse files
fixed details
1 parent 7c62b19 commit 8f503ce

File tree

4 files changed

+3
-43
lines changed

4 files changed

+3
-43
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Oviously the codes are not platform independent since I used all the native Wind
1111

1212
Some external Go packages are used to develop this application -
1313

14-
* The Windows API wrapper from lxn. Link - https://github.com/lxn/win
15-
* 'Go Graphics' is used only for the Brush Tool. Link - https://github.com/fogleman/gg
16-
* Go Images for additional formats encoding/decoding. Link - https://github.com/golang/image
14+
- The Windows API wrapper from lxn. Link - https://github.com/lxn/win
15+
- 'Go Graphics' is used only for the Brush Tool. Link - https://github.com/fogleman/gg
16+
- Go Images for additional formats encoding/decoding. Link - https://github.com/golang/image
1717

1818
During bulding this application I made two internal packages for convinience and more cleaner design. I sepereated the GUI codes from the main package and put it into a new internal package named 'reza'. Also I made a GDI+ wrapper package named 'gdiplus'. For now both packages are included as internal packages but I really have plan to move them as seperate packages and keep as seperate repositories on Github. So that people can use them for their projects.
1919

__debug_bin

5.13 MB
Binary file not shown.

drawingcontext.go

-40
This file was deleted.

gopaint.exe

5.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)