https://github.com/codeation/it
impress terminal, a part of GUI library
https://github.com/codeation/it
cross-platform go golang gtk3 gui-library impress
Last synced: 5 months ago
JSON representation
impress terminal, a part of GUI library
- Host: GitHub
- URL: https://github.com/codeation/it
- Owner: codeation
- License: mit
- Created: 2018-10-22T18:09:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T16:19:33.000Z (about 1 year ago)
- Last Synced: 2025-05-12T17:33:04.514Z (about 1 year ago)
- Topics: cross-platform, go, golang, gtk3, gui-library, impress
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# impress terminal application

This is a part of cross-platform GUI Library for Go. See [project site](https://codeation.github.io/impress/)
for [impress terminal details](https://codeation.github.io/impress/it-driver.html).
## Building
Currently, the application uses [GTK](https://www.gtk.org/) for rendering, event collecting, etc. You should install GTK and packages that depend on GTK. Also `pkg-config` must be installed.
On **Debian/Ubuntu** you can run:
```
sudo apt-get install libgtk-4-dev
```
To build binary, download the sources:
```
git clone https://github.com/codeation/it.git
cd it/four
```
and use the following command in project directory:
```
make
```
See [impress terminal details](https://codeation.github.io/impress/it-driver.html) for other options.