lacci 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +79 -0
- data/Rakefile +1 -4
- data/lib/lacci/scarpe_cli.rb +71 -0
- data/lib/lacci/scarpe_core.rb +22 -0
- data/lib/lacci/version.rb +13 -0
- data/lib/scarpe/niente/app.rb +23 -0
- data/lib/scarpe/niente/display_service.rb +62 -0
- data/lib/scarpe/niente/drawable.rb +57 -0
- data/lib/scarpe/niente/logger.rb +29 -0
- data/lib/scarpe/niente/shoes_spec.rb +87 -0
- data/lib/scarpe/niente.rb +20 -0
- data/lib/shoes/app.rb +165 -43
- data/lib/{scarpe → shoes}/background.rb +2 -2
- data/lib/{scarpe → shoes}/border.rb +2 -2
- data/lib/shoes/builtins.rb +63 -0
- data/lib/shoes/changelog.rb +52 -0
- data/lib/{scarpe → shoes}/colors.rb +3 -1
- data/lib/shoes/constants.rb +24 -3
- data/lib/{scarpe → shoes}/display_service.rb +45 -23
- data/lib/{scarpe → shoes}/download.rb +7 -7
- data/lib/shoes/drawable.rb +380 -0
- data/lib/shoes/drawables/arc.rb +49 -0
- data/lib/shoes/drawables/arrow.rb +41 -0
- data/lib/shoes/drawables/button.rb +73 -0
- data/lib/shoes/drawables/check.rb +29 -0
- data/lib/{scarpe → shoes/drawables}/document_root.rb +5 -5
- data/lib/{scarpe → shoes/drawables}/edit_box.rb +6 -6
- data/lib/{scarpe → shoes/drawables}/edit_line.rb +6 -6
- data/lib/shoes/drawables/flow.rb +22 -0
- data/lib/{scarpe → shoes/drawables}/image.rb +7 -13
- data/lib/shoes/drawables/line.rb +20 -0
- data/lib/shoes/drawables/link.rb +34 -0
- data/lib/shoes/drawables/list_box.rb +56 -0
- data/lib/shoes/drawables/para.rb +118 -0
- data/lib/shoes/drawables/progress.rb +14 -0
- data/lib/shoes/drawables/radio.rb +33 -0
- data/lib/shoes/drawables/rect.rb +17 -0
- data/lib/shoes/drawables/shape.rb +36 -0
- data/lib/shoes/drawables/slot.rb +87 -0
- data/lib/{scarpe → shoes/drawables}/span.rb +8 -7
- data/lib/{scarpe → shoes/drawables}/stack.rb +10 -4
- data/lib/shoes/drawables/star.rb +50 -0
- data/lib/shoes/drawables/subscription_item.rb +93 -0
- data/lib/shoes/drawables/text_drawable.rb +63 -0
- data/lib/shoes/drawables/video.rb +16 -0
- data/lib/shoes/drawables/widget.rb +69 -0
- data/lib/shoes/drawables.rb +31 -0
- data/lib/shoes/errors.rb +28 -0
- data/lib/shoes/log.rb +71 -0
- data/lib/shoes/ruby_extensions.rb +15 -0
- data/lib/shoes/spacing.rb +9 -0
- data/lib/shoes-spec.rb +93 -0
- data/lib/shoes.rb +93 -11
- metadata +67 -557
- 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/alert.rb +0 -19
- data/lib/scarpe/arc.rb +0 -49
- data/lib/scarpe/base64.rb +0 -27
- data/lib/scarpe/button.rb +0 -35
- data/lib/scarpe/cats_cradle.rb +0 -255
- data/lib/scarpe/fill.rb +0 -23
- data/lib/scarpe/flow.rb +0 -18
- data/lib/scarpe/font.rb +0 -14
- 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/link.rb +0 -25
- data/lib/scarpe/list_box.rb +0 -25
- data/lib/scarpe/logger.rb +0 -159
- data/lib/scarpe/para.rb +0 -92
- data/lib/scarpe/promises.rb +0 -405
- data/lib/scarpe/shape.rb +0 -20
- data/lib/scarpe/slot.rb +0 -7
- data/lib/scarpe/spacing.rb +0 -9
- data/lib/scarpe/star.rb +0 -47
- data/lib/scarpe/subscription_item.rb +0 -60
- data/lib/scarpe/unit_test_helpers.rb +0 -236
- data/lib/scarpe/version.rb +0 -5
- data/lib/scarpe/video.rb +0 -15
- 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/lib/shoes/text_widget.rb +0 -52
- data/lib/shoes/widget.rb +0 -209
- data/logger/debug_web_wrangler.json +0 -4
- data/logger/scarpe_wv_test.json +0 -4
- data/scarpe-0.2.0.gem +0 -0
- data/scarpe.gemspec +0 -44
- data/scarpegen.rb +0 -193
- data/sig/scarpe.rbs +0 -4
- data/templates/basic_class_template.erb +0 -38
- data/templates/class_template_with_event_bind.erb +0 -27
- data/templates/class_template_with_shapes.erb +0 -43
- data/templates/example_template.erb +0 -3
- data/templates/module_template.erb +0 -12
- data/templates/webview_template.erb +0 -27
@@ -1,37 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# a translation from a processing example
|
3
|
-
# http://vormplus.be/weging/an-introduction-to-processing/
|
4
|
-
#
|
5
|
-
Shoes.app :width => 420, :height => 420, :resizable => false do
|
6
|
-
stage, wide, sw, basesize, step = 0, 3.0, 1.0, 600, 60
|
7
|
-
stroke gray(127)
|
8
|
-
nofill
|
9
|
-
|
10
|
-
animate 40 do |i|
|
11
|
-
stage = (1...8).rand if i % 40 == 0
|
12
|
-
rotation = -(HALF_PI / wide)
|
13
|
-
clear do
|
14
|
-
background gray(240)
|
15
|
-
10.times do |i|
|
16
|
-
strokewidth sw * i
|
17
|
-
size = (basesize / 3) + ((step / 3) * i)
|
18
|
-
shape do
|
19
|
-
arc self.width / 2, self.height / 2,
|
20
|
-
size, size,
|
21
|
-
rotation * i, rotation * i + TWO_PI - HALF_PI
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
case stage
|
27
|
-
when 1; wide -= 0.1
|
28
|
-
when 2; wide += 0.1
|
29
|
-
when 3; basesize -= 1
|
30
|
-
when 4; basesize += 2
|
31
|
-
when 5; sw += 0.1
|
32
|
-
when 6; sw -= 0.01
|
33
|
-
when 7; step += 2
|
34
|
-
else step -= 1
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,51 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# Shoes Clock by Thomas Bell
|
3
|
-
# posted to the Shoes mailing list on 04 Dec 2007
|
4
|
-
#
|
5
|
-
Shoes.app :height => 260, :width => 250 do
|
6
|
-
@radius, @centerx, @centery = 90, 126, 140
|
7
|
-
animate(8) do
|
8
|
-
@time = Time.now
|
9
|
-
clear do
|
10
|
-
draw_background
|
11
|
-
stack do
|
12
|
-
background black
|
13
|
-
para @time.strftime("%a"),
|
14
|
-
span(@time.strftime(" %b %d, %Y "), :stroke => "#ccc"),
|
15
|
-
strong(@time.strftime("%I:%M"), :stroke => white),
|
16
|
-
@time.strftime(".%S"), :align => "center", :stroke => "#666",
|
17
|
-
:margin => 4
|
18
|
-
end
|
19
|
-
clock_hand @time.sec + (@time.usec * 0.000001),2,30,red
|
20
|
-
clock_hand @time.min + (@time.sec / 60.0),5
|
21
|
-
clock_hand @time.hour + (@time.min / 60.0),8,6
|
22
|
-
end
|
23
|
-
end
|
24
|
-
def draw_background
|
25
|
-
background rgb(230, 240, 200)
|
26
|
-
|
27
|
-
fill white
|
28
|
-
stroke black
|
29
|
-
strokewidth 4
|
30
|
-
oval @centerx - 102, @centery - 102, 204, 204
|
31
|
-
|
32
|
-
fill black
|
33
|
-
nostroke
|
34
|
-
oval @centerx - 5, @centery - 5, 10, 10
|
35
|
-
|
36
|
-
stroke black
|
37
|
-
strokewidth 1
|
38
|
-
line(@centerx, @centery - 102, @centerx, @centery - 95)
|
39
|
-
line(@centerx - 102, @centery, @centerx - 95, @centery)
|
40
|
-
line(@centerx + 95, @centery, @centerx + 102, @centery)
|
41
|
-
line(@centerx, @centery + 95, @centerx, @centery + 102)
|
42
|
-
end
|
43
|
-
def clock_hand(time, sw, unit=30, color=black)
|
44
|
-
radius_local = unit == 30 ? @radius : @radius - 15
|
45
|
-
_x = radius_local * Math.sin( time * Math::PI / unit )
|
46
|
-
_y = radius_local * Math.cos( time * Math::PI / unit )
|
47
|
-
stroke color
|
48
|
-
strokewidth sw
|
49
|
-
line(@centerx, @centery, @centerx + _x, @centery - _y)
|
50
|
-
end
|
51
|
-
end
|
@@ -1,26 +0,0 @@
|
|
1
|
-
trails = [[0, 0]] * 60
|
2
|
-
Shoes.app :width => 200, :height => 200, :resizable => false do
|
3
|
-
nostroke
|
4
|
-
fill rgb(0x3, 0x1, 0x3, 0.6)
|
5
|
-
|
6
|
-
# animation at 100 frames per second
|
7
|
-
animate(60) do
|
8
|
-
trails.shift
|
9
|
-
trails << self.mouse[1, 2]
|
10
|
-
|
11
|
-
clear do
|
12
|
-
# change the background based on where the pointer is
|
13
|
-
background rgb(
|
14
|
-
20 + (70 * (trails.last[0].to_f / self.width)).to_i,
|
15
|
-
20 + (70 * (trails.last[1].to_f / self.height)).to_i,
|
16
|
-
51)
|
17
|
-
|
18
|
-
# draw circles progressively bigger
|
19
|
-
trails.each_with_index do |(x, y), i|
|
20
|
-
i += 1
|
21
|
-
oval :left => x, :top => y, :radius => (i*0.5), :center => true
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
end
|
@@ -1,174 +0,0 @@
|
|
1
|
-
require 'yaml'
|
2
|
-
|
3
|
-
Shoes.app :title => "A Gentle Reminder",
|
4
|
-
:width => 370, :height => 560, :resizable => false do
|
5
|
-
|
6
|
-
background white
|
7
|
-
background tan, :height => 40
|
8
|
-
|
9
|
-
caption "A Gentle Reminder", :margin => 8, :stroke => white
|
10
|
-
|
11
|
-
stack :margin => 10, :margin_top => 50 do
|
12
|
-
para "You need to", :stroke => red, :fill => yellow
|
13
|
-
|
14
|
-
stack :margin_left => 5, :margin_right => 10, :width => 1.0, :height => 200, :scroll => true do
|
15
|
-
background white
|
16
|
-
border white, :strokewidth => 3
|
17
|
-
@gui_todo = para
|
18
|
-
end
|
19
|
-
|
20
|
-
flow :margin_top => 10 do
|
21
|
-
para "Remember to"
|
22
|
-
@add = edit_line(:margin_left => 10, :width => 180)
|
23
|
-
button("Add", :margin_left => 5) { add_todo(@add.text); @add.text = '' }
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
stack :margin_top => 10 do
|
28
|
-
background darkgray
|
29
|
-
para strong('Completed'), :stroke => white
|
30
|
-
end
|
31
|
-
|
32
|
-
@gui_completed = stack :width => 1.0, :height => 207, :margin_right => 20
|
33
|
-
|
34
|
-
|
35
|
-
def data_path
|
36
|
-
if RUBY_PLATFORM =~ /win32/
|
37
|
-
if ENV['USERPROFILE']
|
38
|
-
if File.exist?(File.join(File.expand_path(ENV['USERPROFILE']), "Application Data"))
|
39
|
-
user_data_directory = File.join File.expand_path(ENV['USERPROFILE']), "Application Data", "GentleReminder"
|
40
|
-
else
|
41
|
-
user_data_directory = File.join File.expand_path(ENV['USERPROFILE']), "GentleReminder"
|
42
|
-
end
|
43
|
-
else
|
44
|
-
user_data_directory = File.join File.expand_path(Dir.getwd), "data"
|
45
|
-
end
|
46
|
-
else
|
47
|
-
user_data_directory = File.expand_path(File.join("~", ".gentlereminder"))
|
48
|
-
end
|
49
|
-
|
50
|
-
unless File.exist?(user_data_directory)
|
51
|
-
Dir.mkdir(user_data_directory)
|
52
|
-
end
|
53
|
-
|
54
|
-
return File.join(user_data_directory, "data.yaml")
|
55
|
-
end
|
56
|
-
|
57
|
-
|
58
|
-
def refresh_todo
|
59
|
-
@gui_todo.replace *(
|
60
|
-
@todo.map { |item|
|
61
|
-
[ item, ' ' ] + [ link('Done') { complete_todo item } ] + [ ' ' ] +
|
62
|
-
[ link('Forget it') { forget_todo item } ] + [ "\n" ]
|
63
|
-
}.flatten
|
64
|
-
)
|
65
|
-
end
|
66
|
-
|
67
|
-
|
68
|
-
def refresh
|
69
|
-
refresh_todo
|
70
|
-
|
71
|
-
@gui_completed.clear
|
72
|
-
|
73
|
-
@gui_completed.append do
|
74
|
-
background white
|
75
|
-
|
76
|
-
@completed.keys.sort.reverse.each { |day|
|
77
|
-
stack do
|
78
|
-
background lightgrey
|
79
|
-
para strong(Time.at(day).strftime('%B %d, %Y')), :stroke => white
|
80
|
-
end
|
81
|
-
|
82
|
-
stack do
|
83
|
-
inscription *(
|
84
|
-
@completed[day].map { |item|
|
85
|
-
[ item ] + [ ' ' ] + [ link('Not Done') { undo_todo day, item } ] +
|
86
|
-
(@completed[day].index(item) == @completed[day].length - 1 ? [ '' ] : [ "\n" ])
|
87
|
-
}.flatten
|
88
|
-
)
|
89
|
-
end
|
90
|
-
|
91
|
-
}
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
|
96
|
-
def complete_todo(item)
|
97
|
-
day = Time.today.to_i
|
98
|
-
|
99
|
-
if @completed.keys.include? day
|
100
|
-
@completed[day] << item
|
101
|
-
else
|
102
|
-
@completed[day] = [ item ]
|
103
|
-
end
|
104
|
-
|
105
|
-
@todo.delete(item)
|
106
|
-
|
107
|
-
save
|
108
|
-
|
109
|
-
refresh
|
110
|
-
end
|
111
|
-
|
112
|
-
|
113
|
-
def undo_todo(day, item)
|
114
|
-
@completed[day].delete item
|
115
|
-
|
116
|
-
@completed.delete(day) if @completed[day].empty?
|
117
|
-
|
118
|
-
@todo << item unless @todo.include? item
|
119
|
-
|
120
|
-
save
|
121
|
-
|
122
|
-
refresh
|
123
|
-
end
|
124
|
-
|
125
|
-
|
126
|
-
def add_todo(item)
|
127
|
-
item = item.strip
|
128
|
-
|
129
|
-
return if item == ''
|
130
|
-
|
131
|
-
if @todo.include? item
|
132
|
-
alert('You have already added that to the list!')
|
133
|
-
return
|
134
|
-
end
|
135
|
-
|
136
|
-
@todo << item
|
137
|
-
|
138
|
-
save
|
139
|
-
|
140
|
-
refresh_todo
|
141
|
-
end
|
142
|
-
|
143
|
-
|
144
|
-
def forget_todo(item)
|
145
|
-
@todo.delete item
|
146
|
-
|
147
|
-
save
|
148
|
-
|
149
|
-
refresh_todo
|
150
|
-
end
|
151
|
-
|
152
|
-
|
153
|
-
def load
|
154
|
-
if File.exist?(data_path)
|
155
|
-
@todo, @completed = YAML::load(File.open(data_path, 'r'))
|
156
|
-
else
|
157
|
-
@todo = []
|
158
|
-
@completed = {}
|
159
|
-
end
|
160
|
-
|
161
|
-
refresh
|
162
|
-
end
|
163
|
-
|
164
|
-
|
165
|
-
def save
|
166
|
-
File.open(data_path, 'w') { |f|
|
167
|
-
f.write [ @todo, @completed ].to_yaml
|
168
|
-
}
|
169
|
-
end
|
170
|
-
|
171
|
-
|
172
|
-
load
|
173
|
-
|
174
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
NOTES = [['Welcome to the vJot Clone', <<-'END']]
|
2
|
-
This sample app is a notetaker, a clone of PJ Hyett's vjot.com.
|
3
|
-
|
4
|
-
Creating
|
5
|
-
----------
|
6
|
-
Click "Add a New Note" and the jot will be loaded into the editor for reading or editing.
|
7
|
-
|
8
|
-
Editing
|
9
|
-
---------
|
10
|
-
Click a jot's title to load it.
|
11
|
-
|
12
|
-
Saving
|
13
|
-
--------
|
14
|
-
There is no save button, the jot is saved as you edit.
|
15
|
-
|
16
|
-
END
|
17
|
-
|
18
|
-
Shoes.app :title => "vJot",
|
19
|
-
:width => 420, :height => 560, :resizable => false do
|
20
|
-
|
21
|
-
@note = NOTES.first
|
22
|
-
background "#C7EAFB"
|
23
|
-
stack :width => 400, :margin => 20 do
|
24
|
-
background "#eee", :curve => 12
|
25
|
-
border "#00D0FF", :strokewidth => 3, :curve => 12
|
26
|
-
stack :margin => 20 do
|
27
|
-
caption "vJot"
|
28
|
-
@title = edit_line @note[0], :width => 1.0 do
|
29
|
-
@note[0] = @title.text
|
30
|
-
load_list
|
31
|
-
end
|
32
|
-
stack :width => 1.0, :height => 200, :scroll => true do
|
33
|
-
@list = para
|
34
|
-
end
|
35
|
-
@jot = edit_box @note[1], :width => 1.0, :height => 200, :margin_bottom => 20 do
|
36
|
-
@note[1] = @jot.text
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
def load_list
|
42
|
-
@list.replace *(NOTES.map { |note|
|
43
|
-
[link(note.first) { @note = load_note(note); load_list }, "\n"]
|
44
|
-
}.flatten +
|
45
|
-
[link("+ Add a new Note") { NOTES << (@note = load_note); load_list }])
|
46
|
-
end
|
47
|
-
|
48
|
-
def load_note(note = ['New Note', ''])
|
49
|
-
@note = note
|
50
|
-
@title.text = note[0]
|
51
|
-
@jot.text = note[1]
|
52
|
-
note
|
53
|
-
end
|
54
|
-
|
55
|
-
load_list
|
56
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
@to_roll = flow :height => 100, :margin => 5 do
|
3
|
-
background lightyellow, :curve => 10
|
4
|
-
para link('Roll me up!').click{ roll_up(@to_roll) }, :margin => 35
|
5
|
-
end
|
6
|
-
def roll_up(slot, speed = 30, step = 8)
|
7
|
-
animate speed do
|
8
|
-
if slot.height <= step
|
9
|
-
slot.hide
|
10
|
-
stop
|
11
|
-
else
|
12
|
-
slot.height -= step
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
@@ -1,75 +0,0 @@
|
|
1
|
-
module Accordion
|
2
|
-
def open_page stack
|
3
|
-
active = app.slot.contents.map { |x| x.contents[1] }.
|
4
|
-
detect { |x| x.height > 0 }
|
5
|
-
return if active == stack
|
6
|
-
a = animate 60 do
|
7
|
-
stack.height += 20
|
8
|
-
active.height = 240 - stack.height if active
|
9
|
-
a.stop if stack.height == 240
|
10
|
-
end
|
11
|
-
end
|
12
|
-
def page title, text
|
13
|
-
@pages ||= []
|
14
|
-
@pages <<
|
15
|
-
stack do
|
16
|
-
page_text = nil
|
17
|
-
stack :width => "100%" do
|
18
|
-
background "#fff".."#eed"
|
19
|
-
hi = background "#ddd".."#ba9", :hidden => true
|
20
|
-
para link(title) {}, :size => 26
|
21
|
-
hover { hi.show }
|
22
|
-
leave { hi.hide }
|
23
|
-
click { open_page page_text }
|
24
|
-
end
|
25
|
-
page_text =
|
26
|
-
stack :width => "100%", :height => (@pages.empty? ? 240 : 0) do
|
27
|
-
stack :margin => 10 do
|
28
|
-
text.split(/\n{2,}/).each do |pg|
|
29
|
-
para pg
|
30
|
-
end
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
Shoes.app do
|
38
|
-
extend Accordion
|
39
|
-
style(Link, :stroke => black, :underline => nil, :weight => "strong")
|
40
|
-
style(LinkHover, :stroke => black, :fill => nil, :underline => nil)
|
41
|
-
|
42
|
-
page "0.0", <<-'END'
|
43
|
-
There is a thought
|
44
|
-
I have just had
|
45
|
-
Which I don’t care to pass to
|
46
|
-
Anyone at all at this time.
|
47
|
-
|
48
|
-
I have even forgotten it now,
|
49
|
-
But kept only the pleasures
|
50
|
-
Of my property
|
51
|
-
And of my controlled mental slippage.
|
52
|
-
END
|
53
|
-
page "0.1", <<-'END'
|
54
|
-
My eyes have blinked again
|
55
|
-
And I have just realized
|
56
|
-
This upright world
|
57
|
-
I have been in.
|
58
|
-
|
59
|
-
My eyelids wipe
|
60
|
-
My eyes hundreds of times
|
61
|
-
Reseting and renovating
|
62
|
-
The scenery.
|
63
|
-
END
|
64
|
-
page "0.2", <<-'END'
|
65
|
-
Sister, without you,
|
66
|
-
The universe would
|
67
|
-
Have such a hole through it,
|
68
|
-
Where infinity has been shot.
|
69
|
-
|
70
|
-
This cannot be, though.
|
71
|
-
There will always be room
|
72
|
-
For you—all of us are
|
73
|
-
Holding the way open.
|
74
|
-
END
|
75
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
background rgb(0, 0, 0)
|
3
|
-
fill rgb(255, 255, 255)
|
4
|
-
rects = [
|
5
|
-
rect(0, 0, 50, 50),
|
6
|
-
rect(0, 0, 100, 100),
|
7
|
-
rect(0, 0, 75, 75)
|
8
|
-
]
|
9
|
-
animate(24) do |i|
|
10
|
-
rects.each do |r|
|
11
|
-
r.move((0..400).rand, (0..400).rand)
|
12
|
-
end
|
13
|
-
end
|
14
|
-
button "OK", :top => 0.5, :left => 0.5 do
|
15
|
-
quit unless confirm "You ARE sure you're OK??"
|
16
|
-
end
|
17
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
stack :top => 0.5, :left => 0.5 do
|
3
|
-
para "Counting up:"
|
4
|
-
l = para "0"
|
5
|
-
animate(24) do |i|
|
6
|
-
f = ['Arial 14px', 'Serif 34px', 'Monospace 18px', 'Arial 48px'][rand(3)]
|
7
|
-
l.replace "#{i}", :font => f
|
8
|
-
end
|
9
|
-
motion do |x, y|
|
10
|
-
Shoes.p [x, y]
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# a translation from a processing example
|
3
|
-
# http://vormplus.be/weging/an-introduction-to-processing/
|
4
|
-
#
|
5
|
-
Shoes.app :width => 420, :height => 420, :resizable => false do
|
6
|
-
rotation = -(Shoes::HALF_PI / 3)
|
7
|
-
step = 20
|
8
|
-
|
9
|
-
background gray(240)
|
10
|
-
stroke gray(127)
|
11
|
-
cap :curve
|
12
|
-
nofill
|
13
|
-
|
14
|
-
10.times do |i|
|
15
|
-
strokewidth i
|
16
|
-
size = 200 + (step * i)
|
17
|
-
shape do
|
18
|
-
arc self.width / 2, self.height / 2,
|
19
|
-
size, size,
|
20
|
-
rotation * i, rotation * i + Shoes::TWO_PI - Shoes::HALF_PI
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,24 +0,0 @@
|
|
1
|
-
xspeed, yspeed = 8.4, 6.6
|
2
|
-
xdir, ydir = 1, 1
|
3
|
-
|
4
|
-
Shoes.app do
|
5
|
-
background "#DFA"
|
6
|
-
border black, :strokewidth => 6
|
7
|
-
|
8
|
-
nostroke
|
9
|
-
@icon = image "#{DIR}/static/shoes-icon.png", :left => 100, :top => 100 do
|
10
|
-
alert "You're soooo quick."
|
11
|
-
end
|
12
|
-
|
13
|
-
x, y = self.width / 2, self.height / 2
|
14
|
-
size = @icon.size
|
15
|
-
animate(30) do
|
16
|
-
x += xspeed * xdir
|
17
|
-
y += yspeed * ydir
|
18
|
-
|
19
|
-
xdir *= -1 if x > self.width - size[0] or x < 0
|
20
|
-
ydir *= -1 if y > self.height - size[1] or y < 0
|
21
|
-
|
22
|
-
@icon.move x.to_i, y.to_i
|
23
|
-
end
|
24
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
class Calc
|
2
|
-
def initialize
|
3
|
-
@number = 0
|
4
|
-
@previous = nil
|
5
|
-
@op = nil
|
6
|
-
end
|
7
|
-
|
8
|
-
def to_s
|
9
|
-
@number.to_s
|
10
|
-
end
|
11
|
-
|
12
|
-
(0..9).each do |n|
|
13
|
-
define_method "press_#{n}" do
|
14
|
-
@number = @number.to_i * 10 + n
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
def press_clear
|
19
|
-
@number = 0
|
20
|
-
end
|
21
|
-
|
22
|
-
{'add' => '+', 'sub' => '-', 'times' => '*', 'div' => '/'}.each do |meth, op|
|
23
|
-
define_method "press_#{meth}" do
|
24
|
-
if @op
|
25
|
-
press_equals
|
26
|
-
end
|
27
|
-
@op = op
|
28
|
-
@previous, @number = @number, nil
|
29
|
-
end
|
30
|
-
end
|
31
|
-
|
32
|
-
def press_equals
|
33
|
-
@number = @previous.send(@op, @number.to_i)
|
34
|
-
@op = nil
|
35
|
-
end
|
36
|
-
|
37
|
-
end
|
38
|
-
|
39
|
-
number_field = nil
|
40
|
-
number = Calc.new
|
41
|
-
Shoes.app :height => 250, :width => 200, :resizable => false do
|
42
|
-
background "#EEC".."#996", :curve => 5, :margin => 2
|
43
|
-
|
44
|
-
stack :margin => 2 do
|
45
|
-
|
46
|
-
stack :margin => 8 do
|
47
|
-
number_field = para strong(number)
|
48
|
-
end
|
49
|
-
|
50
|
-
flow :width => 218, :margin => 4 do
|
51
|
-
%w(7 8 9 / 4 5 6 * 1 2 3 - 0 Clr = +).each do |btn|
|
52
|
-
button btn, :width => 46, :height => 46 do
|
53
|
-
method = case btn
|
54
|
-
when /[0-9]/; 'press_'+btn
|
55
|
-
when 'Clr'; 'press_clear'
|
56
|
-
when '='; 'press_equals'
|
57
|
-
when '+'; 'press_add'
|
58
|
-
when '-'; 'press_sub'
|
59
|
-
when '*'; 'press_times'
|
60
|
-
when '/'; 'press_div'
|
61
|
-
end
|
62
|
-
|
63
|
-
number.send(method)
|
64
|
-
number_field.replace strong(number)
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
end
|