15
 TracketyTrack Screenshot We know that we can use Ruby for Web Applications...

TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

TracketyTrack Screenshot

We know that we can use Ruby for Web Applications...

Page 2: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Console Screen shot

Or Console Applications...

Page 3: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

What about GUI?

What about GUI Applications?

Page 4: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Shoesis awesome!

Tobias Pfeiffer@PragTob

pragtob.wordpress.com

Page 5: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Isn't shoes dead?

No!

Page 6: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

I ♥ Shoes

Page 7: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Applications

Page 8: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Button

Shoes.app do button "Click me!" do alert "Good job!" endend

Page 9: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Image

Shoes.app width: 270, height: 610 do image "http://www.rug-b.de/Images/ Rug-b-ruby-user-groupberlin.jpg", click: "http://www.rug-b.de/"end

Page 10: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Background & gradient

Shoes.app do background gradient("#0F0", "#00F")end

Page 11: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Shoes 4

● Concentrate efforts on one implementation

● Make the gui backend pluggable● TDD implementation

Page 12: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

The pluggable backend

The Shoes DSL

The GUI backend

SWT Qt GTK ...

alert button ...

Page 13: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Demo

rake samples

Page 14: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Further information

● http://shoesrb.com● http://shoesrb.com/manual/Hello.html● [email protected]● #shoes on freenode● @shoooesrb● http://github.com/shoes/shoes4 ← We could use

some help!● The Return of Shoes by Steve Klabnik● Nobody Knows Shoes by _why

Page 15: TracketyTrack Screenshot · TracketyTrack Screenshot We know that we can use Ruby for Web Applications... Console Screen shot Or Console Applications... What about GUI? What about

   

Shoes on!

Tobias Pfeiffer@PragTob