scarpe 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +80 -9
- data/.ruby-version +1 -0
- data/.vscode/extensions.json +5 -0
- data/.yardopts +3 -0
- data/CHANGELOG.md +14 -0
- data/CONTRIBUTING.md +20 -0
- data/Gemfile +14 -2
- data/README.md +138 -18
- data/Rakefile +2 -3
- data/dev.yml +7 -0
- data/docs/static/PKGBUILD +47 -0
- data/docs/static/Shoes.icns +0 -0
- data/docs/static/avatar.png +0 -0
- data/docs/static/code_highlighter.js +188 -0
- data/docs/static/code_highlighter_ruby.js +26 -0
- data/docs/static/icon-debug.png +0 -0
- data/docs/static/icon-error.png +0 -0
- data/docs/static/icon-info.png +0 -0
- data/docs/static/icon-warn.png +0 -0
- data/docs/static/listbox_button1.png +0 -0
- data/docs/static/listbox_button2.png +0 -0
- data/docs/static/man-app.png +0 -0
- data/docs/static/man-builds.png +0 -0
- data/docs/static/man-builds1.png +0 -0
- data/docs/static/man-editor-notepad.png +0 -0
- data/docs/static/man-editor-osx.png +0 -0
- data/docs/static/man-ele-background.png +0 -0
- data/docs/static/man-ele-border.png +0 -0
- data/docs/static/man-ele-button.png +0 -0
- data/docs/static/man-ele-check.png +0 -0
- data/docs/static/man-ele-editbox.png +0 -0
- data/docs/static/man-ele-editline.png +0 -0
- data/docs/static/man-ele-image.png +0 -0
- data/docs/static/man-ele-listbox.png +0 -0
- data/docs/static/man-ele-progress.png +0 -0
- data/docs/static/man-ele-radio.png +0 -0
- data/docs/static/man-ele-shape.png +0 -0
- data/docs/static/man-ele-textblock.png +0 -0
- data/docs/static/man-ele-video.png +0 -0
- data/docs/static/man-intro-dmg.png +0 -0
- data/docs/static/man-intro-exe.png +0 -0
- data/docs/static/man-look-tiger.png +0 -0
- data/docs/static/man-look-ubuntu.png +0 -0
- data/docs/static/man-look-vista.png +0 -0
- data/docs/static/man-run-osx.png +0 -0
- data/docs/static/man-run-vista.png +0 -0
- data/docs/static/man-run-xp.png +0 -0
- data/docs/static/man-shot1.png +0 -0
- data/docs/static/manual-en.txt +3529 -0
- data/docs/static/manual-ja.txt +2829 -0
- data/docs/static/manual.css +171 -0
- data/docs/static/manual.md +3528 -0
- data/docs/static/menu-corner1.png +0 -0
- data/docs/static/menu-corner2.png +0 -0
- data/docs/static/menu-gray.png +0 -0
- data/docs/static/menu-left.png +0 -0
- data/docs/static/menu-right.png +0 -0
- data/docs/static/menu-top.png +0 -0
- data/docs/static/shoes-dmg.jpg +0 -0
- data/docs/static/shoes-icon-blue.png +0 -0
- data/docs/static/shoes-icon.png +0 -0
- data/docs/static/shoes-manual-apps.gif +0 -0
- data/docs/static/shoes_main_window.png +0 -0
- data/docs/static/stripe.png +0 -0
- data/docs/static/stubs/blank.exe +0 -0
- data/docs/static/stubs/blank.hfz +0 -0
- data/docs/static/stubs/blank.run +375 -0
- data/docs/static/stubs/cocoa-install +0 -0
- data/docs/static/stubs/sh-install +49 -0
- data/docs/static/stubs/shoes-stub-inject.exe +0 -0
- data/docs/static/stubs/shoes-stub.exe +0 -0
- data/docs/static/tutor-back.png +0 -0
- data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +478 -0
- data/examples/bloopsaphone/working/b1.rb +64 -0
- data/examples/bloopsaphone/working/b2.rb +36 -0
- data/examples/bloopsaphone/working/bloops_test.rb +41 -0
- data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +31 -0
- data/examples/bloopsaphone/working/feepogram.rb +67 -0
- data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +14 -0
- data/examples/bloopsaphone/working/tune_cheeky_drat.rb +210 -0
- data/examples/button.rb +6 -5
- data/examples/button_alert.rb +6 -0
- data/examples/button_go_away.rb +6 -0
- data/examples/button_with_position_and_size.rb +7 -0
- data/examples/coffee.rb +14 -0
- data/examples/download.rb +5 -0
- data/examples/edit_box.rb +10 -0
- data/examples/edit_line.rb +8 -0
- data/examples/fill.rb +25 -0
- data/examples/flow.rb +11 -0
- data/examples/fonts.rb +6 -0
- data/examples/gen.rb +140 -0
- data/examples/hello_world.rb +2 -4
- data/examples/highlander.rb +87 -0
- data/examples/image/clickable_image.rb +5 -0
- data/examples/{image.rb → image/image.rb} +2 -4
- data/examples/image/image_size.rb +7 -0
- data/examples/image/image_with_position_and_size.rb +3 -0
- data/examples/info.rb +9 -0
- data/examples/legacy/not_checked/expert/colours.rb +105 -0
- data/examples/legacy/not_checked/expert/curve-animation.rb +31 -0
- data/examples/legacy/not_checked/expert/curve-control-point.rb +51 -0
- data/examples/legacy/not_checked/expert/custom-list-box.rb +53 -0
- data/examples/legacy/not_checked/expert/definr.rb +23 -0
- data/examples/legacy/not_checked/expert/funnies.rb +56 -0
- data/examples/legacy/not_checked/expert/minesweeper.rb +267 -0
- data/examples/legacy/not_checked/expert/othello.rb +318 -0
- data/examples/legacy/not_checked/expert/pong.rb +62 -0
- data/examples/legacy/not_checked/expert/tankspank.rb +385 -0
- data/examples/legacy/not_checked/expert/tooltips.rb +45 -0
- data/examples/legacy/not_checked/expert/url.rb +37 -0
- data/examples/legacy/not_checked/expert/video-player.rb +256 -0
- data/examples/legacy/not_checked/good/_why-stories.rb +44 -0
- data/examples/legacy/not_checked/good/_why-stories.yaml +387 -0
- data/examples/legacy/not_checked/good/arc.rb +37 -0
- data/examples/legacy/not_checked/good/cardflip.rb +141 -0
- data/examples/legacy/not_checked/good/clock.rb +51 -0
- data/examples/legacy/not_checked/good/console.rb +21 -0
- data/examples/legacy/not_checked/good/follow.rb +26 -0
- data/examples/legacy/not_checked/good/image-rotate.rb +14 -0
- data/examples/legacy/not_checked/good/paris.svg +7236 -0
- data/examples/legacy/not_checked/good/path-animation.rb +46 -0
- data/examples/legacy/not_checked/good/plots.rb +100 -0
- data/examples/legacy/not_checked/good/reminder.rb +174 -0
- data/examples/legacy/not_checked/good/svgview.rb +113 -0
- data/examples/legacy/not_checked/good/vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-contrib/.gitignore +2 -0
- data/examples/legacy/not_checked/shoes-contrib/README.md +34 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +59 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +31 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +27 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +12 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +34 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +18 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +18 -0
- data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/app/download.rb +10 -0
- data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +23 -0
- data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +15 -0
- data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +43 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +387 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +14 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +19 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +32 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +16 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/browser.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +15 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +10 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +9 -0
- data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +51 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +112 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +319 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +37 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +51 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +174 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +9 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +75 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +23 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +70 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +29 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +27 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +31 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +35 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +29 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +45 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +4 -0
- data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +243 -0
- data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +319 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +51 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +174 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +75 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +23 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +24 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +70 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +24 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +29 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +21 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +31 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +35 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +29 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +45 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +13 -0
- data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
- data/examples/legacy/not_checked/shoes3-tests/button/button.rb +53 -0
- data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +41 -0
- data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +24 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +34 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +11 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +12 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +11 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +5 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +30 -0
- data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +21 -0
- data/examples/legacy/not_checked/shoes3-tests/decoration.rb +14 -0
- data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +6 -0
- data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +6 -0
- data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +36 -0
- data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +27 -0
- data/examples/legacy/not_checked/shoes3-tests/events/button.rb +32 -0
- data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +40 -0
- data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +57 -0
- data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +47 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +8 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +26 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +46 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +44 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +65 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +17 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +60 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +38 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +56 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +46 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +22 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +34 -0
- data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +33 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +8 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +25 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +103 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +41 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +42 -0
- data/examples/legacy/not_checked/shoes3-tests/opacity.rb +13 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +5219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +5219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +73 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +47 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +35 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +31 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +35 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +37 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +29 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +18 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +32 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +9 -0
- data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +14 -0
- data/examples/legacy/not_checked/shoes3-tests/spinner.rb +15 -0
- data/examples/legacy/not_checked/shoes3-tests/svg.rb +208 -0
- data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +28 -0
- data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +17 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +27 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +65 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +50 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +31 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +138 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +228 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +186 -0
- data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +242 -0
- data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +21 -0
- data/examples/legacy/not_checked/simple/accordion.rb +81 -0
- data/examples/legacy/not_checked/simple/anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/simple/anim-text.rb +13 -0
- data/examples/legacy/not_checked/simple/arc.rb +23 -0
- data/examples/legacy/not_checked/simple/bounce.rb +24 -0
- data/examples/legacy/not_checked/simple/chipmunk.rb +26 -0
- data/examples/legacy/not_checked/simple/control-sizes.rb +24 -0
- data/examples/legacy/not_checked/simple/curve-control-points.rb +24 -0
- data/examples/legacy/not_checked/simple/curve.rb +26 -0
- data/examples/legacy/not_checked/simple/dialogs.rb +29 -0
- data/examples/legacy/not_checked/simple/downloader.rb +40 -0
- data/examples/legacy/not_checked/simple/downloader1.rb +31 -0
- data/examples/legacy/not_checked/simple/draw.rb +13 -0
- data/examples/legacy/not_checked/simple/editor.rb +28 -0
- data/examples/legacy/not_checked/simple/form.rb +30 -0
- data/examples/legacy/not_checked/simple/image.rb +21 -0
- data/examples/legacy/not_checked/simple/info.rb +78 -0
- data/examples/legacy/not_checked/simple/mask.rb +21 -0
- data/examples/legacy/not_checked/simple/mask2.rb +27 -0
- data/examples/legacy/not_checked/simple/menu.rb +31 -0
- data/examples/legacy/not_checked/simple/menu1.rb +35 -0
- data/examples/legacy/not_checked/simple/slide.rb +45 -0
- data/examples/legacy/not_checked/simple/sphere.rb +28 -0
- data/examples/legacy/not_checked/superleg.rb +244 -0
- data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +24 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +7 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +7 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +8 -0
- data/examples/legacy/working/shoes-contrib/basic/intro.rb +20 -0
- data/examples/legacy/working/shoes-contrib/basic/two-column.rb +12 -0
- data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +6 -0
- data/examples/legacy/working/shoes-contrib/kernel/alert.rb +3 -0
- data/examples/legacy/working/simple/calc.rb +71 -0
- data/examples/legacy/working/simple/sqlite3.rb +27 -0
- data/examples/legacy/working/simple/timer.rb +13 -0
- data/examples/line.rb +5 -0
- data/examples/link.rb +20 -0
- data/examples/list_box.rb +8 -0
- data/examples/para/collection_of_arguments.rb +9 -0
- data/examples/para/hello_world.rb +5 -0
- data/examples/para/hide_and_show.rb +9 -0
- data/examples/para/rainbow.rb +11 -0
- data/examples/para/rainbow_2.rb +11 -0
- data/examples/para/sizes.rb +11 -0
- data/examples/para/sizes_2.rb +12 -0
- data/examples/para/strong.rb +3 -0
- data/examples/para_text_widgets.rb +4 -0
- data/examples/pirate.png +0 -0
- data/examples/raw_flow.rb +11 -0
- data/examples/ruby_racer.rb +52 -0
- data/examples/shapes/arc.rb +8 -0
- data/examples/shapes/shapes.rb +8 -0
- data/examples/shapes/shapes_fill.rb +10 -0
- data/examples/shapes/star.rb +5 -0
- data/examples/shoes_school.rb +68 -0
- data/examples/shoes_splorer.rb +150 -0
- data/examples/simple_slides.rb +73 -0
- data/examples/skip_ci/parrot.rb +22 -0
- data/examples/skip_ci/say.rb +20 -0
- data/examples/sleepless.rb +26 -0
- data/examples/slots.rb +2 -4
- data/examples/spacing.rb +18 -0
- data/examples/span.rb +6 -0
- data/examples/stack/background.rb +35 -0
- data/examples/stack/border.rb +11 -0
- data/examples/stack/gradients.rb +6 -0
- data/examples/stack/raw_stack.rb +8 -0
- data/examples/stack/stack.rb +27 -0
- data/examples/text_change.rb +4 -0
- data/examples/text_sizes.rb +10 -0
- data/examples/timmy.rb +109 -0
- data/examples/title_and_resize.rb +3 -0
- data/exe/scarpe +108 -0
- data/lib/constants.rb +5 -0
- data/lib/scarpe/alert.rb +19 -0
- data/lib/scarpe/app.rb +78 -0
- data/lib/scarpe/arc.rb +49 -0
- data/lib/scarpe/background.rb +14 -0
- data/lib/scarpe/border.rb +16 -0
- data/lib/scarpe/button.rb +26 -18
- data/lib/scarpe/colors.rb +215 -0
- data/lib/scarpe/display_service.rb +189 -0
- data/lib/scarpe/document_root.rb +20 -0
- data/lib/scarpe/edit_box.rb +24 -0
- data/lib/scarpe/edit_line.rb +16 -30
- data/lib/scarpe/fill.rb +23 -0
- data/lib/scarpe/flow.rb +18 -15
- data/lib/scarpe/glibui/README.md +34 -0
- data/lib/scarpe/glibui/alert.rb +65 -0
- data/lib/scarpe/glibui/app.rb +27 -0
- data/lib/scarpe/glibui/background.rb +18 -0
- data/lib/scarpe/glibui/border.rb +22 -0
- data/lib/scarpe/glibui/button.rb +38 -0
- data/lib/scarpe/glibui/dimensions.rb +22 -0
- data/lib/scarpe/glibui/document_root.rb +33 -0
- data/lib/scarpe/glibui/edit_box.rb +44 -0
- data/lib/scarpe/glibui/edit_line.rb +43 -0
- data/lib/scarpe/glibui/flow.rb +33 -0
- data/lib/scarpe/glibui/html.rb +77 -0
- data/lib/scarpe/glibui/image.rb +36 -0
- data/lib/scarpe/glibui/link.rb +29 -0
- data/lib/scarpe/glibui/local_display.rb +62 -0
- data/lib/scarpe/glibui/para.rb +84 -0
- data/lib/scarpe/glibui/spacing.rb +41 -0
- data/lib/scarpe/glibui/stack.rb +33 -0
- data/lib/scarpe/glibui/text_widget.rb +30 -0
- data/lib/scarpe/glibui/widget.rb +81 -0
- data/lib/scarpe/glibui.rb +29 -0
- data/lib/scarpe/image.rb +28 -9
- data/lib/scarpe/libui/alert.rb +9 -0
- data/lib/scarpe/libui/button.rb +18 -0
- data/lib/scarpe/libui/colors.rb +157 -0
- data/lib/scarpe/libui/core.rb +66 -0
- data/lib/scarpe/libui/flow.rb +16 -0
- data/lib/scarpe/libui/libui.rb +45 -0
- data/lib/scarpe/libui/notepad.md +26 -0
- data/lib/scarpe/libui/para.rb +154 -0
- data/lib/scarpe/libui/stack.rb +34 -0
- data/lib/scarpe/line.rb +25 -0
- data/lib/scarpe/link.rb +25 -0
- data/lib/scarpe/list_box.rb +25 -0
- data/lib/scarpe/logger.rb +155 -0
- data/lib/scarpe/para.rb +84 -12
- data/lib/scarpe/promises.rb +387 -0
- data/lib/scarpe/shape.rb +19 -0
- data/lib/scarpe/spacing.rb +9 -0
- data/lib/scarpe/span.rb +26 -0
- data/lib/scarpe/stack.rb +66 -12
- data/lib/scarpe/star.rb +47 -0
- data/lib/scarpe/text_widget.rb +42 -0
- data/lib/scarpe/unit_test_helpers.rb +163 -0
- data/lib/scarpe/version.rb +2 -2
- data/lib/scarpe/widget.rb +198 -0
- data/lib/scarpe/widgets.rb +30 -0
- data/lib/scarpe/wv/alert.rb +65 -0
- data/lib/scarpe/wv/app.rb +85 -0
- data/lib/scarpe/wv/arc.rb +57 -0
- data/lib/scarpe/wv/background.rb +18 -0
- data/lib/scarpe/wv/border.rb +22 -0
- data/lib/scarpe/wv/button.rb +50 -0
- data/lib/scarpe/wv/control_interface.rb +153 -0
- data/lib/scarpe/wv/control_interface_test.rb +253 -0
- data/lib/scarpe/wv/dimensions.rb +22 -0
- data/lib/scarpe/wv/document_root.rb +50 -0
- data/lib/scarpe/wv/edit_box.rb +44 -0
- data/lib/scarpe/wv/edit_line.rb +43 -0
- data/lib/scarpe/wv/fill.rb +30 -0
- data/lib/scarpe/wv/flow.rb +32 -0
- data/lib/scarpe/wv/html.rb +107 -0
- data/lib/scarpe/wv/image.rb +36 -0
- data/lib/scarpe/wv/line.rb +38 -0
- data/lib/scarpe/wv/link.rb +29 -0
- data/lib/scarpe/wv/list_box.rb +50 -0
- data/lib/scarpe/wv/para.rb +90 -0
- data/lib/scarpe/wv/shape.rb +34 -0
- data/lib/scarpe/wv/shape_helper.rb +44 -0
- data/lib/scarpe/wv/spacing.rb +41 -0
- data/lib/scarpe/wv/span.rb +66 -0
- data/lib/scarpe/wv/stack.rb +42 -0
- data/lib/scarpe/wv/star.rb +64 -0
- data/lib/scarpe/wv/text_widget.rb +30 -0
- data/lib/scarpe/wv/web_wrangler.rb +679 -0
- data/lib/scarpe/wv/webview_local_display.rb +72 -0
- data/lib/scarpe/wv/webview_relay_display.rb +185 -0
- data/lib/scarpe/wv/widget.rb +181 -0
- data/lib/scarpe/wv/wv_display_worker.rb +65 -0
- data/lib/scarpe/wv.rb +39 -0
- data/lib/scarpe/wv_local.rb +6 -0
- data/lib/scarpe/wv_relay.rb +6 -0
- data/lib/scarpe.rb +35 -27
- data/logger/debug_web_wrangler.json +4 -0
- data/logger/scarpe_wv_test.json +4 -0
- data/scarpegen.rb +193 -0
- data/sig/scarpe.rbs +1 -1
- data/templates/basic_class_template.erb +38 -0
- data/templates/class_template_with_event_bind.erb +27 -0
- data/templates/class_template_with_shapes.erb +43 -0
- data/templates/example_template.erb +3 -0
- data/templates/module_template.erb +12 -0
- data/templates/webview_template.erb +30 -0
- metadata +586 -9
- data/lib/scarpe/container.rb +0 -10
- data/lib/scarpe/internal_app.rb +0 -46
@@ -0,0 +1,157 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
COLORS = {
|
4
|
+
aliceblue: [240, 248, 255],
|
5
|
+
antiquewhite: [250, 235, 215],
|
6
|
+
aqua: [0, 255, 255],
|
7
|
+
aquamarine: [127, 255, 212],
|
8
|
+
azure: [240, 255, 255],
|
9
|
+
beige: [245, 245, 220],
|
10
|
+
bisque: [255, 228, 196],
|
11
|
+
black: [0, 0, 0],
|
12
|
+
blanchedalmond: [255, 235, 205],
|
13
|
+
blue: [0, 0, 255],
|
14
|
+
blueviolet: [138, 43, 226],
|
15
|
+
brown: [165, 42, 42],
|
16
|
+
burlywood: [222, 184, 135],
|
17
|
+
cadetblue: [95, 158, 160],
|
18
|
+
chartreuse: [127, 255, 0],
|
19
|
+
chocolate: [210, 105, 30],
|
20
|
+
coral: [255, 127, 80],
|
21
|
+
cornflowerblue: [100, 149, 237],
|
22
|
+
cornsilk: [255, 248, 220],
|
23
|
+
crimson: [220, 20, 60],
|
24
|
+
cyan: [0, 255, 255],
|
25
|
+
darkblue: [0, 0, 139],
|
26
|
+
darkcyan: [0, 139, 139],
|
27
|
+
darkgoldenrod: [184, 134, 11],
|
28
|
+
darkgray: [169, 169, 169],
|
29
|
+
darkgreen: [0, 100, 0],
|
30
|
+
darkkhaki: [189, 183, 107],
|
31
|
+
darkmagenta: [139, 0, 139],
|
32
|
+
darkolivegreen: [85, 107, 47],
|
33
|
+
darkorange: [255, 140, 0],
|
34
|
+
darkorchid: [153, 50, 204],
|
35
|
+
darkred: [139, 0, 0],
|
36
|
+
darksalmon: [233, 150, 122],
|
37
|
+
darkseagreen: [143, 188, 143],
|
38
|
+
darkslateblue: [72, 61, 139],
|
39
|
+
darkslategray: [47, 79, 79],
|
40
|
+
darkturquoise: [0, 206, 209],
|
41
|
+
darkviolet: [148, 0, 211],
|
42
|
+
deeppink: [255, 20, 147],
|
43
|
+
deepskyblue: [0, 191, 255],
|
44
|
+
dimgray: [105, 105, 105],
|
45
|
+
dodgerblue: [30, 144, 255],
|
46
|
+
firebrick: [178, 34, 34],
|
47
|
+
floralwhite: [255, 250, 240],
|
48
|
+
forestgreen: [34, 139, 34],
|
49
|
+
fuchsia: [255, 0, 255],
|
50
|
+
gainsboro: [220, 220, 220],
|
51
|
+
ghostwhite: [248, 248, 255],
|
52
|
+
gold: [255, 215, 0],
|
53
|
+
goldenrod: [218, 165, 32],
|
54
|
+
green: [0, 128, 0],
|
55
|
+
greenyellow: [173, 255, 47],
|
56
|
+
honeydew: [240, 255, 240],
|
57
|
+
hotpink: [255, 105, 180],
|
58
|
+
indianred: [205, 92, 92],
|
59
|
+
indigo: [75, 0, 130],
|
60
|
+
ivory: [255, 255, 240],
|
61
|
+
khaki: [240, 230, 140],
|
62
|
+
lavender: [230, 230, 250],
|
63
|
+
lavenderblush: [255, 240, 245],
|
64
|
+
lawngreen: [124, 252, 0],
|
65
|
+
lemonchiffon: [255, 250, 205],
|
66
|
+
lightblue: [173, 216, 230],
|
67
|
+
lightcoral: [240, 128, 128],
|
68
|
+
lightcyan: [224, 255, 255],
|
69
|
+
lightgoldenrodyellow: [250, 250, 210],
|
70
|
+
lightgreen: [144, 238, 144],
|
71
|
+
lightgrey: [211, 211, 211],
|
72
|
+
lightpink: [255, 182, 193],
|
73
|
+
lightsalmon: [255, 160, 122],
|
74
|
+
lightseagreen: [32, 178, 170],
|
75
|
+
lightskyblue: [135, 206, 250],
|
76
|
+
lightslategray: [119, 136, 153],
|
77
|
+
lightsteelblue: [176, 196, 222],
|
78
|
+
lightyellow: [255, 255, 224],
|
79
|
+
lime: [0, 255, 0],
|
80
|
+
limegreen: [50, 205, 50],
|
81
|
+
linen: [250, 240, 230],
|
82
|
+
magenta: [255, 0, 255],
|
83
|
+
maroon: [128, 0, 0],
|
84
|
+
mediumaquamarine: [102, 205, 170],
|
85
|
+
mediumblue: [0, 0, 205],
|
86
|
+
mediumorchid: [186, 85, 211],
|
87
|
+
mediumpurple: [147, 112, 219],
|
88
|
+
mediumseagreen: [60, 179, 113],
|
89
|
+
mediumslateblue: [123, 104, 238],
|
90
|
+
mediumspringgreen: [0, 250, 154],
|
91
|
+
mediumturquoise: [72, 209, 204],
|
92
|
+
mediumvioletred: [199, 21, 133],
|
93
|
+
midnightblue: [25, 25, 112],
|
94
|
+
mintcream: [245, 255, 250],
|
95
|
+
mistyrose: [255, 228, 225],
|
96
|
+
moccasin: [255, 228, 181],
|
97
|
+
navajowhite: [255, 222, 173],
|
98
|
+
navy: [0, 0, 128],
|
99
|
+
oldlace: [253, 245, 230],
|
100
|
+
olive: [128, 128, 0],
|
101
|
+
olivedrab: [107, 142, 35],
|
102
|
+
orange: [255, 165, 0],
|
103
|
+
orangered: [255, 69, 0],
|
104
|
+
orchid: [218, 112, 214],
|
105
|
+
palegoldenrod: [238, 232, 170],
|
106
|
+
palegreen: [152, 251, 152],
|
107
|
+
paleturquoise: [175, 238, 238],
|
108
|
+
palevioletred: [219, 112, 147],
|
109
|
+
papayawhip: [255, 239, 213],
|
110
|
+
peachpuff: [255, 218, 185],
|
111
|
+
peru: [205, 133, 63],
|
112
|
+
pink: [255, 192, 203],
|
113
|
+
plum: [221, 160, 221],
|
114
|
+
powderblue: [176, 224, 230],
|
115
|
+
purple: [128, 0, 128],
|
116
|
+
red: [255, 0, 0],
|
117
|
+
rosybrown: [188, 143, 143],
|
118
|
+
royalblue: [65, 105, 225],
|
119
|
+
saddlebrown: [139, 69, 19],
|
120
|
+
salmon: [250, 128, 114],
|
121
|
+
sandybrown: [244, 164, 96],
|
122
|
+
seagreen: [46, 139, 87],
|
123
|
+
seashell: [255, 245, 238],
|
124
|
+
sienna: [160, 82, 45],
|
125
|
+
silver: [192, 192, 192],
|
126
|
+
skyblue: [135, 206, 235],
|
127
|
+
slateblue: [106, 90, 205],
|
128
|
+
slategray: [112, 128, 144],
|
129
|
+
snow: [255, 250, 250],
|
130
|
+
springgreen: [0, 255, 127],
|
131
|
+
steelblue: [70, 130, 180],
|
132
|
+
tan: [210, 180, 140],
|
133
|
+
teal: [0, 128, 128],
|
134
|
+
thistle: [216, 191, 216],
|
135
|
+
tomato: [255, 99, 71],
|
136
|
+
turquoise: [64, 224, 208],
|
137
|
+
violet: [238, 130, 238],
|
138
|
+
wheat: [245, 222, 179],
|
139
|
+
white: [255, 255, 255],
|
140
|
+
whitesmoke: [245, 245, 245],
|
141
|
+
yellow: [255, 255, 0],
|
142
|
+
yellowgreen: [154, 205, 50],
|
143
|
+
}
|
144
|
+
|
145
|
+
COLORS.each do |color, rgb|
|
146
|
+
define_method(color) do |alpha = 1.0|
|
147
|
+
rgb + [alpha]
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
151
|
+
def gray(darkness = 128, alpha = 1.0)
|
152
|
+
[darkness, darkness, darkness, alpha]
|
153
|
+
end
|
154
|
+
|
155
|
+
def rgb(r, g, b, a = 1.0)
|
156
|
+
[r, g, b, a]
|
157
|
+
end
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
def method_missing(method, *args, **kwargs, &block)
|
4
|
+
if Scarpe::SIZES.keys.include?(method)
|
5
|
+
kwargs[:size] = Scarpe::SIZES[method]
|
6
|
+
Scarpe.para(*args, **kwargs, &block)
|
7
|
+
else
|
8
|
+
case method.to_s
|
9
|
+
when "alert"
|
10
|
+
Scarpe.alert(*args, **kwargs, &block)
|
11
|
+
when "button"
|
12
|
+
Scarpe.button(*args, **kwargs, &block)
|
13
|
+
when "stack"
|
14
|
+
Scarpe.stack(*args, **kwargs, &block)
|
15
|
+
when "flow"
|
16
|
+
Scarpe.flow(*args, **kwargs, &block)
|
17
|
+
else
|
18
|
+
super
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
def respond_to_missing?(method_name, include_private = false)
|
24
|
+
[
|
25
|
+
"alert",
|
26
|
+
"button",
|
27
|
+
"stack",
|
28
|
+
].include?(method_name.to_s) || super
|
29
|
+
end
|
30
|
+
|
31
|
+
def para(*args, **kwargs)
|
32
|
+
Scarpe.para(*args, **kwargs)
|
33
|
+
end
|
34
|
+
|
35
|
+
class Scarpe
|
36
|
+
class << self
|
37
|
+
def app(title: "Scarpe app", height: 400, width: 400)
|
38
|
+
setup(title, height, width)
|
39
|
+
yield
|
40
|
+
closing_stuff
|
41
|
+
end
|
42
|
+
|
43
|
+
def setup(title, height, width)
|
44
|
+
UI.init
|
45
|
+
|
46
|
+
$main_window = UI.new_window(title, height, width, 1)
|
47
|
+
$vbox = UI.new_vertical_box
|
48
|
+
UI.window_set_child($main_window, $vbox)
|
49
|
+
end
|
50
|
+
|
51
|
+
def closing_stuff
|
52
|
+
UI.window_on_closing($main_window) do
|
53
|
+
puts "Bye Bye"
|
54
|
+
UI.control_destroy($main_window)
|
55
|
+
UI.quit
|
56
|
+
0
|
57
|
+
end
|
58
|
+
|
59
|
+
UI.control_show($main_window)
|
60
|
+
|
61
|
+
# Add main box to main window, close everything out
|
62
|
+
UI.main
|
63
|
+
UI.quit
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class Scarpe
|
4
|
+
# STARTING SINGLY, APPENDING TO TOP LEVEL BOX. later will do nested
|
5
|
+
class << self
|
6
|
+
# Width means nothing right now, but we'll get there
|
7
|
+
def flow(width: 1.0)
|
8
|
+
vertbox = UI.new_vertical_box
|
9
|
+
old_parent = $parent_box ? $parent_box : $vbox
|
10
|
+
$parent_box = vertbox
|
11
|
+
yield
|
12
|
+
UI.box_append(old_parent, vertbox, 1)
|
13
|
+
$parent_box = nil
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# spike
|
2
|
+
|
3
|
+
# frozen_string_literal: true
|
4
|
+
|
5
|
+
require "libui"
|
6
|
+
require "debug"
|
7
|
+
|
8
|
+
# Breakup
|
9
|
+
require_relative "colors"
|
10
|
+
require_relative "stack"
|
11
|
+
require_relative "flow"
|
12
|
+
require_relative "alert"
|
13
|
+
require_relative "button"
|
14
|
+
require_relative "para"
|
15
|
+
require_relative "core"
|
16
|
+
|
17
|
+
UI = LibUI
|
18
|
+
|
19
|
+
Shoes = Scarpe
|
20
|
+
|
21
|
+
Shoes.app(title: "Hello world!", height: 1000, width: 1000) do
|
22
|
+
title "Hello world!"
|
23
|
+
para "This is a paragraph", size: 10
|
24
|
+
flow do
|
25
|
+
stack do
|
26
|
+
inscription "Check out this paragraph",
|
27
|
+
stroke: red,
|
28
|
+
weight: "ultralight",
|
29
|
+
fill: yellow
|
30
|
+
banner "I'm just a fish though",
|
31
|
+
underline: "single",
|
32
|
+
italic: true,
|
33
|
+
weight: "bold",
|
34
|
+
stroke: darkred,
|
35
|
+
fill: aquamarine
|
36
|
+
end
|
37
|
+
end
|
38
|
+
stack do
|
39
|
+
flow do
|
40
|
+
button("Flimflam") do
|
41
|
+
alert "You clicked the button"
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
```ruby
|
2
|
+
class Object
|
3
|
+
def parent_caller
|
4
|
+
caller[0].match(/`(.*)'/)[1]
|
5
|
+
end
|
6
|
+
def all_callers
|
7
|
+
caller.map{|x| x.match(/`(.*)'/)[1] if self.respond_to? x.match(/`(.*)'/)[1].to_sym}.compact
|
8
|
+
end
|
9
|
+
|
10
|
+
def caller_key
|
11
|
+
caller[0].hash
|
12
|
+
end
|
13
|
+
end
|
14
|
+
all_callers
|
15
|
+
class Hi
|
16
|
+
def fish
|
17
|
+
yield
|
18
|
+
end
|
19
|
+
def flop
|
20
|
+
fish do
|
21
|
+
all_callers
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
Hi.new.flop
|
26
|
+
```
|
@@ -0,0 +1,154 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class Scarpe
|
4
|
+
SIZES = {
|
5
|
+
inscription: 10,
|
6
|
+
ins: 10,
|
7
|
+
para: 12,
|
8
|
+
caption: 14,
|
9
|
+
tagline: 18,
|
10
|
+
subtitle: 26,
|
11
|
+
title: 34,
|
12
|
+
banner: 48,
|
13
|
+
}.freeze
|
14
|
+
class << self
|
15
|
+
# Sure we can showcase the defaults here so folks can avoid the insanity.
|
16
|
+
def para(text, size: 12.0, stroke: black, weight: nil, fill: nil, underline: nil, italic: nil)
|
17
|
+
Para.new(
|
18
|
+
text,
|
19
|
+
size: size,
|
20
|
+
stroke: stroke,
|
21
|
+
weight: weight,
|
22
|
+
fill: fill,
|
23
|
+
underline: underline,
|
24
|
+
italic: italic,
|
25
|
+
)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
class Para
|
30
|
+
def initialize(text, size:, stroke:, weight:, fill:, underline:, italic:)
|
31
|
+
# old flow for label
|
32
|
+
# UI.box_append($vbox, UI.new_label(text), 0)
|
33
|
+
@handler = UI::FFI::AreaHandler.malloc
|
34
|
+
@handler.to_ptr.free = Fiddle::RUBY_FREE
|
35
|
+
@area = UI.new_area(@handler)
|
36
|
+
|
37
|
+
str = ""
|
38
|
+
@attr_str = UI.new_attributed_string(str)
|
39
|
+
|
40
|
+
font_weight = case weight
|
41
|
+
when "ultralight"
|
42
|
+
UI::TextWeightUltraLight
|
43
|
+
when "light"
|
44
|
+
UI::TextWeightLight
|
45
|
+
when "book"
|
46
|
+
UI::TextWeightBook
|
47
|
+
when "strong"
|
48
|
+
UI::TextWeightBold
|
49
|
+
when "bold"
|
50
|
+
UI::TextWeightBold
|
51
|
+
when "ultrabold"
|
52
|
+
UI::TextWeightUltraBold
|
53
|
+
else
|
54
|
+
nil
|
55
|
+
end
|
56
|
+
stroke2 = stroke.dup
|
57
|
+
attr_builder = []
|
58
|
+
attr_builder << UI.new_weight_attribute(font_weight) if font_weight
|
59
|
+
attr_builder << UI.new_size_attribute(size) if size
|
60
|
+
attr_builder << UI.new_color_attribute(
|
61
|
+
stroke[0].to_f / 255.0, stroke[1].to_f / 255.0, stroke[2].to_f / 255.0, stroke[3].to_f || 1.0
|
62
|
+
) if stroke
|
63
|
+
attr_builder << UI.new_background_attribute(
|
64
|
+
fill[0].to_f / 255.0, fill[1].to_f / 255.0, fill[2].to_f / 255.0, fill[3].to_f || 1.0
|
65
|
+
) if fill
|
66
|
+
attr_builder << UI.new_underline_attribute(UI::UnderlineSingle) if underline == "single"
|
67
|
+
attr_builder << UI.new_underline_attribute(UI::UnderlineDouble) if underline == "double"
|
68
|
+
# NOTE- this is a boolean, not a string. and not part of core scarpe api. we set this internally.
|
69
|
+
attr_builder << UI.new_italic_attribute(UI::TextItalicNormal) if italic == true
|
70
|
+
attr_builder << UI.new_italic_attribute(UI::TextItalicItalic) if italic == "double"
|
71
|
+
attr_builder << UI.new_underline_color_attribute(
|
72
|
+
UI::UnderlineColorCustom,
|
73
|
+
stroke2[0].to_f / 255.0,
|
74
|
+
stroke2[1].to_f / 255.0,
|
75
|
+
stroke2[2].to_f / 255.0,
|
76
|
+
stroke2[3].to_f || 1.0,
|
77
|
+
) if underline == "single" && stroke
|
78
|
+
# # UI.new_stretch_attribute(UI::TextStretchCondensed),stretch not implemented
|
79
|
+
append_with_attribute(
|
80
|
+
text,
|
81
|
+
*attr_builder,
|
82
|
+
)
|
83
|
+
attach_text
|
84
|
+
end
|
85
|
+
|
86
|
+
private
|
87
|
+
|
88
|
+
def draw_text
|
89
|
+
Fiddle::Closure::BlockCaller.new(0, [1, 1, 1]) do |_, _, adp|
|
90
|
+
area_draw_params = UI::FFI::AreaDrawParams.new(adp)
|
91
|
+
default_font = UI::FFI::FontDescriptor.malloc
|
92
|
+
default_font.to_ptr.free = Fiddle::RUBY_FREE
|
93
|
+
default_font.Family = "Georgia"
|
94
|
+
default_font.Size = 13
|
95
|
+
# default_font.Weight = 500
|
96
|
+
default_font.Italic = 0
|
97
|
+
default_font.Stretch = 4
|
98
|
+
params = UI::FFI::DrawTextLayoutParams.malloc
|
99
|
+
params.to_ptr.free = Fiddle::RUBY_FREE
|
100
|
+
|
101
|
+
# UI.font_button_font(font_button, default_font)
|
102
|
+
params.String = @attr_str
|
103
|
+
params.DefaultFont = default_font
|
104
|
+
params.Width = area_draw_params.AreaWidth
|
105
|
+
params.Align = 0
|
106
|
+
text_layout = UI.draw_new_text_layout(params)
|
107
|
+
UI.draw_text(area_draw_params.Context, text_layout, 0, 0)
|
108
|
+
UI.draw_free_text_layout(text_layout)
|
109
|
+
end
|
110
|
+
end
|
111
|
+
|
112
|
+
def attach_text
|
113
|
+
@handler.Draw = draw_text
|
114
|
+
|
115
|
+
# Assigning to local variables
|
116
|
+
# This is intended to protect Fiddle::Closure from garbage collection.
|
117
|
+
do_nothing = Fiddle::Closure::BlockCaller.new(0, [0]) {}
|
118
|
+
key_event = Fiddle::Closure::BlockCaller.new(1, [0]) { 0 }
|
119
|
+
@handler.MouseEvent = do_nothing
|
120
|
+
@handler.MouseCrossed = do_nothing
|
121
|
+
@handler.DragBroken = do_nothing
|
122
|
+
@handler.KeyEvent = key_event
|
123
|
+
|
124
|
+
# do i shove it in vbox or para_box?
|
125
|
+
# @para_box = UI.new_vertical_box
|
126
|
+
# UI.box_set_padded(@para_box, 1)
|
127
|
+
# debugger
|
128
|
+
hbox = $parent_box ? $parent_box : $vbox
|
129
|
+
UI.box_append(hbox, @area, 1)
|
130
|
+
|
131
|
+
# I have absolutely no idea what is going on with boxes so need to look into this next
|
132
|
+
# probably with stacks and flows
|
133
|
+
# UI.window_set_margined($main_window, 1)
|
134
|
+
# if $parent_box
|
135
|
+
# UI.window_set_child($main_window, hbox)
|
136
|
+
# else
|
137
|
+
# UI.window_set_child($main_window, $vbox)
|
138
|
+
# end
|
139
|
+
end
|
140
|
+
|
141
|
+
def append_with_attribute(what, *args)
|
142
|
+
start_pos = UI.attributed_string_len(@attr_str)
|
143
|
+
end_pos = start_pos + what.length
|
144
|
+
UI.attributed_string_append_unattributed(@attr_str, what)
|
145
|
+
args.each do |attr|
|
146
|
+
# puts "*" * 80
|
147
|
+
# puts "attr: #{attr}"
|
148
|
+
# puts "*" * 80
|
149
|
+
# sleep 1
|
150
|
+
UI.attributed_string_set_attribute(@attr_str, attr, start_pos, end_pos)
|
151
|
+
end
|
152
|
+
end
|
153
|
+
end
|
154
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class Object
|
4
|
+
def parent_caller
|
5
|
+
caller[0].match(/`(.*)'/)[1]
|
6
|
+
end
|
7
|
+
|
8
|
+
def all_callers
|
9
|
+
caller.map { |x| x.match(/`(.*)'/)[1] if self.respond_to? x.match(/`(.*)'/)[1].to_sym }.compact
|
10
|
+
end
|
11
|
+
|
12
|
+
def caller_key
|
13
|
+
caller[0].hash
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
def global_stack
|
18
|
+
@global_stack ||= {}
|
19
|
+
end
|
20
|
+
|
21
|
+
class Scarpe
|
22
|
+
# STARTING SINGLY, APPENDING TO TOP LEVEL BOX. later will do nested
|
23
|
+
class << self
|
24
|
+
# Width means nothing right now, but we'll get there
|
25
|
+
def stack(width: 1.0)
|
26
|
+
hbox = UI.new_horizontal_box
|
27
|
+
old_parent = $parent_box ? $parent_box : $vbox
|
28
|
+
$parent_box = hbox
|
29
|
+
yield
|
30
|
+
UI.box_append(old_parent, hbox, 1)
|
31
|
+
$parent_box = nil
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
data/lib/scarpe/line.rb
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "wv/shape_helper"
|
4
|
+
|
5
|
+
class Scarpe
|
6
|
+
class Line < Scarpe::Widget
|
7
|
+
include ShapeHelper
|
8
|
+
|
9
|
+
display_properties :left, :top, :x2, :y2, :color
|
10
|
+
|
11
|
+
def initialize(left, top, x2, y2)
|
12
|
+
validate_coordinates(x2, y2)
|
13
|
+
@left = left
|
14
|
+
@top = top
|
15
|
+
@x2 = x2
|
16
|
+
@y2 = y2
|
17
|
+
@color = color_for_fill
|
18
|
+
|
19
|
+
# validate_coordinates(x2, y2)
|
20
|
+
|
21
|
+
super()
|
22
|
+
create_display_widget
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
data/lib/scarpe/link.rb
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class Scarpe
|
4
|
+
class Link < Scarpe::TextWidget
|
5
|
+
display_properties :text, :click, :has_block
|
6
|
+
|
7
|
+
def initialize(text, click: nil, &block)
|
8
|
+
@text = text
|
9
|
+
@block = block
|
10
|
+
# We can't send a block to the display widget, but we can send a boolean
|
11
|
+
@has_block = !block.nil?
|
12
|
+
|
13
|
+
super
|
14
|
+
|
15
|
+
# The click property should be changed before it gets sent to the display widget
|
16
|
+
@click ||= "#"
|
17
|
+
|
18
|
+
bind_self_event("click") do
|
19
|
+
@block&.call
|
20
|
+
end
|
21
|
+
|
22
|
+
create_display_widget
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class Scarpe
|
4
|
+
class ListBox < Scarpe::Widget
|
5
|
+
display_properties :selected_item, :items, :height, :width
|
6
|
+
|
7
|
+
def initialize(args = {}, &block)
|
8
|
+
@items = args[:items] || []
|
9
|
+
@selected_item = args[:selected_item]
|
10
|
+
super()
|
11
|
+
|
12
|
+
bind_self_event("change") do |new_item|
|
13
|
+
self.selected_item = new_item
|
14
|
+
@callback&.call(new_item)
|
15
|
+
end
|
16
|
+
|
17
|
+
create_display_widget
|
18
|
+
end
|
19
|
+
|
20
|
+
def change(&block)
|
21
|
+
@callback = block
|
22
|
+
self # Allow chaining calls
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|