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
data/examples/para/sizes_2.rb
DELETED
data/examples/para/strong.rb
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
require 'nokogiri'
|
2
|
-
require 'open-uri'
|
3
|
-
require 'tempfile'
|
4
|
-
|
5
|
-
class Comic
|
6
|
-
attr_reader :rss, :title
|
7
|
-
|
8
|
-
def initialize(file_path)
|
9
|
-
@rss = Nokogiri::XML(File.open(file_path))
|
10
|
-
@title = @rss.at("//channel/title").text
|
11
|
-
end
|
12
|
-
|
13
|
-
def items
|
14
|
-
@rss.search("//channel/item")
|
15
|
-
end
|
16
|
-
|
17
|
-
def latest_image
|
18
|
-
item = @rss.at("//channel/item[1]")
|
19
|
-
description = item.at("description").text
|
20
|
-
image_url = description.match(/src="([^"]+\.\w+)"/)[1]
|
21
|
-
title = item.at("title").text
|
22
|
-
[title, image_url]
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
Shoes.app width: 800, height: 600 do
|
27
|
-
background "#555"
|
28
|
-
@title = "Web Funnies"
|
29
|
-
|
30
|
-
stack margin: 10 do
|
31
|
-
title strong(@title), align: "center", stroke: "#DFA", margin: 0
|
32
|
-
para "(loaded from RSS feeds)", align: "center", stroke: "#DFA", margin: 0
|
33
|
-
|
34
|
-
url = "https://xkcd.com/rss.xml"
|
35
|
-
rss_string = URI.open(url).read
|
36
|
-
|
37
|
-
file = Tempfile.new('download')
|
38
|
-
file.write(rss_string)
|
39
|
-
file.close
|
40
|
-
file_path = file.path
|
41
|
-
|
42
|
-
c = Comic.new(file_path)
|
43
|
-
|
44
|
-
stack width: "100%", margin: 10, border: 1 do
|
45
|
-
stack do
|
46
|
-
background "#333", curve: 4
|
47
|
-
caption c.title, stroke: "#CD9", margin: 4
|
48
|
-
end
|
49
|
-
|
50
|
-
title, image_url = c.latest_image
|
51
|
-
|
52
|
-
flow do
|
53
|
-
image image_url
|
54
|
-
para strong(title), margin: 8, stroke: white
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
data/examples/pirate.png
DELETED
Binary file
|
data/examples/raw_flow.rb
DELETED
data/examples/ruby_racer.rb
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
require "benchmark"
|
2
|
-
require "stringio"
|
3
|
-
|
4
|
-
Shoes.app(title: "Ruby Racer") do
|
5
|
-
racer1 = nil
|
6
|
-
racer2 = nil
|
7
|
-
|
8
|
-
flow do
|
9
|
-
stack width: 0.45, margin: 5 do
|
10
|
-
para "Racer 1", size: :caption
|
11
|
-
code1 = <<~RUBY
|
12
|
-
for i in 1..10
|
13
|
-
a = "1"
|
14
|
-
end
|
15
|
-
RUBY
|
16
|
-
racer1 = edit_box(code1, width: "100%", height: 100)
|
17
|
-
end
|
18
|
-
stack width: 0.45, margin: 5 do
|
19
|
-
para "Racer 2", size: :caption
|
20
|
-
code2 = <<~RUBY
|
21
|
-
10.times do
|
22
|
-
a = "1"
|
23
|
-
end
|
24
|
-
RUBY
|
25
|
-
racer2 = edit_box(code2, width: "100%", height: 100)
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
stack margin: 10 do
|
30
|
-
@push = button "Race!"
|
31
|
-
@results = para ""
|
32
|
-
@push.click {
|
33
|
-
@results.replace "And they're off!"
|
34
|
-
run = run_benchmark(racer1.text, racer2.text)
|
35
|
-
@results.replace "<pre>Results:<br/>#{run}</pre>"
|
36
|
-
}
|
37
|
-
|
38
|
-
def run_benchmark(code1, code2)
|
39
|
-
current_stdout = $stdout
|
40
|
-
$stdout = StringIO.new
|
41
|
-
Benchmark.bmbm do |x|
|
42
|
-
x.report("Code 1") { eval(code1) }
|
43
|
-
x.report("Code 2") { eval(code2) }
|
44
|
-
end
|
45
|
-
$stdout.string.gsub("\n", "<br />")
|
46
|
-
ensure
|
47
|
-
$stdout = current_stdout
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
data/examples/selfitude.rb
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
def printish(msg)
|
2
|
-
#$stderr.puts msg
|
3
|
-
File.open("/tmp/shoesy_stuff.txt", "a") do |f|
|
4
|
-
f.write(msg + "\n")
|
5
|
-
end
|
6
|
-
end
|
7
|
-
|
8
|
-
Shoes.app do
|
9
|
-
printish "Self top: #{self.inspect}" # It's an instance of Shoes::App, yes
|
10
|
-
stack do
|
11
|
-
printish "Self in stack: #{self.inspect}" # Yup, here too
|
12
|
-
end
|
13
|
-
button("Clickity") do
|
14
|
-
alert("You clicked me!")
|
15
|
-
printish "Self in button handler: #{self.inspect}" # And here too
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
data/examples/shapes/arc.rb
DELETED
data/examples/shapes/shapes.rb
DELETED
data/examples/shapes/star.rb
DELETED
data/examples/shoes_school.rb
DELETED
@@ -1,66 +0,0 @@
|
|
1
|
-
Shoes.app(title: "Shoes School", height: 800, width: 1000) do
|
2
|
-
CHAPTERS = [
|
3
|
-
[
|
4
|
-
%(
|
5
|
-
Shoes.app do
|
6
|
-
para "Hello World"
|
7
|
-
end
|
8
|
-
),
|
9
|
-
%(
|
10
|
-
Welcome! To the wide, wild, wonderful world of Shoes. I am your Shoes School instructor, Professor Flopsicle. Shoes lets you
|
11
|
-
write nifty desktop apps. In pure Ruby! Don't believe me? Here's one right here!
|
12
|
-
Click "run" to run it. You can even play with the code a bit if you want!
|
13
|
-
|
14
|
-
When you are done, proceed to your next lecture by clicking "Next" below me!
|
15
|
-
)
|
16
|
-
],
|
17
|
-
[
|
18
|
-
%(
|
19
|
-
Shoes.app do
|
20
|
-
@push = button "Push me"
|
21
|
-
@push.click {
|
22
|
-
alert "Aha! Click!"
|
23
|
-
}
|
24
|
-
end
|
25
|
-
),
|
26
|
-
%(
|
27
|
-
Oh wow, you made it to the second lesson! Umm, well this is _embarrassing_. I never
|
28
|
-
thought you would get this far! Give me a bit and we'll have something really nice
|
29
|
-
whipped up for you. I swear!
|
30
|
-
)
|
31
|
-
]
|
32
|
-
]
|
33
|
-
|
34
|
-
current_chapter = 0
|
35
|
-
stack do
|
36
|
-
banner "Shoes School!"
|
37
|
-
end
|
38
|
-
stack do
|
39
|
-
flow do
|
40
|
-
IDE = edit_box(CHAPTERS[current_chapter][0], height: 300, width: "100%")
|
41
|
-
end
|
42
|
-
flow do
|
43
|
-
LECTURE = para CHAPTERS[current_chapter][1], size: 30
|
44
|
-
end
|
45
|
-
flow do
|
46
|
-
stack do
|
47
|
-
@run = button "Run 🏃", width: 200, height: 50#, top: 109, left: 132
|
48
|
-
@run.click {
|
49
|
-
puts "I got clicked!"
|
50
|
-
# System code to kick this off
|
51
|
-
# we'll have a loading splash page on first fireup to run bin setup
|
52
|
-
}
|
53
|
-
end
|
54
|
-
stack do
|
55
|
-
@next = button "Next ✅", width: 200, height: 50#, top: 109, left: 132
|
56
|
-
@next.click {
|
57
|
-
current_chapter += 1
|
58
|
-
# not working yet
|
59
|
-
# IDE.text = CHAPTERS[current_chapter][0]
|
60
|
-
# yeah, I dunno, ivars and local vars giving me trouble. annoying!
|
61
|
-
LECTURE.replace(CHAPTERS[current_chapter][1])
|
62
|
-
}
|
63
|
-
end
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
data/examples/shoes_splorer.rb
DELETED
@@ -1,150 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
# It's cool to be able to visualise the Shoes API -- where are various methods available?
|
4
|
-
|
5
|
-
# Future plan: this would be a *great* opportunity for a Shoes::Widget so that we could
|
6
|
-
# have a "show all the methods by category" thing and put it inside various other widgets
|
7
|
-
# to see how they all react.
|
8
|
-
|
9
|
-
# What methods should Shoes have? You can do worse than to check Shoes4 Shoes-core:
|
10
|
-
# https://github.com/shoes/shoes4/tree/main/shoes-core/lib/shoes/dsl
|
11
|
-
SHOES_API_CATEGORIES = {
|
12
|
-
animate: {
|
13
|
-
animate: {},
|
14
|
-
every: {},
|
15
|
-
timer: {},
|
16
|
-
},
|
17
|
-
|
18
|
-
art: {
|
19
|
-
arrow: {},
|
20
|
-
arc: {},
|
21
|
-
line: {},
|
22
|
-
oval: {},
|
23
|
-
rect: {},
|
24
|
-
star: {},
|
25
|
-
shape: {},
|
26
|
-
mask: {},
|
27
|
-
},
|
28
|
-
|
29
|
-
element: {
|
30
|
-
border: {},
|
31
|
-
background: {},
|
32
|
-
edit_line: {},
|
33
|
-
edit_box: {},
|
34
|
-
progress: {},
|
35
|
-
check: {},
|
36
|
-
radio: {},
|
37
|
-
list_box: {},
|
38
|
-
flow: {},
|
39
|
-
stack: {},
|
40
|
-
button: {},
|
41
|
-
},
|
42
|
-
|
43
|
-
interaction: {
|
44
|
-
mouse: {},
|
45
|
-
motion: {},
|
46
|
-
resize: {},
|
47
|
-
hover: {},
|
48
|
-
leave: {},
|
49
|
-
keypress: {},
|
50
|
-
keyrelease: {},
|
51
|
-
append: {},
|
52
|
-
visit: {},
|
53
|
-
scroll_top: {},
|
54
|
-
#"scroll_top=": {},
|
55
|
-
clipboard: {},
|
56
|
-
#"clipboard=": {},
|
57
|
-
download: {},
|
58
|
-
gutter: {},
|
59
|
-
},
|
60
|
-
|
61
|
-
media: {
|
62
|
-
image: {},
|
63
|
-
video: {},
|
64
|
-
sound: {},
|
65
|
-
},
|
66
|
-
|
67
|
-
setup: {
|
68
|
-
# This is deprecated in recent Shoes, but was once how to install gems
|
69
|
-
setup: {},
|
70
|
-
},
|
71
|
-
|
72
|
-
style: {
|
73
|
-
style: {},
|
74
|
-
fill: {},
|
75
|
-
stroke: {},
|
76
|
-
cap: {},
|
77
|
-
rotate: {},
|
78
|
-
strokewidth: {},
|
79
|
-
transform: {},
|
80
|
-
translate: {},
|
81
|
-
nostroke: {},
|
82
|
-
nofill: {},
|
83
|
-
},
|
84
|
-
|
85
|
-
text: {
|
86
|
-
# Text widgets and similar
|
87
|
-
banner: {},
|
88
|
-
title: {},
|
89
|
-
subtitle: {},
|
90
|
-
tagline: {},
|
91
|
-
caption: {},
|
92
|
-
para: {},
|
93
|
-
inscription: {},
|
94
|
-
|
95
|
-
code: {},
|
96
|
-
del: {},
|
97
|
-
em: {},
|
98
|
-
ins: {},
|
99
|
-
sub: {},
|
100
|
-
sup: {},
|
101
|
-
strong: {},
|
102
|
-
|
103
|
-
fg: {},
|
104
|
-
bg: {},
|
105
|
-
link: {},
|
106
|
-
span: {},
|
107
|
-
},
|
108
|
-
}
|
109
|
-
|
110
|
-
def shoes_api_reactivity(instance)
|
111
|
-
reactivity = {}
|
112
|
-
|
113
|
-
SHOES_API_CATEGORIES.each do |category_name, category|
|
114
|
-
cat_data = category.map do |method_name, data| # For now ignore data
|
115
|
-
[method_name, instance.respond_to?(method_name)]
|
116
|
-
end
|
117
|
-
|
118
|
-
if cat_data.none? { |_name, reacts| reacts }
|
119
|
-
reactivity[category_name] = false
|
120
|
-
elsif cat_data.all? { |_name, reacts| reacts }
|
121
|
-
reactivity[category_name] = true
|
122
|
-
else
|
123
|
-
out = {}
|
124
|
-
cat_data.each do |name, reacts|
|
125
|
-
out[name] = reacts
|
126
|
-
end
|
127
|
-
reactivity[category_name] = out
|
128
|
-
end
|
129
|
-
end
|
130
|
-
|
131
|
-
reactivity
|
132
|
-
end
|
133
|
-
|
134
|
-
Shoes.app(title: "Shoes-splorer!") do
|
135
|
-
para "What Shoes methods are available?"
|
136
|
-
|
137
|
-
shoes_api_reactivity(self).flat_map do |category, cat_reacts|
|
138
|
-
if cat_reacts.respond_to?(:each)
|
139
|
-
para *(cat_reacts.flat_map do |name, reacts|
|
140
|
-
[reacts ? "o" : "x", code(name), " "]
|
141
|
-
end), stroke: :orange
|
142
|
-
elsif cat_reacts
|
143
|
-
# Whole category is true
|
144
|
-
para strong(" #{category}[Woot!] "), stroke: :green
|
145
|
-
else
|
146
|
-
# Whole category is false
|
147
|
-
para em(" xxx"), category.to_s, em("xxx "), stroke: :red
|
148
|
-
end
|
149
|
-
end
|
150
|
-
end
|
data/examples/simple_slides.rb
DELETED
@@ -1,73 +0,0 @@
|
|
1
|
-
|
2
|
-
Shoes.app(title: 'Shoes Slides', width: 800, height: 600) do
|
3
|
-
$slides = [
|
4
|
-
{
|
5
|
-
title: 'Welcome to Shoes!',
|
6
|
-
content: 'Ah, yeah, Shoes!
|
7
|
-
Who said nobody knows Shoes? Well, let me introduce you to a feline expert in the art of Ruby Desktop GUI Libs.
|
8
|
-
|
9
|
-
Meet Professor Whiskers the renowned programmer cat! Not only does he know Shoes, but he\'s also a master of all things Ruby and desktop GUI!
|
10
|
-
|
11
|
-
if you\'re ready to learn Ruby Desktop GUI Libs with a touch of feline finesse, come join us on this whimsical adventure! Professor Whiskers guarantees a purr-fectly entertaining and enlightening experience, where every step forward is as delightful as a cat chasing a laser pointer.
|
12
|
-
|
13
|
-
Remember, in the world of programming, there\'s always room for humor, and Professor Whiskers is here to remind us that even the most serious tasks can be approached with a playful attitude. So, put on your coding slippers and let this extraordinary cat guide you through the marvelous world of Shoes Desktop GUI Libs!
|
14
|
-
|
15
|
-
Meow! join the discord server for more meows!
|
16
|
-
',
|
17
|
-
image: "https://img.freepik.com/premium-photo/funny-smart-cat-professor-with-glasses-illustration-generative-ai_845977-709.jpg?w=700&h=300"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
title: 'Behold the teachings of Professor Whiskers! here\'s a shoes for you!',
|
21
|
-
content: 'Meow!',
|
22
|
-
image: "http://shoesrb.com/manual/static/shoes-icon.png"
|
23
|
-
},
|
24
|
-
{
|
25
|
-
title: 'Path to englightenment',
|
26
|
-
content: 'Meowww meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow!',
|
27
|
-
}
|
28
|
-
]
|
29
|
-
|
30
|
-
stack do
|
31
|
-
$slides.each_with_index do |slide, index|
|
32
|
-
border black, strokewidth: 2 do
|
33
|
-
flow(margin: 10) do
|
34
|
-
para strong("Slide #{index + 1}: #{slide[:title]}"), margin_bottom: 10
|
35
|
-
para slide[:content]
|
36
|
-
image slide[:image]
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
button 'Previous Slide' do
|
43
|
-
prev_slide = self.slide_index - 1
|
44
|
-
prev_slide = $slides.length - 1 if prev_slide < 0
|
45
|
-
self.slide_index = prev_slide
|
46
|
-
end
|
47
|
-
|
48
|
-
button 'Next Slide' do
|
49
|
-
next_slide = self.slide_index + 1
|
50
|
-
next_slide = 0 if next_slide >= $slides.length
|
51
|
-
self.slide_index = next_slide
|
52
|
-
end
|
53
|
-
|
54
|
-
def slide_index
|
55
|
-
@slide_index ||= 0
|
56
|
-
end
|
57
|
-
|
58
|
-
def slide_index=(value)
|
59
|
-
@slide_index = value
|
60
|
-
update_slide
|
61
|
-
end
|
62
|
-
|
63
|
-
def update_slide
|
64
|
-
current_slide = $slides[self.slide_index]
|
65
|
-
@title.replace "Slide #{self.slide_index + 1}: #{current_slide[:title]}"
|
66
|
-
@content.replace current_slide[:content]
|
67
|
-
@image.replace current_slide[:image]
|
68
|
-
end
|
69
|
-
|
70
|
-
@title = para strong("Slide 1: #{$slides[0][:title]}"), margin_bottom: 10
|
71
|
-
@content = para $slides[0][:content]
|
72
|
-
@image = image($slides[0][:image])
|
73
|
-
end
|
data/examples/skip_ci/parrot.rb
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
# This example is skipped on CI because it makes system calls
|
2
|
-
|
3
|
-
Shoes.app do
|
4
|
-
para "What do you want me to say?"
|
5
|
-
@phrase = edit_line("Soon it was a comet and, soon, a blazing monstrosity.", width: "100%")
|
6
|
-
|
7
|
-
all_voices = `say -v '?'`.lines.map(&:split).map(&:first).uniq.compact
|
8
|
-
@selected_voice = all_voices.first
|
9
|
-
@voice = para "🗣 #{@selected_voice}"
|
10
|
-
|
11
|
-
all_voices.each do |voice|
|
12
|
-
button voice do
|
13
|
-
@voice.replace "🗣 #{voice}"
|
14
|
-
@selected_voice = voice
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
@push = button "📣"
|
19
|
-
@push.click {
|
20
|
-
`say -v '#{@selected_voice}' #{@phrase.text}`
|
21
|
-
}
|
22
|
-
end
|
data/examples/skip_ci/say.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
para "What do you want me to say?"
|
3
|
-
@phrase = edit_line("Soon it was a comet and, soon, a blazing monstrosity.", width: "100%")
|
4
|
-
|
5
|
-
all_voices = `say -v '?'`.lines.map(&:split).map(&:first).uniq.compact
|
6
|
-
@selected_voice = all_voices.first
|
7
|
-
@voice = para "🗣 #{@selected_voice}"
|
8
|
-
|
9
|
-
all_voices.each do |voice|
|
10
|
-
button voice do
|
11
|
-
@voice.replace "🗣 #{voice}"
|
12
|
-
@selected_voice = voice
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
@push = button "📣"
|
17
|
-
@push.click {
|
18
|
-
`say -v '#{@selected_voice}' #{@phrase.text}`
|
19
|
-
}
|
20
|
-
end
|
data/examples/sleepless.rb
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
Shoes.app title: "Sleepless", width: 80, height: 120 do
|
2
|
-
@push = button "☕️"
|
3
|
-
@note = para "😪"
|
4
|
-
@push.click {
|
5
|
-
if @pid.nil?
|
6
|
-
if RUBY_PLATFORM =~ /darwin/
|
7
|
-
@pid = spawn("caffeinate -d")
|
8
|
-
elsif RUBY_PLATFORM =~ /linux/
|
9
|
-
@pid = spawn("xset s off -dpms")
|
10
|
-
elsif RUBY_PLATFORM =~ /win32|win64|\.NET/
|
11
|
-
@pid = spawn("powercfg -change -monitor-timeout-ac 0")
|
12
|
-
end
|
13
|
-
@note.replace "😳"
|
14
|
-
else
|
15
|
-
if RUBY_PLATFORM =~ /darwin/
|
16
|
-
system("kill #{@pid}")
|
17
|
-
elsif RUBY_PLATFORM =~ /linux/
|
18
|
-
system("kill -9 #{@pid}")
|
19
|
-
elsif RUBY_PLATFORM =~ /win32|win64|\.NET/
|
20
|
-
system("taskkill /pid #{@pid} /f")
|
21
|
-
end
|
22
|
-
@pid = nil
|
23
|
-
@note.replace "😪"
|
24
|
-
end
|
25
|
-
}
|
26
|
-
end
|
data/examples/slots.rb
DELETED
data/examples/spacing.rb
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
Shoes.app(title: "Spacing") do
|
2
|
-
stack margin: 50 do
|
3
|
-
background "purple"
|
4
|
-
para "with 50px margin", stroke: "white"
|
5
|
-
end
|
6
|
-
stack margin: { left: 10, right: 10, bottom: 20 } do
|
7
|
-
background "red"
|
8
|
-
para "with 10px margin-left and margin-right, and 20px margin-bottom", stroke: "white"
|
9
|
-
end
|
10
|
-
stack margin: [15, 15, nil, 40] do
|
11
|
-
background "blue"
|
12
|
-
para "with 15px margin-left and margin-right, and 40px margin-bottom", stroke: "white"
|
13
|
-
end
|
14
|
-
stack margin_left: 20, margin_right: 30, margin_bottom: 10 do
|
15
|
-
background "green"
|
16
|
-
para "with 20px margin-left, 30px margin-right, and 10px margin-bottom", stroke: "white"
|
17
|
-
end
|
18
|
-
end
|
data/examples/span.rb
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
stack width: 0.33 do
|
3
|
-
background "purple"
|
4
|
-
button "a button"
|
5
|
-
end
|
6
|
-
stack width: 0.33 do
|
7
|
-
background "red".."green"
|
8
|
-
para "Red to green gradient"
|
9
|
-
end
|
10
|
-
stack width: 0.33 do
|
11
|
-
background "purple"
|
12
|
-
button "a button"
|
13
|
-
flow do
|
14
|
-
background "purple"
|
15
|
-
button "a button"
|
16
|
-
stack width: 0.33 do
|
17
|
-
background "purple"
|
18
|
-
button "a button"
|
19
|
-
button "a button"
|
20
|
-
end
|
21
|
-
stack width: 0.34 do
|
22
|
-
background "purple"
|
23
|
-
button "a button"
|
24
|
-
end
|
25
|
-
end
|
26
|
-
flow do
|
27
|
-
background "purple"
|
28
|
-
button "a button"
|
29
|
-
end
|
30
|
-
flow do
|
31
|
-
background "purple"
|
32
|
-
button "a button"
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
data/examples/stack/border.rb
DELETED
data/examples/stack/gradients.rb
DELETED