Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjdenio/emojitk
WIP GTK bindings for Emojicode! π
https://github.com/cjdenio/emojitk
Last synced: 6 days ago
JSON representation
WIP GTK bindings for Emojicode! π
- Host: GitHub
- URL: https://github.com/cjdenio/emojitk
- Owner: cjdenio
- Created: 2020-12-28T20:50:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T02:49:03.000Z (over 3 years ago)
- Last Synced: 2023-03-05T14:57:12.209Z (over 1 year ago)
- Language: C++
- Size: 188 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π₯οΈ emojitk
![CI status](https://github.com/cjdenio/emojitk/workflows/Build/badge.svg)
hey look a clever name (emoji + gtk, get it?)
## ποΈ building
idk `./build.sh` might work π€·
make sure you install `libgtkmm-3.0` via your system's package manager:
- try `sudo apt install libgtkmm-3.0-dev` on debian-based systems π§
- try `brew install gtkmm3` on macos (requires [homebrew](https://brew.sh)) πthe built library will be available in `packages/emojitk/`
## πΈ example
```
π¦ emojitk πππ
π create the app
ππ±π€me.calebdenio.gtk.testπ€β β‘οΈ appπ create a window with the given title and dimensions
ππΌοΈπ€π emojitk test appπ€ 500 500β β‘οΈ windowπ create a label
ππ π€π This is quite an interesting label...π€β β‘οΈ labelπ add the label to the window
π¬window labelβπ start the app!
πapp windowβ
π
```## πΌοΈ screenshot
> Taken on [Pop!\_OS 20.10](https://pop.system76.com) with the [Dracula](https://draculatheme.com/gtk) GTK theme
![emojitk screenshot](./img/screenshot.png)
## π₯ Contributors
- **[@cjdenio](https://github.com/cjdenio)**