Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oligo committed Apr 25, 2024
1 parent 5f57913 commit eeb2b85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Gio-view is a third-party toolkit that simplifies building user interfaces (UIs) for desktop applications written with the Gio library in Go. It provides pre-built components and widgets, saving you time and effort compared to creating everything from scratch. Gio-view offers a more user-friendly experience for developers new to Gio.

A significant portion of the Gio-view codebase originates from the Fernnote project (https://fernnote.vip/). If you're interested in seeing a practical example of Gio-view, Fernnote is a good starting point.

## Features:

* **View Manager**: Manages the lifecycle of your views and handles user interactions between them.
Expand All @@ -25,7 +27,9 @@ Gio-view offers an example demonstrating its features. Clone the repository and

Screenshots of the example:

![editor](./screenshots/Screenshot-2.png) ![image & tabview](./screenshots/Screenshot-1.png)
![editor](./screenshots/Screenshot-2.png)
![image & tabview](./screenshots/Screenshot-1.png)
![file explorer](./screenshots/Screenshot-3.png)

## Caveats:

Expand Down
Binary file added screenshots/Screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eeb2b85

Please sign in to comment.