Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ruby & Gtk3 ile Masaüstü Uygulamarı Yazmak
Search
Ebru Akagündüz
May 04, 2014
Programming
0
370
Ruby & Gtk3 ile Masaüstü Uygulamarı Yazmak
Ebru Akagündüz
May 04, 2014
Tweet
Share
More Decks by Ebru Akagündüz
See All by Ebru Akagündüz
Unit Testing with JUnit
ebruakagunduz
0
98
Linux Çekirdeği Stajı - Outreachy
ebruakagunduz
0
160
Improving THP Collapse Rate
ebruakagunduz
0
62
Bilgisayar Mühendisliği Öğrencilerine Tavsiyeler
ebruakagunduz
0
320
Linux Çekirdeğine Nasıl Katkı Verilir?
ebruakagunduz
0
160
Couchbase İçin Nagios Eklentisi
ebruakagunduz
0
140
Other Decks in Programming
See All in Programming
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
1.3k
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
2
810
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
470
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
380
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
430
Six and a half ridiculous things to do with Quarkus
hollycummins
0
160
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
590
Pythonスレッドとは結局何なのか? CPython実装から見るNoGIL時代の変化
curekoshimizu
5
1.7k
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
230
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
150
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
130
止められない医療アプリ、そっと Swift 6 へ
medley
1
160
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Designing for humans not robots
tammielis
254
26k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
A Tale of Four Properties
chriscoyier
160
23k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
4 Signs Your Business is Dying
shpigford
185
22k
Done Done
chrislema
185
16k
KATA
mclloyd
32
15k
GraphQLとの向き合い方2022年版
quramy
49
14k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Transcript
Ruby & Gtk3 ile Masaüstü Uygulamaları Yazmak Ebru Akagündüz www.ebruakagunduz.com
[email protected]
➢ Gtk Nedir?
➢ Gtk Bağlayıcıları http://www.gtk.org/language-bindings.php ➢ Gtk+ Nedir?
➢ Gtk3 ile gelen özellikler
➢ Glade Nedir?
➢ Ruby ve Gtk3 ile uygulama yazmak ➢ https://github.com/ebruAkagunduz/gtk3-ruby-examples
➢ Ruby editörleri ➢ Etkileşimli kabuklar ➢ Ruby kodlama biçimi
https://github.com/ebruAkagunduz/ruby-style-guide
None
➢ Ruby & Gemler https://rubygems.org ➢ Ruby uygulamalarına paket yapmak
.gemspec dosyası
• gem install rmanedit.gemspec • sudo gem install RManEdit-1.0.0.gem
➢ Ruby & Gtk neden tercih etmeliyiz?
Teşekkürler!