You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Oviously the codes are not platform independent since I used all the native Wind
14
14
15
15
Some external Go packages are used to develop this application -
16
16
17
-
- The Windows API wrapper from lxn. Link - https://github.com/lxn/win
18
-
- 'Go Graphics' is used only for the Brush Tool. Link - https://github.com/fogleman/gg
19
-
- Go Images for additional formats encoding/decoding. Link - https://github.com/golang/image
17
+
- The Windows API wrapper from lxn. Link - https://github.com/lxn/win
18
+
- 'Go Graphics' is used only for the Brush Tool. Link - https://github.com/fogleman/gg
19
+
- Go Images for additional formats encoding/decoding. Link - https://github.com/golang/image
20
20
21
21
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.
0 commit comments