scarpe 0.1.0 → 0.2.1
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/scarpe-0.2.0.gem +0 -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 +601 -9
- data/lib/scarpe/container.rb +0 -10
- data/lib/scarpe/internal_app.rb +0 -46
@@ -0,0 +1,105 @@
|
|
1
|
+
# https://en.wikipedia.org/wiki/Farnsworth-Munsell_100_hue_test
|
2
|
+
|
3
|
+
SQUARES = 22
|
4
|
+
SQUARE_SIZE = 50
|
5
|
+
SQUARE_PADDING = 2
|
6
|
+
|
7
|
+
TITLE = "Farnsworth-Munsell 100 Hue Color Vision Test [COMPLETED %d%%]"
|
8
|
+
|
9
|
+
HUES = [
|
10
|
+
[[172, 118, 114], [143, 140, 74]],
|
11
|
+
[[143, 140, 74], [84, 151, 137]],
|
12
|
+
[[84, 151, 137], [128, 136, 165]],
|
13
|
+
[[128, 136, 165], [173, 119, 118]]
|
14
|
+
]
|
15
|
+
|
16
|
+
def generate_rgb(rgb_start, rgb_end, segments = 2)
|
17
|
+
rstep, gstep, bstep = 3.times.collect { |n|
|
18
|
+
rgb_start[n].to_f.step(
|
19
|
+
by: ((rgb_end[n] - rgb_start[n]) / (segments - 1).to_f),
|
20
|
+
to: rgb_end[n]
|
21
|
+
).to_a
|
22
|
+
}
|
23
|
+
|
24
|
+
segments.times.collect { |n| rgb(rstep[n].floor, gstep[n].floor, bstep[n].floor) }
|
25
|
+
end
|
26
|
+
|
27
|
+
Shoes.app(width: (SQUARE_SIZE + SQUARE_PADDING) * SQUARES + SQUARE_PADDING, height: (SQUARE_SIZE + SQUARE_PADDING) * HUES.size + SQUARE_PADDING, title: TITLE % 0, resizable: false) do
|
28
|
+
flow(top: SQUARE_PADDING, left: SQUARE_PADDING / 2, width: (SQUARE_SIZE + SQUARE_PADDING) * SQUARES) do
|
29
|
+
@hues = HUES.collect { |rgb_start, rgb_end| generate_rgb(rgb_start, rgb_end, SQUARES) }
|
30
|
+
@hues.collect { |n| [n.first, n[1..-2].shuffle, n.last].flatten }.each_with_index { |list, index|
|
31
|
+
SQUARES.times { |n|
|
32
|
+
(@r ||= []) << rect(left: (SQUARE_SIZE + SQUARE_PADDING) * n, top: (SQUARE_SIZE + SQUARE_PADDING) * ((n + (index * SQUARES)) / SQUARES), width: SQUARE_SIZE, height: SQUARE_SIZE)
|
33
|
+
@r.last.fill = @r.last.stroke = list[n]
|
34
|
+
}
|
35
|
+
}
|
36
|
+
end
|
37
|
+
@top_rect = rect(width: SQUARE_SIZE, height: SQUARE_SIZE).hide
|
38
|
+
|
39
|
+
motion do |left, top|
|
40
|
+
@top_rect.move(left - (@controller.width / 2), top - (@controller.height / 2)) unless @controller.nil?
|
41
|
+
end
|
42
|
+
|
43
|
+
@anim = animate(10) do |frame|
|
44
|
+
if 0 == frame % 5
|
45
|
+
set_window_title(TITLE % (@completed * 100 / @r.size)) unless @completed.nil?
|
46
|
+
if @highlight
|
47
|
+
@hues.flatten.each_with_index { |item, index|
|
48
|
+
@r[index].stroke = item.eql?(@r[index].fill) ? @r[index].fill : rgb(255, 0, 0)
|
49
|
+
}
|
50
|
+
else
|
51
|
+
@r.each { |n| n.stroke = n.fill }
|
52
|
+
end
|
53
|
+
end
|
54
|
+
if @success
|
55
|
+
5.times {
|
56
|
+
a, b = rand(@r.size), rand(@r.size)
|
57
|
+
@r[a].fill, @r[b].fill = @r[b].fill, @r[a].fill
|
58
|
+
}
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
keypress do |k|
|
63
|
+
@highlight ^= true if k.eql?("h")
|
64
|
+
end
|
65
|
+
|
66
|
+
start do
|
67
|
+
@highlight = false
|
68
|
+
@r.each_with_index { |n, skip|
|
69
|
+
next if 0 == skip % SQUARES or (SQUARES - 1) == (skip % SQUARES)
|
70
|
+
n.click do |btn, left, top|
|
71
|
+
if @success
|
72
|
+
set_window_title(TITLE % (@completed = 0))
|
73
|
+
@hues.collect { |n| [n.first, n[1..-2].shuffle, n.last].flatten }.flatten.each_with_index { |item, index|
|
74
|
+
@r[index].fill = @r[index].stroke = item
|
75
|
+
}
|
76
|
+
@success = false
|
77
|
+
@top_rect.hide unless @top_rect.nil?
|
78
|
+
@controller = nil
|
79
|
+
next
|
80
|
+
end
|
81
|
+
|
82
|
+
unless @controller.nil?
|
83
|
+
if n.top.eql?(@controller.top)
|
84
|
+
n.fill, @controller.fill = @controller.fill, n.fill
|
85
|
+
n.stroke, @controller.stroke = @controller.stroke, n.stroke
|
86
|
+
|
87
|
+
@top_rect.hide
|
88
|
+
@controller = nil
|
89
|
+
end
|
90
|
+
else
|
91
|
+
@controller = n
|
92
|
+
@top_rect.left, @top_rect.top = n.left, n.top
|
93
|
+
@top_rect.fill, @top_rect.stroke = n.fill, n.stroke
|
94
|
+
@top_rect.show
|
95
|
+
end
|
96
|
+
|
97
|
+
@success = true
|
98
|
+
@completed = 0
|
99
|
+
@hues.flatten.each_with_index { |item, index|
|
100
|
+
item.eql?(@r[index].fill) ? @completed += 1 : @success = false
|
101
|
+
}
|
102
|
+
end
|
103
|
+
}
|
104
|
+
end
|
105
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Shoes.app(:title => "Expert curve_to animation", :resizable => false) do
|
2
|
+
xy = [
|
3
|
+
[app.slot.width / 6, -app.slot.height],
|
4
|
+
[app.slot.width / 6, app.slot.height / 2],
|
5
|
+
[app.slot.width / 6, app.slot.height + 50]
|
6
|
+
]
|
7
|
+
colors = [
|
8
|
+
rgb(49, 156, 0, 0.35),
|
9
|
+
rgb(255, 255, 255, 0.35),
|
10
|
+
rgb(222, 33, 16, 0.35)
|
11
|
+
]
|
12
|
+
|
13
|
+
@waves = stack :top => 0, :left => 0
|
14
|
+
animate(8) { |ani|
|
15
|
+
a = Math.sin(ani * 0.02) * 8
|
16
|
+
@waves.clear do
|
17
|
+
nofill
|
18
|
+
strokewidth app.slot.width / 3
|
19
|
+
6.times { |i|
|
20
|
+
colors.each_with_index { |color, n|
|
21
|
+
shape do
|
22
|
+
v = 4.times.collect { rand(0.1) * 100 > 50 ? +1 : -1 }
|
23
|
+
move_to (dx = n * app.slot.width / 3) + xy[n][0] + (v[0] * i * a * 0.8), xy[0][1]
|
24
|
+
stroke color
|
25
|
+
curve_to dx + xy[0][0] + (v[1] * i * a), xy[0][1], dx + xy[1][0] + (v[2] * i * a * 2), xy[1][1], dx + xy[2][0] + (v[3] * i * a), xy[2][1]
|
26
|
+
end
|
27
|
+
}
|
28
|
+
}
|
29
|
+
end
|
30
|
+
}
|
31
|
+
end
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# https://github.com/casparjones/First-Ruby-Steps/blob/master/shoes-samples/simple-curve.rb
|
2
|
+
# http://www.cairographics.org/samples/curve_to/
|
3
|
+
|
4
|
+
# curve_to with visible control points.
|
5
|
+
# The ovals represent the control points.
|
6
|
+
Shoes.app(title: "Expert curve_to control points", width: 500, height: 400) do
|
7
|
+
xy = [
|
8
|
+
[self.width / 8, self.height / 2],
|
9
|
+
[self.width / 8 * 3, self.height / 4 * 3],
|
10
|
+
[self.width / 8 * 4, self.height / 4],
|
11
|
+
[self.width / 8 * 7, self.height / 2]
|
12
|
+
]
|
13
|
+
|
14
|
+
para "click and drag control points..."
|
15
|
+
fill green(0.2)
|
16
|
+
move_to *xy[0]
|
17
|
+
|
18
|
+
@controller = nil
|
19
|
+
xy.each { |n|
|
20
|
+
(@controllers ||= []) << oval(:left => n[0], :top => n[1], :radius => 10, :center => true)
|
21
|
+
}
|
22
|
+
@controllers.each { |n|
|
23
|
+
n.click do |btn, left, top|
|
24
|
+
n.style :fill => red
|
25
|
+
@controller = n
|
26
|
+
end
|
27
|
+
n.release do |btn, left, top|
|
28
|
+
n.style :fill => green(0.2)
|
29
|
+
@controller = nil
|
30
|
+
end
|
31
|
+
}
|
32
|
+
|
33
|
+
motion do |left, top|
|
34
|
+
unless @controller.nil?
|
35
|
+
xy[@controllers.index(@controller)] = left, top
|
36
|
+
@controller.left, @controller.top = left, top
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
@stack = stack :top => 0, :left => 0
|
41
|
+
|
42
|
+
animate(10) do
|
43
|
+
@stack.clear do
|
44
|
+
fill red(0.2)
|
45
|
+
shape do
|
46
|
+
move_to *xy[0]
|
47
|
+
curve_to *xy[1], *xy[2], *xy[3]
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
require("observer")
|
2
|
+
|
3
|
+
class Items
|
4
|
+
include Observable
|
5
|
+
|
6
|
+
def initialize(array)
|
7
|
+
@array = array
|
8
|
+
end
|
9
|
+
|
10
|
+
def method_missing(meth, *args, &block)
|
11
|
+
@array.send(meth, *args, &block)
|
12
|
+
changed
|
13
|
+
notify_observers(@array, meth, *args, &block)
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
class CustomListBox < Shoes::Widget
|
18
|
+
attr_accessor :items
|
19
|
+
|
20
|
+
def initialize(options = {}, &block)
|
21
|
+
@lb = list_box options, &block
|
22
|
+
@items = Items.new(@lb.items)
|
23
|
+
@items.add_observer(self)
|
24
|
+
end
|
25
|
+
|
26
|
+
def method_missing(meth, *args, &block)
|
27
|
+
if @lb.respond_to? meth
|
28
|
+
@lb.send(meth, *args, &block)
|
29
|
+
else
|
30
|
+
super
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
def update(array, *call)
|
35
|
+
@lb.items = array
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
Shoes.app {
|
40
|
+
@p = para "Any selection?"
|
41
|
+
@l = custom_list_box :items => ["first", "second"], :choose => "first" do |n|
|
42
|
+
@p.replace "Selection is #{n.text}."
|
43
|
+
end
|
44
|
+
@e = edit_line
|
45
|
+
|
46
|
+
button "ok" do
|
47
|
+
@l.items << @e.text
|
48
|
+
end
|
49
|
+
|
50
|
+
button "collect" do
|
51
|
+
@l.items.collect! { |n| n.reverse }
|
52
|
+
end
|
53
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
Shoes.app :title => "Dictionary, powered by Definr", :width => 370, :height => 320 do
|
2
|
+
stack do
|
3
|
+
background red, :height => 60
|
4
|
+
flow :margin => 20 do
|
5
|
+
caption "Define: ", :stroke => white
|
6
|
+
@lookup = edit_line
|
7
|
+
button "Go" do
|
8
|
+
download "http://definr.com/definr/show/#{@lookup.text}" do |dl|
|
9
|
+
doc = dl.response.body.gsub(' ', ' ').
|
10
|
+
gsub(%r!(</a>|<br />|<a href.+?>)!, '').
|
11
|
+
gsub(%r!\(http://.+?\)!, '').strip
|
12
|
+
title, doc = doc.split(/\n+/, 2)
|
13
|
+
@deft.replace title
|
14
|
+
@defn.replace doc
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
stack :margin => 20 do
|
19
|
+
@deft = subtitle "", :margin => 10
|
20
|
+
@defn = para ""
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# This example tries Nokogiri (used in Shoes 4)
|
2
|
+
require 'nokogiri'
|
3
|
+
|
4
|
+
class Comic
|
5
|
+
attr_reader :rss, :title
|
6
|
+
|
7
|
+
def initialize(body)
|
8
|
+
@rss = Nokogiri::XML(body)
|
9
|
+
@title = @rss.at("//channel/title").inner_text
|
10
|
+
end
|
11
|
+
|
12
|
+
def items
|
13
|
+
@rss.search("//channel/item")
|
14
|
+
end
|
15
|
+
|
16
|
+
def latest_image
|
17
|
+
@rss.search("//channel/item").first.inner_html.scan(/src="([^"]+\.\w+)"/).first
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
Shoes.app width: 800, height: 600 do
|
22
|
+
background "#555"
|
23
|
+
|
24
|
+
@title = "Web Funnies"
|
25
|
+
@feeds = [
|
26
|
+
"http://xkcd.com/rss.xml",
|
27
|
+
# No longer contains images
|
28
|
+
#"http://feedproxy.google.com/DilbertDailyStrip?format=xml",
|
29
|
+
# debug
|
30
|
+
#"http://www.smbc-comics.com/rss.php",
|
31
|
+
#"http://www.daybydaycartoon.com/index.xml",
|
32
|
+
#"http://www.questionablecontent.net/QCRSS.xml",
|
33
|
+
#"http://indexed.blogspot.com/feeds/posts/default?alt=rss"
|
34
|
+
]
|
35
|
+
|
36
|
+
stack margin: 10 do
|
37
|
+
title strong(@title), align: "center", stroke: "#DFA", margin: 0
|
38
|
+
para "(loaded from RSS feeds)", align: "center", stroke: "#DFA",
|
39
|
+
margin: 0
|
40
|
+
|
41
|
+
@feeds.each do |feed|
|
42
|
+
download feed do |dl|
|
43
|
+
stack width: "100%", margin: 10, border: 1 do
|
44
|
+
# Fall back to Shoes 3 syntax if necessary
|
45
|
+
body = dl.respond_to?(:read) ? dl.read : dl.response.body
|
46
|
+
c = Comic.new body
|
47
|
+
stack margin_right: gutter do
|
48
|
+
background "#333", curve: 4
|
49
|
+
caption c.title, stroke: "#CD9", margin: 4
|
50
|
+
end
|
51
|
+
image c.latest_image.first, margin: 8
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,267 @@
|
|
1
|
+
#
|
2
|
+
# Shoes Minesweeper by que/varyform
|
3
|
+
#
|
4
|
+
LEVELS = { :beginner => [9, 9, 10], :intermediate => [16, 16, 40], :expert => [30, 16, 99] }
|
5
|
+
|
6
|
+
class Field
|
7
|
+
CELL_SIZE = 20
|
8
|
+
COLORS = %w(#00A #0A0 #A00 #004 #040 #400 #000)
|
9
|
+
|
10
|
+
class Cell
|
11
|
+
attr_accessor :flag
|
12
|
+
def initialize(aflag = false)
|
13
|
+
@flag = aflag
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
class Bomb < Cell
|
18
|
+
attr_accessor :exploded
|
19
|
+
def initialize(exploded = false)
|
20
|
+
@exploded = exploded
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
class OpenCell < Cell
|
25
|
+
attr_accessor :number
|
26
|
+
def initialize(bombs_around = 0)
|
27
|
+
@number = bombs_around
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
class EmptyCell < Cell; end
|
32
|
+
|
33
|
+
attr_reader :cell_size, :offset
|
34
|
+
|
35
|
+
def initialize(app, level = :beginner)
|
36
|
+
@app = app
|
37
|
+
@field = []
|
38
|
+
@w, @h, @bombs = LEVELS[level][0], LEVELS[level][1], LEVELS[level][2]
|
39
|
+
@h.times { @field << Array.new(@w) { EmptyCell.new } }
|
40
|
+
@game_over = false
|
41
|
+
@width, @height, @cell_size = @w * CELL_SIZE, @h * CELL_SIZE, CELL_SIZE
|
42
|
+
@offset = [(@app.width - @width.to_i) / 2, (@app.height - @height.to_i) / 2]
|
43
|
+
plant_bombs
|
44
|
+
@start_time = Time.now
|
45
|
+
end
|
46
|
+
|
47
|
+
def total_time
|
48
|
+
@latest_time = Time.now - @start_time unless game_over? || all_found?
|
49
|
+
@latest_time
|
50
|
+
end
|
51
|
+
|
52
|
+
def click!(x, y)
|
53
|
+
return unless cell_exists?(x, y)
|
54
|
+
return if has_flag?(x, y)
|
55
|
+
return die!(x, y) if bomb?(x, y)
|
56
|
+
open(x, y)
|
57
|
+
discover(x, y) if bombs_around(x, y) == 0
|
58
|
+
end
|
59
|
+
|
60
|
+
def flag!(x, y)
|
61
|
+
return unless cell_exists?(x, y)
|
62
|
+
self[x, y].flag = !self[x, y].flag unless self[x, y].is_a?(OpenCell)
|
63
|
+
end
|
64
|
+
|
65
|
+
def game_over?
|
66
|
+
@game_over
|
67
|
+
end
|
68
|
+
|
69
|
+
def render_cell(x, y, color = "#AAA", stroke = true)
|
70
|
+
@app.stroke "#666" if stroke
|
71
|
+
@app.fill color
|
72
|
+
@app.rect x*cell_size, y*cell_size, cell_size-1, cell_size-1
|
73
|
+
@app.stroke "#BBB" if stroke
|
74
|
+
@app.line x*cell_size+1, y*cell_size+1, x*cell_size+cell_size-1, y*cell_size
|
75
|
+
@app.line x*cell_size+1, y*cell_size+1, x*cell_size, y*cell_size+cell_size-1
|
76
|
+
end
|
77
|
+
|
78
|
+
def render_flag(x, y)
|
79
|
+
@app.stroke "#000"
|
80
|
+
@app.line(x*cell_size+cell_size / 4 + 1, y*cell_size + cell_size / 5, x*cell_size+cell_size / 4 + 1, y*cell_size+cell_size / 5 * 4)
|
81
|
+
@app.fill "#A00"
|
82
|
+
@app.rect(x*cell_size+cell_size / 4+2, y*cell_size + cell_size / 5,
|
83
|
+
cell_size / 3, cell_size / 4)
|
84
|
+
end
|
85
|
+
|
86
|
+
def render_bomb(x, y)
|
87
|
+
render_cell(x, y)
|
88
|
+
if (game_over? or all_found?) then # draw bomb
|
89
|
+
if self[x, y].exploded then
|
90
|
+
render_cell(x, y, @app.rgb(0xFF, 0, 0, 0.5))
|
91
|
+
end
|
92
|
+
@app.nostroke
|
93
|
+
@app.fill @app.rgb(0, 0, 0, 0.8)
|
94
|
+
@app.oval(x*cell_size+3, y*cell_size+3, 13)
|
95
|
+
@app.fill "#333"
|
96
|
+
@app.oval(x*cell_size+5, y*cell_size+5, 7)
|
97
|
+
@app.fill "#AAA"
|
98
|
+
@app.oval(x*cell_size+6, y*cell_size+6, 3)
|
99
|
+
@app.fill @app.rgb(0, 0, 0, 0.8)
|
100
|
+
@app.stroke "#222"
|
101
|
+
@app.strokewidth 2
|
102
|
+
@app.oval(x*cell_size + cell_size / 2 + 2, y*cell_size + cell_size / 4 - 2, 2)
|
103
|
+
@app.oval(x*cell_size + cell_size / 2 + 4, y*cell_size + cell_size / 4 - 2, 1)
|
104
|
+
@app.strokewidth 1
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
def render_number(x, y)
|
109
|
+
render_cell(x, y, "#999", false)
|
110
|
+
if self[x, y].number != 0 then
|
111
|
+
@app.nostroke
|
112
|
+
@app.para self[x, y].number.to_s, :left => x*cell_size + 3, :top => y*cell_size - 2,
|
113
|
+
:font => '13px', :stroke => COLORS[self[x, y].number - 1]
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
def paint
|
118
|
+
0.upto @h-1 do |y|
|
119
|
+
0.upto @w-1 do |x|
|
120
|
+
@app.nostroke
|
121
|
+
case self[x, y]
|
122
|
+
when EmptyCell then render_cell(x, y)
|
123
|
+
when Bomb then render_bomb(x, y)
|
124
|
+
when OpenCell then render_number(x, y)
|
125
|
+
end
|
126
|
+
render_flag(x, y) if has_flag?(x, y) && !(game_over? && bomb?(x, y))
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
def bombs_left
|
132
|
+
@bombs - @field.flatten.compact.reject {|e| !e.flag }.size
|
133
|
+
end
|
134
|
+
|
135
|
+
def all_found?
|
136
|
+
@field.flatten.compact.reject {|e| !e.is_a?(OpenCell) }.size + @bombs == @w*@h
|
137
|
+
end
|
138
|
+
|
139
|
+
def reveal!(x, y)
|
140
|
+
return unless cell_exists?(x, y)
|
141
|
+
return unless self[x, y].is_a?(Field::OpenCell)
|
142
|
+
if flags_around(x, y) >= self[x, y].number then
|
143
|
+
(-1..1).each do |v|
|
144
|
+
(-1..1).each { |h| click!(x+h, y+v) unless (v==0 && h==0) or has_flag?(x+h, y+v) }
|
145
|
+
end
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
private
|
150
|
+
|
151
|
+
def cell_exists?(x, y)
|
152
|
+
((0...@w).include? x) && ((0...@h).include? y)
|
153
|
+
end
|
154
|
+
|
155
|
+
def has_flag?(x, y)
|
156
|
+
return false unless cell_exists?(x, y)
|
157
|
+
return self[x, y].flag
|
158
|
+
end
|
159
|
+
|
160
|
+
def bomb?(x, y)
|
161
|
+
cell_exists?(x, y) && (self[x, y].is_a? Bomb)
|
162
|
+
end
|
163
|
+
|
164
|
+
def can_be_discovered?(x, y)
|
165
|
+
return false unless cell_exists?(x, y)
|
166
|
+
return false if self[x, y].flag
|
167
|
+
cell_exists?(x, y) && (self[x, y].is_a? EmptyCell) && !bomb?(x, y) && (bombs_around(x, y) == 0)
|
168
|
+
end
|
169
|
+
|
170
|
+
def open(x, y)
|
171
|
+
self[x, y] = OpenCell.new(bombs_around(x, y)) unless (self[x, y].is_a? OpenCell) or has_flag?(x, y)
|
172
|
+
end
|
173
|
+
|
174
|
+
def neighbors
|
175
|
+
(-1..1).each do |col|
|
176
|
+
(-1..1).each { |row| yield row, col unless col==0 && row == 0 }
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
def discover(x, y)
|
181
|
+
open(x, y)
|
182
|
+
neighbors do |col, row|
|
183
|
+
cx, cy = x+row, y+col
|
184
|
+
next unless cell_exists?(cx, cy)
|
185
|
+
discover(cx, cy) if can_be_discovered?(cx, cy)
|
186
|
+
open(cx, cy)
|
187
|
+
end
|
188
|
+
end
|
189
|
+
|
190
|
+
def count_neighbors
|
191
|
+
return 0 unless block_given?
|
192
|
+
count = 0
|
193
|
+
neighbors { |h, v| count += 1 if yield(h, v) }
|
194
|
+
count
|
195
|
+
end
|
196
|
+
|
197
|
+
def bombs_around(x, y)
|
198
|
+
count_neighbors { |v, h| bomb?(x+h, y+v) }
|
199
|
+
end
|
200
|
+
|
201
|
+
def flags_around(x, y)
|
202
|
+
count_neighbors { |v, h| has_flag?(x+h, y+v) }
|
203
|
+
end
|
204
|
+
|
205
|
+
def die!(x, y)
|
206
|
+
self[x, y].exploded = true
|
207
|
+
@game_over = true
|
208
|
+
end
|
209
|
+
|
210
|
+
def plant_bomb(x, y)
|
211
|
+
self[x, y].is_a?(EmptyCell) ? self[x, y] = Bomb.new : false
|
212
|
+
end
|
213
|
+
|
214
|
+
def plant_bombs
|
215
|
+
@bombs.times { redo unless plant_bomb(rand(@w), rand(@h)) }
|
216
|
+
end
|
217
|
+
|
218
|
+
def [](*args)
|
219
|
+
x, y = args
|
220
|
+
raise "Cell #{x}:#{y} does not exists!" unless cell_exists?(x, y)
|
221
|
+
@field[y][x]
|
222
|
+
end
|
223
|
+
|
224
|
+
def []=(*args)
|
225
|
+
x, y, v = args
|
226
|
+
cell_exists?(x, y) ? @field[y][x] = v : false
|
227
|
+
end
|
228
|
+
end
|
229
|
+
|
230
|
+
Shoes.app :width => 730, :height => 450, :title => 'Minesweeper' do
|
231
|
+
def render_field
|
232
|
+
clear do
|
233
|
+
background rgb(50, 50, 90, 0.7)
|
234
|
+
flow :margin => 4 do
|
235
|
+
button("Beginner") { new_game :beginner }
|
236
|
+
button("Intermediate") { new_game :intermediate }
|
237
|
+
button("Expert") { new_game :expert }
|
238
|
+
end
|
239
|
+
stack do @status = para :stroke => white end
|
240
|
+
@field.paint
|
241
|
+
para "Left click - open cell, right click - put flag, middle click - reveal empty cells", :top => 420, :left => 0, :stroke => white, :font => "11px"
|
242
|
+
end
|
243
|
+
end
|
244
|
+
|
245
|
+
def new_game level
|
246
|
+
@field = Field.new self, level
|
247
|
+
translate -@old_offset.first, -@old_offset.last unless @old_offset.nil?
|
248
|
+
translate @field.offset.first, @field.offset.last
|
249
|
+
@old_offset = @field.offset
|
250
|
+
render_field
|
251
|
+
end
|
252
|
+
|
253
|
+
new_game :beginner
|
254
|
+
animate(5) { @status.replace "Time: #{@field.total_time.to_i} Bombs left: #{@field.bombs_left}" }
|
255
|
+
|
256
|
+
click do |button, x, y|
|
257
|
+
next if @field.game_over? || @field.all_found?
|
258
|
+
fx, fy = ((x-@field.offset.first) / @field.cell_size).to_i, ((y-@field.offset.last) / @field.cell_size).to_i
|
259
|
+
@field.click!(fx, fy) if button == 1
|
260
|
+
@field.flag!(fx, fy) if button == 2
|
261
|
+
@field.reveal!(fx, fy) if button == 3
|
262
|
+
|
263
|
+
render_field
|
264
|
+
alert("Winner!\nTotal time: #{@field.total_time}") if @field.all_found?
|
265
|
+
alert("Bang!\nYou loose.") if @field.game_over?
|
266
|
+
end
|
267
|
+
end
|