Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchampaneri committed Dec 25, 2018
1 parent 7ad9157 commit e6fda90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ If you have gone through 06, it actully puts html/css code in go file. Which loo
If you are confused what i am talking about, please see the code, it might make you more clear.

#### 09-image-viewer
Image-viewer support png/jpg file to view. It autoloads every jpg/png file behind the scene and displays on screen existing in the same folder as executable.
Image-viewer support png/jpg file to view. It autoloads every jpg/png file behind the scene and displays on screen existing in the same folder as executable.Its image loading logic is written in golang while front-end is sciter. UI may be create even better, but as this is just for example.
![Image of Image-Viewer](https://github.com/mchampaneri/go-sciter-example/blob/master/09-image-viewer/image-viewer.png)
Its image loading logic is written in golang while front-end is sciter. UI may be create even better, but as this is just for example.


#### 10-screen-sefli
Screen-sefli takes snapshot of screen according to provided cordinates.
Expand Down

0 comments on commit e6fda90

Please sign in to comment.