All Projects → Miqueas → Lua-GTK3-Examples

Miqueas / Lua-GTK3-Examples

Licence: Zlib License
Some GTK examples in Lua

Programming Languages

lua
6591 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Lua-GTK3-Examples

ElementaryLua
Lua + GTK + Granite + Flatpak
Stars: ✭ 19 (-5%)
Mutual labels:  gtk, gtk3, lgi
AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (+235%)
Mutual labels:  gtk, gtk3
radiotray-lite
Online radio streaming player with minimum interface that runs on a Linux system tray
Stars: ✭ 49 (+145%)
Mutual labels:  gtk, gtk3
libappindicator-rs
Rust safe bindings for the libappindicator library
Stars: ✭ 27 (+35%)
Mutual labels:  gtk, gtk3
PokeChat
UNIX compatible, Discord and Telegram inspired, Pokémon-themed instant messaging service.
Stars: ✭ 11 (-45%)
Mutual labels:  gtk, gtk3
abaddon
An alternative Discord client made with C++/gtkmm
Stars: ✭ 333 (+1565%)
Mutual labels:  gtk, gtk3
switchboard-plug-onlineaccounts
Switchboard Online Accounts Plug
Stars: ✭ 25 (+25%)
Mutual labels:  gtk, gtk3
switchboard-plug-useraccounts
Switchboard User Accounts Plug
Stars: ✭ 13 (-35%)
Mutual labels:  gtk, gtk3
capnet-assist
Captive Portal Assistant
Stars: ✭ 47 (+135%)
Mutual labels:  gtk, gtk3
palette
Color palette app for elementary OS
Stars: ✭ 32 (+60%)
Mutual labels:  gtk, gtk3
sideload
Sideload Flatpaks on elementary OS
Stars: ✭ 41 (+105%)
Mutual labels:  gtk, gtk3
wingpanel-indicator-datetime
Wingpanel Date & Time Indicator
Stars: ✭ 28 (+40%)
Mutual labels:  gtk, gtk3
photos
Photo viewer and organizer designed for elementary OS
Stars: ✭ 101 (+405%)
Mutual labels:  gtk, gtk3
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (+15%)
Mutual labels:  gtk, gtk3
wingpanel-indicator-notifications
Wingpanel Notifications Indicator
Stars: ✭ 22 (+10%)
Mutual labels:  gtk, gtk3
switchboard-plug-applications
Switchboard Applications Plug
Stars: ✭ 14 (-30%)
Mutual labels:  gtk, gtk3
initial-setup
New user setup app designed for elementary OS
Stars: ✭ 34 (+70%)
Mutual labels:  gtk, gtk3
pw3270
3270 Emulator for gtk
Stars: ✭ 38 (+90%)
Mutual labels:  gtk, gtk3
switchboard-plug-wacom
Manage drawing tablets and Wacom devices
Stars: ✭ 17 (-15%)
Mutual labels:  gtk, gtk3
vulcan
A minimalistic text editor designed for both ordinary use and software development
Stars: ✭ 46 (+130%)
Mutual labels:  gtk, gtk3

Lua GTK 3 Examples

This repository contains a set of examples of GTK 3 with Lua. Based on this repository

Requeriments

Lua 5.1, 5.2 or 5.3 is required, Lua 5.4 was not tested already. Additionally, this dependencies are necessary:

  • lgi
  • gobject-introspection >= 1.70
  • gtk3 >= 3.24

Building

The meson file it's just to help you for check the dependencies (except for lgi, you need to install it if you don't have it), it actually does nothing with the source files.

GTK API covered in this repo

Here is a list of the demostrated GTK API in these examples:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].