All Projects → rust-lang-ru → Gtk Rust By Example

rust-lang-ru / Gtk Rust By Example

Licence: other
Gtk-Rust by Example (GRBE) - неофициальная книга по разработке GTK GUI, на языке программирования Rust. Практическое использование библиотеки GTK на различных примерах.

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Gtk Rust By Example

Hamster Gtk
A GTK3 time tracker. Powered by 'hamster-lib'
Stars: ✭ 106 (+253.33%)
Mutual labels:  gui, gtk
Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+8730%)
Mutual labels:  gui, gtk
Clamtk
An easy to use, light-weight, on-demand virus scanner for Linux systems
Stars: ✭ 151 (+403.33%)
Mutual labels:  gui, gtk
Gtk Fortran
A GTK / Fortran binding
Stars: ✭ 171 (+470%)
Mutual labels:  gui, gtk
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+13213.33%)
Mutual labels:  gui, gtk
Gnvim
GUI for neovim, without any web bloat
Stars: ✭ 1,271 (+4136.67%)
Mutual labels:  gui, gtk
Mednaffe
A front-end (GUI) for mednafen emulator
Stars: ✭ 200 (+566.67%)
Mutual labels:  gui, gtk
Nix Query Tree Viewer
GTK viewer for the output of `nix-store --query --tree`
Stars: ✭ 36 (+20%)
Mutual labels:  gui, gtk
Alchemy
An experimental GUI framework for Rust, backed by per-platform native widgets. React, AppKit/UIKit inspired. EXPERIMENTAL, runs on Cocoa right now. ;P
Stars: ✭ 321 (+970%)
Mutual labels:  gui, gtk
Wdisplays
GUI display configurator for wlroots compositors
Stars: ✭ 302 (+906.67%)
Mutual labels:  gui, gtk
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (+823.33%)
Mutual labels:  gui, gtk
Sauron Native
Truly cross platform, truly native. multiple backend GUI for rust
Stars: ✭ 587 (+1856.67%)
Mutual labels:  gui, gtk
Nigui
Cross-platform desktop GUI toolkit written in Nim
Stars: ✭ 430 (+1333.33%)
Mutual labels:  gui, gtk
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+2666.67%)
Mutual labels:  gui, gtk
Qogir Theme
Qogir is a flat Design theme for GTK
Stars: ✭ 874 (+2813.33%)
Mutual labels:  gtk
Marathon
A work-in-progress toolkit and library for SONIC THE HEDGEHOG file formats
Stars: ✭ 21 (-30%)
Mutual labels:  gui
Native Windows Gui
A light windows GUI toolkit for rust
Stars: ✭ 872 (+2806.67%)
Mutual labels:  gui
Woa Installer Rpi
This repository was deprecated, use:
Stars: ✭ 865 (+2783.33%)
Mutual labels:  gui
Framework
The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Stars: ✭ 27 (-10%)
Mutual labels:  gui
Wingpanel Indicator Nightlight
A Wingpanel indicator for Night Light
Stars: ✭ 20 (-33.33%)
Mutual labels:  gtk

GRBE — Gtk-Rust на примерах

Изучайте разработку GUI приложений вместе в библиотекой GTK на языке программирования Rust.

Работа в процессе

Перевод GRBE находится в процессе. Если вы заинтересованы в этом проекте и хотите помочь - смотрите CONTRIBUTING.md.

Использование

Если вы хотите прочитать "Gtk-Rust на примерах" онлайн, вы можете посетить эту страницу.

Для того, чтобы запустить локально, выполните следующее:

$ git clone [email protected]:ruRust/gtk-rust-by-example.git
$ cd gtk-rust-by-example
$ cargo install mdbook
$ mdbook build && mdbook serve

Откройте браузер и перейдите на http://localhost:3000.Теперь книгу можно читать офлайн.

Лицензия

Gtk-Rust на примерах распространяется по двойной лицензии: лицензия Apache 2.0 и лицензия MIT.

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].