lacci 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -2
- data/Gemfile.lock +72 -0
- data/Rakefile +1 -4
- data/lib/lacci/scarpe_cli.rb +70 -0
- data/lib/lacci/scarpe_core.rb +21 -0
- data/lib/lacci/version.rb +13 -0
- data/lib/shoes/app.rb +91 -14
- data/lib/{scarpe → shoes}/background.rb +1 -1
- data/lib/{scarpe → shoes}/border.rb +1 -1
- data/lib/{scarpe → shoes}/colors.rb +1 -1
- data/lib/shoes/constants.rb +5 -2
- data/lib/{scarpe → shoes}/display_service.rb +8 -9
- data/lib/{scarpe → shoes}/download.rb +5 -5
- data/lib/shoes/log.rb +71 -0
- data/lib/{scarpe → shoes}/spacing.rb +1 -1
- data/lib/shoes/widget.rb +28 -19
- data/lib/{scarpe → shoes/widgets}/alert.rb +2 -2
- data/lib/{scarpe → shoes/widgets}/arc.rb +6 -4
- data/lib/{scarpe → shoes/widgets}/button.rb +2 -2
- data/lib/shoes/widgets/check.rb +28 -0
- data/lib/{scarpe → shoes/widgets}/document_root.rb +3 -3
- data/lib/{scarpe → shoes/widgets}/edit_box.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/edit_line.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/flow.rb +6 -2
- data/lib/{scarpe → shoes/widgets}/font.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/image.rb +2 -8
- data/lib/shoes/widgets/line.rb +18 -0
- data/lib/{scarpe → shoes/widgets}/link.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/list_box.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/para.rb +1 -25
- data/lib/shoes/widgets/radio.rb +35 -0
- data/lib/shoes/widgets/shape.rb +37 -0
- data/lib/shoes/widgets/slot.rb +75 -0
- data/lib/{scarpe → shoes/widgets}/span.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/stack.rb +5 -1
- data/lib/{scarpe → shoes/widgets}/star.rb +5 -8
- data/lib/{scarpe → shoes/widgets}/subscription_item.rb +1 -1
- data/lib/shoes/{text_widget.rb → widgets/text_widget.rb} +2 -3
- data/lib/{scarpe → shoes/widgets}/video.rb +1 -1
- data/lib/shoes/widgets.rb +29 -0
- data/lib/shoes.rb +71 -9
- metadata +38 -555
- data/.rubocop.yml +0 -85
- data/.ruby-version +0 -1
- data/.vscode/extensions.json +0 -5
- data/.yardopts +0 -12
- data/CHANGELOG.md +0 -19
- data/CODE_OF_CONDUCT.md +0 -84
- data/CONTRIBUTING.md +0 -20
- data/LICENSE.txt +0 -21
- data/README.md +0 -178
- data/bin/console +0 -15
- data/bin/setup +0 -8
- data/dev.yml +0 -7
- data/docs/static/PKGBUILD +0 -47
- data/docs/static/Shoes.icns +0 -0
- data/docs/static/avatar.png +0 -0
- data/docs/static/code_highlighter.js +0 -188
- data/docs/static/code_highlighter_ruby.js +0 -26
- 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 +0 -3529
- data/docs/static/manual-ja.txt +0 -2829
- data/docs/static/manual.css +0 -171
- data/docs/static/manual.md +0 -3528
- 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 +0 -375
- data/docs/static/stubs/cocoa-install +0 -0
- data/docs/static/stubs/sh-install +0 -49
- 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/docs/yard/catscradle.md +0 -44
- data/docs/yard/template/default/fulldoc/html/setup.rb +0 -13
- data/docs/yard/template/default/layout/html/setup.rb +0 -9
- data/examples/backdround_with_image.rb +0 -16
- data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +0 -478
- data/examples/bloopsaphone/working/b1.rb +0 -64
- data/examples/bloopsaphone/working/b2.rb +0 -36
- data/examples/bloopsaphone/working/bloops_test.rb +0 -41
- data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +0 -31
- data/examples/bloopsaphone/working/feepogram.rb +0 -67
- data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +0 -14
- data/examples/bloopsaphone/working/tune_cheeky_drat.rb +0 -210
- data/examples/button.rb +0 -10
- data/examples/button_alert.rb +0 -6
- data/examples/button_go_away.rb +0 -6
- data/examples/button_with_position_and_size.rb +0 -7
- data/examples/coffee.rb +0 -14
- data/examples/download.rb +0 -5
- data/examples/download_and_show_image.rb +0 -28
- data/examples/edit_box.rb +0 -8
- data/examples/edit_line.rb +0 -8
- data/examples/fill.rb +0 -25
- data/examples/flow.rb +0 -11
- data/examples/fonts.rb +0 -6
- data/examples/gen.rb +0 -140
- data/examples/get_headers.rb +0 -10
- data/examples/hello_world.rb +0 -3
- data/examples/highlander.rb +0 -87
- data/examples/image/clickable_image.rb +0 -5
- data/examples/image/image.rb +0 -3
- data/examples/image/image_size.rb +0 -7
- data/examples/image/image_with_position_and_size.rb +0 -3
- data/examples/info.rb +0 -9
- data/examples/legacy/not_checked/expert/colours.rb +0 -105
- data/examples/legacy/not_checked/expert/curve-animation.rb +0 -31
- data/examples/legacy/not_checked/expert/curve-control-point.rb +0 -51
- data/examples/legacy/not_checked/expert/custom-list-box.rb +0 -53
- data/examples/legacy/not_checked/expert/definr.rb +0 -23
- data/examples/legacy/not_checked/expert/funnies.rb +0 -56
- data/examples/legacy/not_checked/expert/minesweeper.rb +0 -267
- data/examples/legacy/not_checked/expert/othello.rb +0 -318
- data/examples/legacy/not_checked/expert/pong.rb +0 -62
- data/examples/legacy/not_checked/expert/tankspank.rb +0 -385
- data/examples/legacy/not_checked/expert/tooltips.rb +0 -45
- data/examples/legacy/not_checked/expert/url.rb +0 -37
- data/examples/legacy/not_checked/expert/video-player.rb +0 -256
- data/examples/legacy/not_checked/good/_why-stories.rb +0 -44
- data/examples/legacy/not_checked/good/_why-stories.yaml +0 -387
- data/examples/legacy/not_checked/good/arc.rb +0 -37
- data/examples/legacy/not_checked/good/cardflip.rb +0 -141
- data/examples/legacy/not_checked/good/clock.rb +0 -51
- data/examples/legacy/not_checked/good/console.rb +0 -21
- data/examples/legacy/not_checked/good/follow.rb +0 -26
- data/examples/legacy/not_checked/good/image-rotate.rb +0 -14
- data/examples/legacy/not_checked/good/paris.svg +0 -7236
- data/examples/legacy/not_checked/good/path-animation.rb +0 -46
- data/examples/legacy/not_checked/good/plots.rb +0 -100
- data/examples/legacy/not_checked/good/reminder.rb +0 -174
- data/examples/legacy/not_checked/good/svgview.rb +0 -113
- data/examples/legacy/not_checked/good/vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-contrib/.gitignore +0 -2
- data/examples/legacy/not_checked/shoes-contrib/README.md +0 -34
- data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +0 -59
- data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +0 -31
- data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +0 -27
- data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +0 -12
- data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +0 -34
- data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +0 -18
- data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +0 -18
- data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/app/download.rb +0 -10
- data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +0 -23
- data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +0 -15
- data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +0 -43
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +0 -387
- data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +0 -14
- data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +0 -19
- data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +0 -32
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +0 -16
- data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/browser.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +0 -15
- data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +0 -10
- data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +0 -9
- data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +0 -51
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +0 -112
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +0 -319
- data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +0 -37
- data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +0 -51
- data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +0 -174
- data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +0 -9
- data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +0 -75
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +0 -23
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +0 -70
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +0 -29
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +0 -27
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +0 -31
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +0 -35
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +0 -29
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +0 -45
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +0 -4
- data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +0 -243
- data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +0 -319
- data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +0 -51
- data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +0 -174
- data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +0 -75
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +0 -23
- data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +0 -24
- data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +0 -70
- data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +0 -24
- data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +0 -29
- data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +0 -21
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +0 -31
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +0 -35
- data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +0 -29
- data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +0 -45
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +0 -13
- data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
- data/examples/legacy/not_checked/shoes3-tests/button/button.rb +0 -53
- data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +0 -41
- data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +0 -24
- data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +0 -34
- data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +0 -11
- data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +0 -12
- data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +0 -11
- data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +0 -5
- data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +0 -30
- data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +0 -21
- data/examples/legacy/not_checked/shoes3-tests/decoration.rb +0 -14
- data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +0 -6
- data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +0 -6
- data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +0 -36
- data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +0 -27
- data/examples/legacy/not_checked/shoes3-tests/events/button.rb +0 -32
- data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +0 -40
- data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +0 -57
- data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +0 -47
- data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +0 -8
- data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +0 -26
- data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +0 -46
- data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +0 -44
- data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +0 -65
- data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +0 -17
- data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +0 -60
- data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +0 -38
- data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +0 -56
- data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +0 -46
- data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +0 -22
- data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +0 -34
- data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +0 -33
- data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +0 -8
- data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +0 -25
- data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +0 -103
- data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +0 -41
- data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +0 -42
- data/examples/legacy/not_checked/shoes3-tests/opacity.rb +0 -13
- data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +0 -5219
- data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +0 -5219
- data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +0 -73
- data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +0 -47
- data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +0 -35
- data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +0 -31
- data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +0 -35
- data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +0 -37
- data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +0 -219
- data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +0 -29
- data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +0 -18
- data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +0 -32
- data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +0 -9
- data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +0 -14
- data/examples/legacy/not_checked/shoes3-tests/spinner.rb +0 -15
- data/examples/legacy/not_checked/shoes3-tests/svg.rb +0 -208
- data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +0 -28
- data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +0 -17
- data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +0 -27
- data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +0 -65
- data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +0 -50
- data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +0 -31
- data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +0 -138
- data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +0 -228
- data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +0 -186
- data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +0 -242
- data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +0 -21
- data/examples/legacy/not_checked/simple/accordion.rb +0 -81
- data/examples/legacy/not_checked/simple/anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/simple/anim-text.rb +0 -13
- data/examples/legacy/not_checked/simple/arc.rb +0 -23
- data/examples/legacy/not_checked/simple/bounce.rb +0 -24
- data/examples/legacy/not_checked/simple/chipmunk.rb +0 -26
- data/examples/legacy/not_checked/simple/control-sizes.rb +0 -24
- data/examples/legacy/not_checked/simple/curve-control-points.rb +0 -24
- data/examples/legacy/not_checked/simple/curve.rb +0 -26
- data/examples/legacy/not_checked/simple/dialogs.rb +0 -29
- data/examples/legacy/not_checked/simple/downloader.rb +0 -40
- data/examples/legacy/not_checked/simple/downloader1.rb +0 -31
- data/examples/legacy/not_checked/simple/draw.rb +0 -13
- data/examples/legacy/not_checked/simple/editor.rb +0 -28
- data/examples/legacy/not_checked/simple/form.rb +0 -30
- data/examples/legacy/not_checked/simple/image.rb +0 -21
- data/examples/legacy/not_checked/simple/info.rb +0 -78
- data/examples/legacy/not_checked/simple/mask.rb +0 -21
- data/examples/legacy/not_checked/simple/mask2.rb +0 -27
- data/examples/legacy/not_checked/simple/menu.rb +0 -31
- data/examples/legacy/not_checked/simple/menu1.rb +0 -35
- data/examples/legacy/not_checked/simple/slide.rb +0 -45
- data/examples/legacy/not_checked/simple/sphere.rb +0 -28
- data/examples/legacy/not_checked/superleg.rb +0 -244
- data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +0 -24
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +0 -7
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +0 -7
- data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +0 -8
- data/examples/legacy/working/shoes-contrib/basic/intro.rb +0 -20
- data/examples/legacy/working/shoes-contrib/basic/two-column.rb +0 -12
- data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +0 -6
- data/examples/legacy/working/shoes-contrib/kernel/alert.rb +0 -3
- data/examples/legacy/working/simple/calc.rb +0 -71
- data/examples/legacy/working/simple/sqlite3.rb +0 -27
- data/examples/legacy/working/simple/timer.rb +0 -13
- data/examples/line.rb +0 -5
- data/examples/link.rb +0 -20
- data/examples/list_box.rb +0 -8
- data/examples/local_fonts.rb +0 -4
- data/examples/local_images.rb +0 -4
- data/examples/motion_events.rb +0 -20
- data/examples/para/collection_of_arguments.rb +0 -9
- data/examples/para/hello_world.rb +0 -5
- data/examples/para/hide_and_show.rb +0 -9
- data/examples/para/rainbow.rb +0 -11
- data/examples/para/rainbow_2.rb +0 -11
- data/examples/para/sizes.rb +0 -11
- data/examples/para/sizes_2.rb +0 -12
- data/examples/para/strong.rb +0 -3
- data/examples/para_text_widgets.rb +0 -4
- data/examples/parse_xl_funnies.rb +0 -58
- data/examples/pirate.png +0 -0
- data/examples/raw_flow.rb +0 -11
- data/examples/ruby_racer.rb +0 -50
- data/examples/selfitude.rb +0 -18
- data/examples/shapes/arc.rb +0 -8
- data/examples/shapes/shapes.rb +0 -8
- data/examples/shapes/shapes_fill.rb +0 -10
- data/examples/shapes/star.rb +0 -5
- data/examples/shoes_school.rb +0 -66
- data/examples/shoes_splorer.rb +0 -150
- data/examples/simple_slides.rb +0 -73
- data/examples/skip_ci/parrot.rb +0 -22
- data/examples/skip_ci/say.rb +0 -20
- data/examples/sleepless.rb +0 -26
- data/examples/slots.rb +0 -10
- data/examples/spacing.rb +0 -18
- data/examples/span.rb +0 -6
- data/examples/stack/background.rb +0 -35
- data/examples/stack/border.rb +0 -11
- data/examples/stack/gradients.rb +0 -6
- data/examples/stack/raw_stack.rb +0 -8
- data/examples/stack/stack.rb +0 -27
- data/examples/text_change.rb +0 -4
- data/examples/text_sizes.rb +0 -10
- data/examples/timmy.rb +0 -109
- data/examples/title_and_resize.rb +0 -3
- data/examples/video.rb +0 -10
- data/exe/scarpe +0 -107
- data/fonts/Pacifico.ttf +0 -0
- data/lib/scarpe/base64.rb +0 -27
- data/lib/scarpe/cats_cradle.rb +0 -255
- data/lib/scarpe/fill.rb +0 -23
- data/lib/scarpe/glibui/README.md +0 -34
- data/lib/scarpe/glibui/alert.rb +0 -65
- data/lib/scarpe/glibui/app.rb +0 -27
- data/lib/scarpe/glibui/background.rb +0 -18
- data/lib/scarpe/glibui/border.rb +0 -22
- data/lib/scarpe/glibui/button.rb +0 -38
- data/lib/scarpe/glibui/dimensions.rb +0 -22
- data/lib/scarpe/glibui/document_root.rb +0 -33
- data/lib/scarpe/glibui/edit_box.rb +0 -44
- data/lib/scarpe/glibui/edit_line.rb +0 -43
- data/lib/scarpe/glibui/flow.rb +0 -33
- data/lib/scarpe/glibui/html.rb +0 -77
- data/lib/scarpe/glibui/image.rb +0 -36
- data/lib/scarpe/glibui/link.rb +0 -29
- data/lib/scarpe/glibui/local_display.rb +0 -62
- data/lib/scarpe/glibui/para.rb +0 -84
- data/lib/scarpe/glibui/spacing.rb +0 -41
- data/lib/scarpe/glibui/stack.rb +0 -33
- data/lib/scarpe/glibui/text_widget.rb +0 -30
- data/lib/scarpe/glibui/widget.rb +0 -81
- data/lib/scarpe/glibui.rb +0 -29
- data/lib/scarpe/libui/alert.rb +0 -9
- data/lib/scarpe/libui/button.rb +0 -18
- data/lib/scarpe/libui/colors.rb +0 -157
- data/lib/scarpe/libui/core.rb +0 -66
- data/lib/scarpe/libui/flow.rb +0 -16
- data/lib/scarpe/libui/libui.rb +0 -45
- data/lib/scarpe/libui/notepad.md +0 -26
- data/lib/scarpe/libui/para.rb +0 -154
- data/lib/scarpe/libui/stack.rb +0 -34
- data/lib/scarpe/line.rb +0 -25
- data/lib/scarpe/logger.rb +0 -159
- data/lib/scarpe/promises.rb +0 -405
- data/lib/scarpe/shape.rb +0 -20
- data/lib/scarpe/slot.rb +0 -7
- data/lib/scarpe/unit_test_helpers.rb +0 -236
- data/lib/scarpe/version.rb +0 -5
- data/lib/scarpe/widgets.rb +0 -35
- data/lib/scarpe/wv/alert.rb +0 -65
- data/lib/scarpe/wv/app.rb +0 -104
- data/lib/scarpe/wv/arc.rb +0 -57
- data/lib/scarpe/wv/background.rb +0 -27
- data/lib/scarpe/wv/border.rb +0 -24
- data/lib/scarpe/wv/button.rb +0 -50
- data/lib/scarpe/wv/control_interface.rb +0 -147
- data/lib/scarpe/wv/control_interface_test.rb +0 -234
- data/lib/scarpe/wv/dimensions.rb +0 -22
- data/lib/scarpe/wv/document_root.rb +0 -8
- data/lib/scarpe/wv/edit_box.rb +0 -44
- data/lib/scarpe/wv/edit_line.rb +0 -43
- data/lib/scarpe/wv/fill.rb +0 -30
- data/lib/scarpe/wv/flow.rb +0 -24
- data/lib/scarpe/wv/font.rb +0 -36
- data/lib/scarpe/wv/html.rb +0 -108
- data/lib/scarpe/wv/image.rb +0 -41
- data/lib/scarpe/wv/line.rb +0 -38
- data/lib/scarpe/wv/link.rb +0 -29
- data/lib/scarpe/wv/list_box.rb +0 -50
- data/lib/scarpe/wv/para.rb +0 -90
- data/lib/scarpe/wv/shape.rb +0 -35
- data/lib/scarpe/wv/shape_helper.rb +0 -44
- data/lib/scarpe/wv/slot.rb +0 -81
- data/lib/scarpe/wv/spacing.rb +0 -41
- data/lib/scarpe/wv/span.rb +0 -66
- data/lib/scarpe/wv/stack.rb +0 -24
- data/lib/scarpe/wv/star.rb +0 -64
- data/lib/scarpe/wv/subscription_item.rb +0 -50
- data/lib/scarpe/wv/text_widget.rb +0 -30
- data/lib/scarpe/wv/video.rb +0 -42
- data/lib/scarpe/wv/web_wrangler.rb +0 -683
- data/lib/scarpe/wv/webview_local_display.rb +0 -73
- data/lib/scarpe/wv/webview_relay_display.rb +0 -185
- data/lib/scarpe/wv/widget.rb +0 -185
- data/lib/scarpe/wv/wv_display_worker.rb +0 -65
- data/lib/scarpe/wv.rb +0 -43
- data/lib/scarpe/wv_local.rb +0 -6
- data/lib/scarpe/wv_relay.rb +0 -6
- data/lib/scarpe.rb +0 -29
- data/logger/debug_web_wrangler.json +0 -4
- data/logger/scarpe_wv_test.json +0 -4
- data/scarpe-0.2.0.gem +0 -0
- data/scarpe.gemspec +0 -44
- data/scarpegen.rb +0 -193
- data/sig/scarpe.rbs +0 -4
- data/templates/basic_class_template.erb +0 -38
- data/templates/class_template_with_event_bind.erb +0 -27
- data/templates/class_template_with_shapes.erb +0 -43
- data/templates/example_template.erb +0 -3
- data/templates/module_template.erb +0 -12
- data/templates/webview_template.erb +0 -27
@@ -1,105 +0,0 @@
|
|
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
|
@@ -1,31 +0,0 @@
|
|
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
|
@@ -1,51 +0,0 @@
|
|
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
|
@@ -1,53 +0,0 @@
|
|
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
|
-
}
|
@@ -1,23 +0,0 @@
|
|
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
|
@@ -1,56 +0,0 @@
|
|
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
|
@@ -1,267 +0,0 @@
|
|
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
|