An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Shoes is a GUI toolkit based on the Ruby programming language. It was originally developed by Jonathan Gillette (why the lucky stiff), and others are carrying on with it after his disappearance. Shoes runs on Microsoft Windows, Mac OS X and Linux (GTK+), using the underlying technologies of Cairo and Pango. Shoes' philosophy is one of simplicity. It's designed to make applications as easy as possible. Here's an example Shoes app: Shoes.app :title => "Push Button" do @note = para "Nothing pushed so far" button "Push me" do @note.replace "Aha! The button was pushed!" endend

Property Value
dbo:abstract
  • Ruby Shoes ist ein GUI-Toolkit für die Programmiersprache Ruby. Shoes ist das verbreitetste Toolkit für Ruby. Es wurde von Jonathan Gillette unter dem Pseudonym (Kurzform _why) erstellt und im Jahr 2007 veröffentlicht. Nachdem er sich aus dem Projekt verabschiedet hatte, wurde es von anderen Entwicklern weiter geführt. Shoes läuft auf den gängigen Betriebssystemen (Windows, Mac OS X, Linux). Es macht die Erstellung von grafischen Benutzeroberflächen einfach. Mit Shoes ist nicht nur die Erstellung graphischer Elemente wie Knöpfe und Eingabefelder einfach umsetzbar, sondern man kann auch Grafiken darstellen, wie zum Beispiel Kreise, Dreiecke und andere Formen. (de)
  • Shoes est un toolkit expérimental de GUI simplifié basé sur le langage de programmation Ruby, et développé par Why the lucky stiff. Sa simplicité le rend idéal pour les débutants en programmation et pour l'apprentissage. Shoes est disponible sous Microsoft Windows, Mac OS X, Linux et BSD, se basant sur les technologies GTK+, Cairo et Pango. C'est un logiciel libre distribué selon les termes de la licence X11 (ou licence MIT). Sa syntaxe est basée sur les concepts de piles et de flux (stacks and flows) qui correspondent, basiquement, dans Shoes aux fenêtres et à leur contenu (verticalement et horizontalement respectivement). Divers concepts, principes et aspects syntaxiques de Shoes sont inspirés de NodeBox, REBOL et Processing, entre autres. Ces quelques lignes de code montrent comment construire une fenêtre avec un bouton changeant le message affiché de « Nothing pushed so far » à « Aha! Click! » : Shoes.app { @push = button "Push me" @note = para "Nothing pushed so far" @push.click { @note.replace "Aha! Click!" }} (fr)
  • Shoes is a GUI toolkit based on the Ruby programming language. It was originally developed by Jonathan Gillette (why the lucky stiff), and others are carrying on with it after his disappearance. Shoes runs on Microsoft Windows, Mac OS X and Linux (GTK+), using the underlying technologies of Cairo and Pango. Shoes' philosophy is one of simplicity. It's designed to make applications as easy as possible. Here's an example Shoes app: Shoes.app :title => "Push Button" do @note = para "Nothing pushed so far" button "Push me" do @note.replace "Aha! The button was pushed!" endend Shoes has all the common widgets you would expect for creating a graphical application as well as graphic primitives to draw art likelines, circles, and even physics (via Chipmunk) cRruby extensions. Shoes 3 includes its own embedded MRI/cRuby Ruby and does not require the end user to install Ruby. It provides a customized Rubygems environment that does not conflict with any existing Ruby that might exist. Developers can also package up their scripts in several ways to easily share with other users who have Shoes installed. Advanced developers in Shoes 3 have many deployment options available including very platform specific applications with unique gems and their own custom installer to create their own unique Applications. (en)
  • Shoes(シューズ)は、コンピューター言語Rubyで利用可能なGUIツールキットである。その特徴は簡単さとRubyの文法とクロスプラットフォームにある。 _why( why the lucky stiff)が、容易なプログラミング教育用のツールとして Hackety Hackプロジェクトを発表、その後クロスプラットフォーム化を目指したものShoesである。2009年に_whyがサイトを閉じ姿を消して以降もコミュニティによって開発が続けられている。プロジェクトをコミュニティが引き継いだ際に、プラットフォームごとの開発作業が大きな負担となり、さまざまなツールキットを利用が試行された。それぞれは色の名前が付けられ、Red Shoesは_whyによるオリジナルC版、White Shoesは各色が満たすべき標準を規定するテスト、Blue ShoesはQtフレームワークを採用、Green ShoesはGTKフレームワークを採用、そしてBrown ShoesはJRubyとSwingを採用したものであった。その後は、Red Shoes(C版)の3.x系は途中で停滞したが開発保守が行われている。同時にBrown Shoes(JRuby版)を基にした、Shoes4がJRuby+SWTを用いて開発が進められている。 (ja)
  • Shoes 是一套基于 Ruby 语言的 GUI 开发工具。其最初由 开发,在他停止了一切公开活动之后,社区接手了该项目并继续开发。Shoes 可以在 Microsoft Windows、Mac OS X 和 Linux(GTK+)上运行,底层使用了 Cairo 和 Pango 函数库。 Shoes 的设计哲学是应用程序的编写越简单越好。下面是一个 Shoes 应用的范例: Shoes.app :title => "Push Button" do @note = para "Nothing pushed so far" button "Push me" do @note.replace "Aha! The button was pushed!" endend Shoes 不仅提供了标准的视窗控件部件,它还能通过 Chipmunk 实现基础的绘图功能。 (zh)
dbo:author
dbo:computingPlatform
dbo:developer
dbo:latestPreviewDate
  • 2017-11-30 (xsd:date)
dbo:latestPreviewVersion
  • 4.0.0.rc1
dbo:latestReleaseDate
  • 2019-03-05 (xsd:date)
dbo:latestReleaseVersion
  • 3.3.7 (Walkabout)
dbo:license
dbo:programmingLanguage
dbo:releaseDate
  • 2007-07-30 (xsd:date)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 19210614 (xsd:integer)
dbo:wikiPageLength
  • 4217 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1090995303 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
dbp:developer
dbp:language
  • English (en)
dbp:latestPreviewDate
  • 2017-11-30 (xsd:date)
dbp:latestPreviewVersion
  • 4 (xsd:integer)
dbp:latestReleaseDate
  • 2019-03-05 (xsd:date)
dbp:latestReleaseVersion
  • 3.300000 (xsd:double)
dbp:license
dbp:logo
  • Shoes-icon.png (en)
dbp:name
  • Shoes (en)
dbp:platform
dbp:programmingLanguage
  • Ruby and C, some Objective-C (en)
dbp:released
  • 2007-07-30 (xsd:date)
dbp:screenshot
  • Shoes.tiff (en)
dbp:screenshotSize
  • 200 (xsd:integer)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Ruby Shoes ist ein GUI-Toolkit für die Programmiersprache Ruby. Shoes ist das verbreitetste Toolkit für Ruby. Es wurde von Jonathan Gillette unter dem Pseudonym (Kurzform _why) erstellt und im Jahr 2007 veröffentlicht. Nachdem er sich aus dem Projekt verabschiedet hatte, wurde es von anderen Entwicklern weiter geführt. Shoes läuft auf den gängigen Betriebssystemen (Windows, Mac OS X, Linux). Es macht die Erstellung von grafischen Benutzeroberflächen einfach. Mit Shoes ist nicht nur die Erstellung graphischer Elemente wie Knöpfe und Eingabefelder einfach umsetzbar, sondern man kann auch Grafiken darstellen, wie zum Beispiel Kreise, Dreiecke und andere Formen. (de)
  • Shoes(シューズ)は、コンピューター言語Rubyで利用可能なGUIツールキットである。その特徴は簡単さとRubyの文法とクロスプラットフォームにある。 _why( why the lucky stiff)が、容易なプログラミング教育用のツールとして Hackety Hackプロジェクトを発表、その後クロスプラットフォーム化を目指したものShoesである。2009年に_whyがサイトを閉じ姿を消して以降もコミュニティによって開発が続けられている。プロジェクトをコミュニティが引き継いだ際に、プラットフォームごとの開発作業が大きな負担となり、さまざまなツールキットを利用が試行された。それぞれは色の名前が付けられ、Red Shoesは_whyによるオリジナルC版、White Shoesは各色が満たすべき標準を規定するテスト、Blue ShoesはQtフレームワークを採用、Green ShoesはGTKフレームワークを採用、そしてBrown ShoesはJRubyとSwingを採用したものであった。その後は、Red Shoes(C版)の3.x系は途中で停滞したが開発保守が行われている。同時にBrown Shoes(JRuby版)を基にした、Shoes4がJRuby+SWTを用いて開発が進められている。 (ja)
  • Shoes 是一套基于 Ruby 语言的 GUI 开发工具。其最初由 开发,在他停止了一切公开活动之后,社区接手了该项目并继续开发。Shoes 可以在 Microsoft Windows、Mac OS X 和 Linux(GTK+)上运行,底层使用了 Cairo 和 Pango 函数库。 Shoes 的设计哲学是应用程序的编写越简单越好。下面是一个 Shoes 应用的范例: Shoes.app :title => "Push Button" do @note = para "Nothing pushed so far" button "Push me" do @note.replace "Aha! The button was pushed!" endend Shoes 不仅提供了标准的视窗控件部件,它还能通过 Chipmunk 实现基础的绘图功能。 (zh)
  • Shoes est un toolkit expérimental de GUI simplifié basé sur le langage de programmation Ruby, et développé par Why the lucky stiff. Sa simplicité le rend idéal pour les débutants en programmation et pour l'apprentissage. Shoes est disponible sous Microsoft Windows, Mac OS X, Linux et BSD, se basant sur les technologies GTK+, Cairo et Pango. C'est un logiciel libre distribué selon les termes de la licence X11 (ou licence MIT). Ces quelques lignes de code montrent comment construire une fenêtre avec un bouton changeant le message affiché de « Nothing pushed so far » à « Aha! Click! » : (fr)
  • Shoes is a GUI toolkit based on the Ruby programming language. It was originally developed by Jonathan Gillette (why the lucky stiff), and others are carrying on with it after his disappearance. Shoes runs on Microsoft Windows, Mac OS X and Linux (GTK+), using the underlying technologies of Cairo and Pango. Shoes' philosophy is one of simplicity. It's designed to make applications as easy as possible. Here's an example Shoes app: Shoes.app :title => "Push Button" do @note = para "Nothing pushed so far" button "Push me" do @note.replace "Aha! The button was pushed!" endend (en)
rdfs:label
  • Shoes (Ruby) (de)
  • Shoes (GUI) (fr)
  • Shoes (ja)
  • Shoes (GUI toolkit) (en)
  • Shoes (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Shoes (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License