scarpe 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +80 -9
- data/.ruby-version +1 -0
- data/.vscode/extensions.json +5 -0
- data/.yardopts +3 -0
- data/CHANGELOG.md +14 -0
- data/CONTRIBUTING.md +20 -0
- data/Gemfile +14 -2
- data/README.md +138 -18
- data/Rakefile +2 -3
- data/dev.yml +7 -0
- data/docs/static/PKGBUILD +47 -0
- data/docs/static/Shoes.icns +0 -0
- data/docs/static/avatar.png +0 -0
- data/docs/static/code_highlighter.js +188 -0
- data/docs/static/code_highlighter_ruby.js +26 -0
- data/docs/static/icon-debug.png +0 -0
- data/docs/static/icon-error.png +0 -0
- data/docs/static/icon-info.png +0 -0
- data/docs/static/icon-warn.png +0 -0
- data/docs/static/listbox_button1.png +0 -0
- data/docs/static/listbox_button2.png +0 -0
- data/docs/static/man-app.png +0 -0
- data/docs/static/man-builds.png +0 -0
- data/docs/static/man-builds1.png +0 -0
- data/docs/static/man-editor-notepad.png +0 -0
- data/docs/static/man-editor-osx.png +0 -0
- data/docs/static/man-ele-background.png +0 -0
- data/docs/static/man-ele-border.png +0 -0
- data/docs/static/man-ele-button.png +0 -0
- data/docs/static/man-ele-check.png +0 -0
- data/docs/static/man-ele-editbox.png +0 -0
- data/docs/static/man-ele-editline.png +0 -0
- data/docs/static/man-ele-image.png +0 -0
- data/docs/static/man-ele-listbox.png +0 -0
- data/docs/static/man-ele-progress.png +0 -0
- data/docs/static/man-ele-radio.png +0 -0
- data/docs/static/man-ele-shape.png +0 -0
- data/docs/static/man-ele-textblock.png +0 -0
- data/docs/static/man-ele-video.png +0 -0
- data/docs/static/man-intro-dmg.png +0 -0
- data/docs/static/man-intro-exe.png +0 -0
- data/docs/static/man-look-tiger.png +0 -0
- data/docs/static/man-look-ubuntu.png +0 -0
- data/docs/static/man-look-vista.png +0 -0
- data/docs/static/man-run-osx.png +0 -0
- data/docs/static/man-run-vista.png +0 -0
- data/docs/static/man-run-xp.png +0 -0
- data/docs/static/man-shot1.png +0 -0
- data/docs/static/manual-en.txt +3529 -0
- data/docs/static/manual-ja.txt +2829 -0
- data/docs/static/manual.css +171 -0
- data/docs/static/manual.md +3528 -0
- data/docs/static/menu-corner1.png +0 -0
- data/docs/static/menu-corner2.png +0 -0
- data/docs/static/menu-gray.png +0 -0
- data/docs/static/menu-left.png +0 -0
- data/docs/static/menu-right.png +0 -0
- data/docs/static/menu-top.png +0 -0
- data/docs/static/shoes-dmg.jpg +0 -0
- data/docs/static/shoes-icon-blue.png +0 -0
- data/docs/static/shoes-icon.png +0 -0
- data/docs/static/shoes-manual-apps.gif +0 -0
- data/docs/static/shoes_main_window.png +0 -0
- data/docs/static/stripe.png +0 -0
- data/docs/static/stubs/blank.exe +0 -0
- data/docs/static/stubs/blank.hfz +0 -0
- data/docs/static/stubs/blank.run +375 -0
- data/docs/static/stubs/cocoa-install +0 -0
- data/docs/static/stubs/sh-install +49 -0
- data/docs/static/stubs/shoes-stub-inject.exe +0 -0
- data/docs/static/stubs/shoes-stub.exe +0 -0
- data/docs/static/tutor-back.png +0 -0
- data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +478 -0
- data/examples/bloopsaphone/working/b1.rb +64 -0
- data/examples/bloopsaphone/working/b2.rb +36 -0
- data/examples/bloopsaphone/working/bloops_test.rb +41 -0
- data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +31 -0
- data/examples/bloopsaphone/working/feepogram.rb +67 -0
- data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +14 -0
- data/examples/bloopsaphone/working/tune_cheeky_drat.rb +210 -0
- data/examples/button.rb +6 -5
- data/examples/button_alert.rb +6 -0
- data/examples/button_go_away.rb +6 -0
- data/examples/button_with_position_and_size.rb +7 -0
- data/examples/coffee.rb +14 -0
- data/examples/download.rb +5 -0
- data/examples/edit_box.rb +10 -0
- data/examples/edit_line.rb +8 -0
- data/examples/fill.rb +25 -0
- data/examples/flow.rb +11 -0
- data/examples/fonts.rb +6 -0
- data/examples/gen.rb +140 -0
- data/examples/hello_world.rb +2 -4
- data/examples/highlander.rb +87 -0
- data/examples/image/clickable_image.rb +5 -0
- data/examples/{image.rb → image/image.rb} +2 -4
- data/examples/image/image_size.rb +7 -0
- data/examples/image/image_with_position_and_size.rb +3 -0
- data/examples/info.rb +9 -0
- data/examples/legacy/not_checked/expert/colours.rb +105 -0
- data/examples/legacy/not_checked/expert/curve-animation.rb +31 -0
- data/examples/legacy/not_checked/expert/curve-control-point.rb +51 -0
- data/examples/legacy/not_checked/expert/custom-list-box.rb +53 -0
- data/examples/legacy/not_checked/expert/definr.rb +23 -0
- data/examples/legacy/not_checked/expert/funnies.rb +56 -0
- data/examples/legacy/not_checked/expert/minesweeper.rb +267 -0
- data/examples/legacy/not_checked/expert/othello.rb +318 -0
- data/examples/legacy/not_checked/expert/pong.rb +62 -0
- data/examples/legacy/not_checked/expert/tankspank.rb +385 -0
- data/examples/legacy/not_checked/expert/tooltips.rb +45 -0
- data/examples/legacy/not_checked/expert/url.rb +37 -0
- data/examples/legacy/not_checked/expert/video-player.rb +256 -0
- data/examples/legacy/not_checked/good/_why-stories.rb +44 -0
- data/examples/legacy/not_checked/good/_why-stories.yaml +387 -0
- data/examples/legacy/not_checked/good/arc.rb +37 -0
- data/examples/legacy/not_checked/good/cardflip.rb +141 -0
- data/examples/legacy/not_checked/good/clock.rb +51 -0
- data/examples/legacy/not_checked/good/console.rb +21 -0
- data/examples/legacy/not_checked/good/follow.rb +26 -0
- data/examples/legacy/not_checked/good/image-rotate.rb +14 -0
- data/examples/legacy/not_checked/good/paris.svg +7236 -0
- data/examples/legacy/not_checked/good/path-animation.rb +46 -0
- data/examples/legacy/not_checked/good/plots.rb +100 -0
- data/examples/legacy/not_checked/good/reminder.rb +174 -0
- data/examples/legacy/not_checked/good/svgview.rb +113 -0
- data/examples/legacy/not_checked/good/vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-contrib/.gitignore +2 -0
- data/examples/legacy/not_checked/shoes-contrib/README.md +34 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +59 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +31 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +27 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +12 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +34 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +18 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +18 -0
- data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/app/download.rb +10 -0
- data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +23 -0
- data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +15 -0
- data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +43 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +387 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +14 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +19 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +32 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +16 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/browser.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +15 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +10 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +9 -0
- data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +51 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +112 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +319 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +37 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +51 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +174 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +9 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +75 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +23 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +70 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +29 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +27 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +31 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +35 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +29 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +45 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +4 -0
- data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +243 -0
- data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +319 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +51 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +174 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +75 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +23 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +24 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +70 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +24 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +29 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +21 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +31 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +35 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +29 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +45 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +13 -0
- data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
- data/examples/legacy/not_checked/shoes3-tests/button/button.rb +53 -0
- data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +41 -0
- data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +24 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +34 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +11 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +12 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +11 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +5 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +30 -0
- data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +21 -0
- data/examples/legacy/not_checked/shoes3-tests/decoration.rb +14 -0
- data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +6 -0
- data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +6 -0
- data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +36 -0
- data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +27 -0
- data/examples/legacy/not_checked/shoes3-tests/events/button.rb +32 -0
- data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +40 -0
- data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +57 -0
- data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +47 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +8 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +26 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +46 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +44 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +65 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +17 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +60 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +38 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +56 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +46 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +22 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +34 -0
- data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +33 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +8 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +25 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +103 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +41 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +42 -0
- data/examples/legacy/not_checked/shoes3-tests/opacity.rb +13 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +5219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +5219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +73 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +47 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +35 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +31 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +35 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +37 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +29 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +18 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +32 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +9 -0
- data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +14 -0
- data/examples/legacy/not_checked/shoes3-tests/spinner.rb +15 -0
- data/examples/legacy/not_checked/shoes3-tests/svg.rb +208 -0
- data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +28 -0
- data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +17 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +27 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +65 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +50 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +31 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +138 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +228 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +186 -0
- data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +242 -0
- data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +21 -0
- data/examples/legacy/not_checked/simple/accordion.rb +81 -0
- data/examples/legacy/not_checked/simple/anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/simple/anim-text.rb +13 -0
- data/examples/legacy/not_checked/simple/arc.rb +23 -0
- data/examples/legacy/not_checked/simple/bounce.rb +24 -0
- data/examples/legacy/not_checked/simple/chipmunk.rb +26 -0
- data/examples/legacy/not_checked/simple/control-sizes.rb +24 -0
- data/examples/legacy/not_checked/simple/curve-control-points.rb +24 -0
- data/examples/legacy/not_checked/simple/curve.rb +26 -0
- data/examples/legacy/not_checked/simple/dialogs.rb +29 -0
- data/examples/legacy/not_checked/simple/downloader.rb +40 -0
- data/examples/legacy/not_checked/simple/downloader1.rb +31 -0
- data/examples/legacy/not_checked/simple/draw.rb +13 -0
- data/examples/legacy/not_checked/simple/editor.rb +28 -0
- data/examples/legacy/not_checked/simple/form.rb +30 -0
- data/examples/legacy/not_checked/simple/image.rb +21 -0
- data/examples/legacy/not_checked/simple/info.rb +78 -0
- data/examples/legacy/not_checked/simple/mask.rb +21 -0
- data/examples/legacy/not_checked/simple/mask2.rb +27 -0
- data/examples/legacy/not_checked/simple/menu.rb +31 -0
- data/examples/legacy/not_checked/simple/menu1.rb +35 -0
- data/examples/legacy/not_checked/simple/slide.rb +45 -0
- data/examples/legacy/not_checked/simple/sphere.rb +28 -0
- data/examples/legacy/not_checked/superleg.rb +244 -0
- data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +24 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +7 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +7 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +8 -0
- data/examples/legacy/working/shoes-contrib/basic/intro.rb +20 -0
- data/examples/legacy/working/shoes-contrib/basic/two-column.rb +12 -0
- data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +6 -0
- data/examples/legacy/working/shoes-contrib/kernel/alert.rb +3 -0
- data/examples/legacy/working/simple/calc.rb +71 -0
- data/examples/legacy/working/simple/sqlite3.rb +27 -0
- data/examples/legacy/working/simple/timer.rb +13 -0
- data/examples/line.rb +5 -0
- data/examples/link.rb +20 -0
- data/examples/list_box.rb +8 -0
- data/examples/para/collection_of_arguments.rb +9 -0
- data/examples/para/hello_world.rb +5 -0
- data/examples/para/hide_and_show.rb +9 -0
- data/examples/para/rainbow.rb +11 -0
- data/examples/para/rainbow_2.rb +11 -0
- data/examples/para/sizes.rb +11 -0
- data/examples/para/sizes_2.rb +12 -0
- data/examples/para/strong.rb +3 -0
- data/examples/para_text_widgets.rb +4 -0
- data/examples/pirate.png +0 -0
- data/examples/raw_flow.rb +11 -0
- data/examples/ruby_racer.rb +52 -0
- data/examples/shapes/arc.rb +8 -0
- data/examples/shapes/shapes.rb +8 -0
- data/examples/shapes/shapes_fill.rb +10 -0
- data/examples/shapes/star.rb +5 -0
- data/examples/shoes_school.rb +68 -0
- data/examples/shoes_splorer.rb +150 -0
- data/examples/simple_slides.rb +73 -0
- data/examples/skip_ci/parrot.rb +22 -0
- data/examples/skip_ci/say.rb +20 -0
- data/examples/sleepless.rb +26 -0
- data/examples/slots.rb +2 -4
- data/examples/spacing.rb +18 -0
- data/examples/span.rb +6 -0
- data/examples/stack/background.rb +35 -0
- data/examples/stack/border.rb +11 -0
- data/examples/stack/gradients.rb +6 -0
- data/examples/stack/raw_stack.rb +8 -0
- data/examples/stack/stack.rb +27 -0
- data/examples/text_change.rb +4 -0
- data/examples/text_sizes.rb +10 -0
- data/examples/timmy.rb +109 -0
- data/examples/title_and_resize.rb +3 -0
- data/exe/scarpe +108 -0
- data/lib/constants.rb +5 -0
- data/lib/scarpe/alert.rb +19 -0
- data/lib/scarpe/app.rb +78 -0
- data/lib/scarpe/arc.rb +49 -0
- data/lib/scarpe/background.rb +14 -0
- data/lib/scarpe/border.rb +16 -0
- data/lib/scarpe/button.rb +26 -18
- data/lib/scarpe/colors.rb +215 -0
- data/lib/scarpe/display_service.rb +189 -0
- data/lib/scarpe/document_root.rb +20 -0
- data/lib/scarpe/edit_box.rb +24 -0
- data/lib/scarpe/edit_line.rb +16 -30
- data/lib/scarpe/fill.rb +23 -0
- data/lib/scarpe/flow.rb +18 -15
- data/lib/scarpe/glibui/README.md +34 -0
- data/lib/scarpe/glibui/alert.rb +65 -0
- data/lib/scarpe/glibui/app.rb +27 -0
- data/lib/scarpe/glibui/background.rb +18 -0
- data/lib/scarpe/glibui/border.rb +22 -0
- data/lib/scarpe/glibui/button.rb +38 -0
- data/lib/scarpe/glibui/dimensions.rb +22 -0
- data/lib/scarpe/glibui/document_root.rb +33 -0
- data/lib/scarpe/glibui/edit_box.rb +44 -0
- data/lib/scarpe/glibui/edit_line.rb +43 -0
- data/lib/scarpe/glibui/flow.rb +33 -0
- data/lib/scarpe/glibui/html.rb +77 -0
- data/lib/scarpe/glibui/image.rb +36 -0
- data/lib/scarpe/glibui/link.rb +29 -0
- data/lib/scarpe/glibui/local_display.rb +62 -0
- data/lib/scarpe/glibui/para.rb +84 -0
- data/lib/scarpe/glibui/spacing.rb +41 -0
- data/lib/scarpe/glibui/stack.rb +33 -0
- data/lib/scarpe/glibui/text_widget.rb +30 -0
- data/lib/scarpe/glibui/widget.rb +81 -0
- data/lib/scarpe/glibui.rb +29 -0
- data/lib/scarpe/image.rb +28 -9
- data/lib/scarpe/libui/alert.rb +9 -0
- data/lib/scarpe/libui/button.rb +18 -0
- data/lib/scarpe/libui/colors.rb +157 -0
- data/lib/scarpe/libui/core.rb +66 -0
- data/lib/scarpe/libui/flow.rb +16 -0
- data/lib/scarpe/libui/libui.rb +45 -0
- data/lib/scarpe/libui/notepad.md +26 -0
- data/lib/scarpe/libui/para.rb +154 -0
- data/lib/scarpe/libui/stack.rb +34 -0
- data/lib/scarpe/line.rb +25 -0
- data/lib/scarpe/link.rb +25 -0
- data/lib/scarpe/list_box.rb +25 -0
- data/lib/scarpe/logger.rb +155 -0
- data/lib/scarpe/para.rb +84 -12
- data/lib/scarpe/promises.rb +387 -0
- data/lib/scarpe/shape.rb +19 -0
- data/lib/scarpe/spacing.rb +9 -0
- data/lib/scarpe/span.rb +26 -0
- data/lib/scarpe/stack.rb +66 -12
- data/lib/scarpe/star.rb +47 -0
- data/lib/scarpe/text_widget.rb +42 -0
- data/lib/scarpe/unit_test_helpers.rb +163 -0
- data/lib/scarpe/version.rb +2 -2
- data/lib/scarpe/widget.rb +198 -0
- data/lib/scarpe/widgets.rb +30 -0
- data/lib/scarpe/wv/alert.rb +65 -0
- data/lib/scarpe/wv/app.rb +85 -0
- data/lib/scarpe/wv/arc.rb +57 -0
- data/lib/scarpe/wv/background.rb +18 -0
- data/lib/scarpe/wv/border.rb +22 -0
- data/lib/scarpe/wv/button.rb +50 -0
- data/lib/scarpe/wv/control_interface.rb +153 -0
- data/lib/scarpe/wv/control_interface_test.rb +253 -0
- data/lib/scarpe/wv/dimensions.rb +22 -0
- data/lib/scarpe/wv/document_root.rb +50 -0
- data/lib/scarpe/wv/edit_box.rb +44 -0
- data/lib/scarpe/wv/edit_line.rb +43 -0
- data/lib/scarpe/wv/fill.rb +30 -0
- data/lib/scarpe/wv/flow.rb +32 -0
- data/lib/scarpe/wv/html.rb +107 -0
- data/lib/scarpe/wv/image.rb +36 -0
- data/lib/scarpe/wv/line.rb +38 -0
- data/lib/scarpe/wv/link.rb +29 -0
- data/lib/scarpe/wv/list_box.rb +50 -0
- data/lib/scarpe/wv/para.rb +90 -0
- data/lib/scarpe/wv/shape.rb +34 -0
- data/lib/scarpe/wv/shape_helper.rb +44 -0
- data/lib/scarpe/wv/spacing.rb +41 -0
- data/lib/scarpe/wv/span.rb +66 -0
- data/lib/scarpe/wv/stack.rb +42 -0
- data/lib/scarpe/wv/star.rb +64 -0
- data/lib/scarpe/wv/text_widget.rb +30 -0
- data/lib/scarpe/wv/web_wrangler.rb +679 -0
- data/lib/scarpe/wv/webview_local_display.rb +72 -0
- data/lib/scarpe/wv/webview_relay_display.rb +185 -0
- data/lib/scarpe/wv/widget.rb +181 -0
- data/lib/scarpe/wv/wv_display_worker.rb +65 -0
- data/lib/scarpe/wv.rb +39 -0
- data/lib/scarpe/wv_local.rb +6 -0
- data/lib/scarpe/wv_relay.rb +6 -0
- data/lib/scarpe.rb +35 -27
- data/logger/debug_web_wrangler.json +4 -0
- data/logger/scarpe_wv_test.json +4 -0
- data/scarpegen.rb +193 -0
- data/sig/scarpe.rbs +1 -1
- data/templates/basic_class_template.erb +38 -0
- data/templates/class_template_with_event_bind.erb +27 -0
- data/templates/class_template_with_shapes.erb +43 -0
- data/templates/example_template.erb +3 -0
- data/templates/module_template.erb +12 -0
- data/templates/webview_template.erb +30 -0
- metadata +586 -9
- data/lib/scarpe/container.rb +0 -10
- data/lib/scarpe/internal_app.rb +0 -46
@@ -0,0 +1,52 @@
|
|
1
|
+
require "benchmark"
|
2
|
+
require "stringio"
|
3
|
+
|
4
|
+
Shoes.app(title: "Ruby Racer", debug: true) do
|
5
|
+
racer1 = nil
|
6
|
+
racer2 = nil
|
7
|
+
|
8
|
+
flow do
|
9
|
+
stack width: 0.45, margin: 5 do
|
10
|
+
para "Racer 1", size: :caption
|
11
|
+
racer1 = edit_box(width: "100%", height: 100) do
|
12
|
+
<<~RUBY
|
13
|
+
for i in 1..10
|
14
|
+
a = "1"
|
15
|
+
end
|
16
|
+
RUBY
|
17
|
+
end
|
18
|
+
end
|
19
|
+
stack width: 0.45, margin: 5 do
|
20
|
+
para "Racer 2", size: :caption
|
21
|
+
racer2 = edit_box(width: "100%", height: 100) do
|
22
|
+
<<~RUBY
|
23
|
+
10.times do
|
24
|
+
a = "1"
|
25
|
+
end
|
26
|
+
RUBY
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
stack margin: 10 do
|
32
|
+
@push = button "Race!"
|
33
|
+
@results = para ""
|
34
|
+
@push.click {
|
35
|
+
@results.replace "And they're off!"
|
36
|
+
run = run_benchmark(racer1.text, racer2.text)
|
37
|
+
@results.replace "<pre>Results:<br/>#{run}</pre>"
|
38
|
+
}
|
39
|
+
|
40
|
+
def run_benchmark(code1, code2)
|
41
|
+
current_stdout = $stdout
|
42
|
+
$stdout = StringIO.new
|
43
|
+
Benchmark.bmbm do |x|
|
44
|
+
x.report("Code 1") { eval(code1) }
|
45
|
+
x.report("Code 2") { eval(code2) }
|
46
|
+
end
|
47
|
+
$stdout.string.gsub("\n", "<br />")
|
48
|
+
ensure
|
49
|
+
$stdout = current_stdout
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
Shoes.app(title: "Shoes School", height: 700, width: 1000) do
|
2
|
+
CHAPTERS = [
|
3
|
+
[
|
4
|
+
%(
|
5
|
+
Shoes.app do
|
6
|
+
para "Hello World"
|
7
|
+
end
|
8
|
+
),
|
9
|
+
%(
|
10
|
+
Welcome! To the wide, wild, wonderful world of Shoes. I am your Shoes School instructor, Professor Flopsicle. Shoes lets you
|
11
|
+
write nifty desktop apps. In pure Ruby! Don't believe me? Here's one right here!
|
12
|
+
Click "run" to run it. You can even play with the code a bit if you want!
|
13
|
+
|
14
|
+
When you are done, proceed to your next lecture by clicking "Next" below me!
|
15
|
+
)
|
16
|
+
],
|
17
|
+
[
|
18
|
+
%(
|
19
|
+
Shoes.app do
|
20
|
+
@push = button "Push me"
|
21
|
+
@push.click {
|
22
|
+
alert "Aha! Click!"
|
23
|
+
}
|
24
|
+
end
|
25
|
+
),
|
26
|
+
%(
|
27
|
+
Oh wow, you made it to the second lesson! Umm, well this is _embarrassing_. I never
|
28
|
+
thought you would get this far! Give me a bit and we'll have something really nice
|
29
|
+
whipped up for you. I swear!
|
30
|
+
)
|
31
|
+
]
|
32
|
+
]
|
33
|
+
|
34
|
+
current_chapter = 0
|
35
|
+
stack do
|
36
|
+
banner "Shoes School!"
|
37
|
+
end
|
38
|
+
stack do
|
39
|
+
flow do
|
40
|
+
IDE = edit_box(height: 300, width: "100%") do
|
41
|
+
CHAPTERS[current_chapter][0]
|
42
|
+
end
|
43
|
+
end
|
44
|
+
flow do
|
45
|
+
LECTURE = para CHAPTERS[current_chapter][1], size: 30
|
46
|
+
end
|
47
|
+
flow do
|
48
|
+
stack do
|
49
|
+
@run = button "Run 🏃", width: 200, height: 50#, top: 109, left: 132
|
50
|
+
@run.click {
|
51
|
+
puts "I got clicked!"
|
52
|
+
# System code to kick this off
|
53
|
+
# we'll have a loading splash page on first fireup to run bin setup
|
54
|
+
}
|
55
|
+
end
|
56
|
+
stack do
|
57
|
+
@next = button "Next ✅", width: 200, height: 50#, top: 109, left: 132
|
58
|
+
@next.click {
|
59
|
+
current_chapter += 1
|
60
|
+
# not working yet
|
61
|
+
# IDE.text = CHAPTERS[current_chapter][0]
|
62
|
+
# yeah, I dunno, ivars and local vars giving me trouble. annoying!
|
63
|
+
LECTURE.replace(CHAPTERS[current_chapter][1])
|
64
|
+
}
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
@@ -0,0 +1,150 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# It's cool to be able to visualise the Shoes API -- where are various methods available?
|
4
|
+
|
5
|
+
# Future plan: this would be a *great* opportunity for a Shoes::Widget so that we could
|
6
|
+
# have a "show all the methods by category" thing and put it inside various other widgets
|
7
|
+
# to see how they all react.
|
8
|
+
|
9
|
+
# What methods should Shoes have? You can do worse than to check Shoes4 Shoes-core:
|
10
|
+
# https://github.com/shoes/shoes4/tree/main/shoes-core/lib/shoes/dsl
|
11
|
+
SHOES_API_CATEGORIES = {
|
12
|
+
animate: {
|
13
|
+
animate: {},
|
14
|
+
every: {},
|
15
|
+
timer: {},
|
16
|
+
},
|
17
|
+
|
18
|
+
art: {
|
19
|
+
arrow: {},
|
20
|
+
arc: {},
|
21
|
+
line: {},
|
22
|
+
oval: {},
|
23
|
+
rect: {},
|
24
|
+
star: {},
|
25
|
+
shape: {},
|
26
|
+
mask: {},
|
27
|
+
},
|
28
|
+
|
29
|
+
element: {
|
30
|
+
border: {},
|
31
|
+
background: {},
|
32
|
+
edit_line: {},
|
33
|
+
edit_box: {},
|
34
|
+
progress: {},
|
35
|
+
check: {},
|
36
|
+
radio: {},
|
37
|
+
list_box: {},
|
38
|
+
flow: {},
|
39
|
+
stack: {},
|
40
|
+
button: {},
|
41
|
+
},
|
42
|
+
|
43
|
+
interaction: {
|
44
|
+
mouse: {},
|
45
|
+
motion: {},
|
46
|
+
resize: {},
|
47
|
+
hover: {},
|
48
|
+
leave: {},
|
49
|
+
keypress: {},
|
50
|
+
keyrelease: {},
|
51
|
+
append: {},
|
52
|
+
visit: {},
|
53
|
+
scroll_top: {},
|
54
|
+
#"scroll_top=": {},
|
55
|
+
clipboard: {},
|
56
|
+
#"clipboard=": {},
|
57
|
+
download: {},
|
58
|
+
gutter: {},
|
59
|
+
},
|
60
|
+
|
61
|
+
media: {
|
62
|
+
image: {},
|
63
|
+
video: {},
|
64
|
+
sound: {},
|
65
|
+
},
|
66
|
+
|
67
|
+
setup: {
|
68
|
+
# This is deprecated in recent Shoes, but was once how to install gems
|
69
|
+
setup: {},
|
70
|
+
},
|
71
|
+
|
72
|
+
style: {
|
73
|
+
style: {},
|
74
|
+
fill: {},
|
75
|
+
stroke: {},
|
76
|
+
cap: {},
|
77
|
+
rotate: {},
|
78
|
+
strokewidth: {},
|
79
|
+
transform: {},
|
80
|
+
translate: {},
|
81
|
+
nostroke: {},
|
82
|
+
nofill: {},
|
83
|
+
},
|
84
|
+
|
85
|
+
text: {
|
86
|
+
# Text widgets and similar
|
87
|
+
banner: {},
|
88
|
+
title: {},
|
89
|
+
subtitle: {},
|
90
|
+
tagline: {},
|
91
|
+
caption: {},
|
92
|
+
para: {},
|
93
|
+
inscription: {},
|
94
|
+
|
95
|
+
code: {},
|
96
|
+
del: {},
|
97
|
+
em: {},
|
98
|
+
ins: {},
|
99
|
+
sub: {},
|
100
|
+
sup: {},
|
101
|
+
strong: {},
|
102
|
+
|
103
|
+
fg: {},
|
104
|
+
bg: {},
|
105
|
+
link: {},
|
106
|
+
span: {},
|
107
|
+
},
|
108
|
+
}
|
109
|
+
|
110
|
+
def shoes_api_reactivity(instance)
|
111
|
+
reactivity = {}
|
112
|
+
|
113
|
+
SHOES_API_CATEGORIES.each do |category_name, category|
|
114
|
+
cat_data = category.map do |method_name, data| # For now ignore data
|
115
|
+
[method_name, instance.respond_to?(method_name)]
|
116
|
+
end
|
117
|
+
|
118
|
+
if cat_data.none? { |_name, reacts| reacts }
|
119
|
+
reactivity[category_name] = false
|
120
|
+
elsif cat_data.all? { |_name, reacts| reacts }
|
121
|
+
reactivity[category_name] = true
|
122
|
+
else
|
123
|
+
out = {}
|
124
|
+
cat_data.each do |name, reacts|
|
125
|
+
out[name] = reacts
|
126
|
+
end
|
127
|
+
reactivity[category_name] = out
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
reactivity
|
132
|
+
end
|
133
|
+
|
134
|
+
Shoes.app(title: "Shoes-splorer!") do
|
135
|
+
para "What Shoes methods are available?"
|
136
|
+
|
137
|
+
shoes_api_reactivity(self).flat_map do |category, cat_reacts|
|
138
|
+
if cat_reacts.respond_to?(:each)
|
139
|
+
para *(cat_reacts.flat_map do |name, reacts|
|
140
|
+
[reacts ? "o" : "x", code(name), " "]
|
141
|
+
end), stroke: :orange
|
142
|
+
elsif cat_reacts
|
143
|
+
# Whole category is true
|
144
|
+
para strong(" #{category}[Woot!] "), stroke: :green
|
145
|
+
else
|
146
|
+
# Whole category is false
|
147
|
+
para em(" xxx"), category.to_s, em("xxx "), stroke: :red
|
148
|
+
end
|
149
|
+
end
|
150
|
+
end
|
@@ -0,0 +1,73 @@
|
|
1
|
+
|
2
|
+
Shoes.app(title: 'Shoes Slides', width: 800, height: 600) do
|
3
|
+
$slides = [
|
4
|
+
{
|
5
|
+
title: 'Welcome to Shoes!',
|
6
|
+
content: 'Ah, yeah, Shoes!
|
7
|
+
Who said nobody knows Shoes? Well, let me introduce you to a feline expert in the art of Ruby Desktop GUI Libs.
|
8
|
+
|
9
|
+
Meet Professor Whiskers the renowned programmer cat! Not only does he know Shoes, but he\'s also a master of all things Ruby and desktop GUI!
|
10
|
+
|
11
|
+
if you\'re ready to learn Ruby Desktop GUI Libs with a touch of feline finesse, come join us on this whimsical adventure! Professor Whiskers guarantees a purr-fectly entertaining and enlightening experience, where every step forward is as delightful as a cat chasing a laser pointer.
|
12
|
+
|
13
|
+
Remember, in the world of programming, there\'s always room for humor, and Professor Whiskers is here to remind us that even the most serious tasks can be approached with a playful attitude. So, put on your coding slippers and let this extraordinary cat guide you through the marvelous world of Shoes Desktop GUI Libs!
|
14
|
+
|
15
|
+
Meow! join the discord server for more meows!
|
16
|
+
',
|
17
|
+
image: "https://img.freepik.com/premium-photo/funny-smart-cat-professor-with-glasses-illustration-generative-ai_845977-709.jpg?w=700&h=300"
|
18
|
+
},
|
19
|
+
{
|
20
|
+
title: 'Behold the teachings of Professor Whiskers! here\'s a shoes for you!',
|
21
|
+
content: 'Meow!',
|
22
|
+
image: "http://shoesrb.com/manual/static/shoes-icon.png"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
title: 'Path to englightenment',
|
26
|
+
content: 'Meowww meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow!',
|
27
|
+
}
|
28
|
+
]
|
29
|
+
|
30
|
+
stack do
|
31
|
+
$slides.each_with_index do |slide, index|
|
32
|
+
border black, strokewidth: 2 do
|
33
|
+
flow(margin: 10) do
|
34
|
+
para strong("Slide #{index + 1}: #{slide[:title]}"), margin_bottom: 10
|
35
|
+
para slide[:content]
|
36
|
+
image slide[:image]
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
button 'Previous Slide' do
|
43
|
+
prev_slide = self.slide_index - 1
|
44
|
+
prev_slide = $slides.length - 1 if prev_slide < 0
|
45
|
+
self.slide_index = prev_slide
|
46
|
+
end
|
47
|
+
|
48
|
+
button 'Next Slide' do
|
49
|
+
next_slide = self.slide_index + 1
|
50
|
+
next_slide = 0 if next_slide >= $slides.length
|
51
|
+
self.slide_index = next_slide
|
52
|
+
end
|
53
|
+
|
54
|
+
def slide_index
|
55
|
+
@slide_index ||= 0
|
56
|
+
end
|
57
|
+
|
58
|
+
def slide_index=(value)
|
59
|
+
@slide_index = value
|
60
|
+
update_slide
|
61
|
+
end
|
62
|
+
|
63
|
+
def update_slide
|
64
|
+
current_slide = $slides[self.slide_index]
|
65
|
+
@title.replace "Slide #{self.slide_index + 1}: #{current_slide[:title]}"
|
66
|
+
@content.replace current_slide[:content]
|
67
|
+
@image.replace current_slide[:image]
|
68
|
+
end
|
69
|
+
|
70
|
+
@title = para strong("Slide 1: #{$slides[0][:title]}"), margin_bottom: 10
|
71
|
+
@content = para $slides[0][:content]
|
72
|
+
@image = image($slides[0][:image])
|
73
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# This example is skipped on CI because it makes system calls
|
2
|
+
|
3
|
+
Shoes.app do
|
4
|
+
para "What do you want me to say?"
|
5
|
+
@phrase = edit_line("Soon it was a comet and, soon, a blazing monstrosity.", width: "100%")
|
6
|
+
|
7
|
+
all_voices = `say -v '?'`.lines.map(&:split).map(&:first).uniq.compact
|
8
|
+
@selected_voice = all_voices.first
|
9
|
+
@voice = para "🗣 #{@selected_voice}"
|
10
|
+
|
11
|
+
all_voices.each do |voice|
|
12
|
+
button voice do
|
13
|
+
@voice.replace "🗣 #{voice}"
|
14
|
+
@selected_voice = voice
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
@push = button "📣"
|
19
|
+
@push.click {
|
20
|
+
`say -v '#{@selected_voice}' #{@phrase.text}`
|
21
|
+
}
|
22
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
para "What do you want me to say?"
|
3
|
+
@phrase = edit_line("Soon it was a comet and, soon, a blazing monstrosity.", width: "100%")
|
4
|
+
|
5
|
+
all_voices = `say -v '?'`.lines.map(&:split).map(&:first).uniq.compact
|
6
|
+
@selected_voice = all_voices.first
|
7
|
+
@voice = para "🗣 #{@selected_voice}"
|
8
|
+
|
9
|
+
all_voices.each do |voice|
|
10
|
+
button voice do
|
11
|
+
@voice.replace "🗣 #{voice}"
|
12
|
+
@selected_voice = voice
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
@push = button "📣"
|
17
|
+
@push.click {
|
18
|
+
`say -v '#{@selected_voice}' #{@phrase.text}`
|
19
|
+
}
|
20
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
Shoes.app title: "Sleepless", width: 80, height: 120 do
|
2
|
+
@push = button "☕️"
|
3
|
+
@note = para "😪"
|
4
|
+
@push.click {
|
5
|
+
if @pid.nil?
|
6
|
+
if RUBY_PLATFORM =~ /darwin/
|
7
|
+
@pid = spawn("caffeinate -d")
|
8
|
+
elsif RUBY_PLATFORM =~ /linux/
|
9
|
+
@pid = spawn("xset s off -dpms")
|
10
|
+
elsif RUBY_PLATFORM =~ /win32|win64|\.NET/
|
11
|
+
@pid = spawn("powercfg -change -monitor-timeout-ac 0")
|
12
|
+
end
|
13
|
+
@note.replace "😳"
|
14
|
+
else
|
15
|
+
if RUBY_PLATFORM =~ /darwin/
|
16
|
+
system("kill #{@pid}")
|
17
|
+
elsif RUBY_PLATFORM =~ /linux/
|
18
|
+
system("kill -9 #{@pid}")
|
19
|
+
elsif RUBY_PLATFORM =~ /win32|win64|\.NET/
|
20
|
+
system("taskkill /pid #{@pid} /f")
|
21
|
+
end
|
22
|
+
@pid = nil
|
23
|
+
@note.replace "😪"
|
24
|
+
end
|
25
|
+
}
|
26
|
+
end
|
data/examples/slots.rb
CHANGED
data/examples/spacing.rb
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
Shoes.app(title: "Spacing") do
|
2
|
+
stack margin: 50 do
|
3
|
+
background "purple"
|
4
|
+
para "with 50px margin", stroke: "white"
|
5
|
+
end
|
6
|
+
stack margin: { left: 10, right: 10, bottom: 20 } do
|
7
|
+
background "red"
|
8
|
+
para "with 10px margin-left and margin-right, and 20px margin-bottom", stroke: "white"
|
9
|
+
end
|
10
|
+
stack margin: [15, 15, nil, 40] do
|
11
|
+
background "blue"
|
12
|
+
para "with 15px margin-left and margin-right, and 40px margin-bottom", stroke: "white"
|
13
|
+
end
|
14
|
+
stack margin_left: 20, margin_right: 30, margin_bottom: 10 do
|
15
|
+
background "green"
|
16
|
+
para "with 20px margin-left, 30px margin-right, and 10px margin-bottom", stroke: "white"
|
17
|
+
end
|
18
|
+
end
|
data/examples/span.rb
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
stack width: 0.33 do
|
3
|
+
background "purple"
|
4
|
+
button "a button"
|
5
|
+
end
|
6
|
+
stack width: 0.33 do
|
7
|
+
background "red".."green"
|
8
|
+
para "Red to green gradient"
|
9
|
+
end
|
10
|
+
stack width: 0.33 do
|
11
|
+
background "purple"
|
12
|
+
button "a button"
|
13
|
+
flow do
|
14
|
+
background "purple"
|
15
|
+
button "a button"
|
16
|
+
stack width: 0.33 do
|
17
|
+
background "purple"
|
18
|
+
button "a button"
|
19
|
+
button "a button"
|
20
|
+
end
|
21
|
+
stack width: 0.34 do
|
22
|
+
background "purple"
|
23
|
+
button "a button"
|
24
|
+
end
|
25
|
+
end
|
26
|
+
flow do
|
27
|
+
background "purple"
|
28
|
+
button "a button"
|
29
|
+
end
|
30
|
+
flow do
|
31
|
+
background "purple"
|
32
|
+
button "a button"
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
stack margin: 50 do
|
3
|
+
button "with 50px margin"
|
4
|
+
end
|
5
|
+
|
6
|
+
stack width: 0.5 do
|
7
|
+
button "50% width"
|
8
|
+
end
|
9
|
+
|
10
|
+
stack width: 80, height: 100 do
|
11
|
+
para "This para is in a stack that's 80px wide and 100px high"
|
12
|
+
end
|
13
|
+
|
14
|
+
stack width: -80 do
|
15
|
+
button "100% - 80px width"
|
16
|
+
end
|
17
|
+
|
18
|
+
flow do
|
19
|
+
stack width: 0.33 do
|
20
|
+
button "inside flow left 1/3"
|
21
|
+
end
|
22
|
+
|
23
|
+
stack width: 0.67 do
|
24
|
+
button "inside flow right 2/3"
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|