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,385 +0,0 @@
|
|
1
|
-
# Tankspank
|
2
|
-
# kevin conner
|
3
|
-
# connerk@gmail.com
|
4
|
-
# version 3, 13 March 2008
|
5
|
-
# this code is free, do what you like with it!
|
6
|
-
|
7
|
-
$width, $height = 700, 500
|
8
|
-
$camera_tightness = 0.1
|
9
|
-
|
10
|
-
module Collisions
|
11
|
-
def contains? x, y
|
12
|
-
not (x < west or x > east or y < north or y > south)
|
13
|
-
end
|
14
|
-
|
15
|
-
def intersects? other
|
16
|
-
not (other.east < west or other.west > east or
|
17
|
-
other.south < north or other.north > south)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
class Building
|
22
|
-
include Collisions
|
23
|
-
|
24
|
-
attr_reader :west, :east, :north, :south
|
25
|
-
|
26
|
-
def initialize(west, east, north, south)
|
27
|
-
@west, @east, @north, @south = west, east, north, south
|
28
|
-
@top, @bottom = 1.1 + rand(3) * 0.15, 1.0
|
29
|
-
|
30
|
-
color = (1..3).collect { 0.2 + 0.4 * rand }
|
31
|
-
color << 0.9
|
32
|
-
@stroke = $app.rgb *color
|
33
|
-
color[-1] = 0.3
|
34
|
-
@fill = $app.rgb *color
|
35
|
-
end
|
36
|
-
|
37
|
-
def draw
|
38
|
-
$app.stroke @stroke
|
39
|
-
$app.fill @fill
|
40
|
-
Opp.draw_opp_box(@west, @east, @north, @south, @top, @bottom)
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
module Guidance
|
45
|
-
def guidance_system x, y, dest_x, dest_y, angle
|
46
|
-
vx, vy = dest_x - x, dest_y - y
|
47
|
-
if vx.abs < 0.1 and vy.abs <= 0.1
|
48
|
-
yield 0, 0
|
49
|
-
else
|
50
|
-
length = Math.sqrt(vx * vx + vy * vy)
|
51
|
-
vx /= length
|
52
|
-
vy /= length
|
53
|
-
ax, ay = Math.cos(angle), Math.sin(angle)
|
54
|
-
cos_between = vx * ax + vy * ay
|
55
|
-
sin_between = vx * -ay + vy * ax
|
56
|
-
yield sin_between, cos_between
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
module Life
|
62
|
-
attr_reader :health
|
63
|
-
def dead?
|
64
|
-
@health == 0
|
65
|
-
end
|
66
|
-
def hurt damage
|
67
|
-
@health = [@health - damage, 0].max
|
68
|
-
end
|
69
|
-
end
|
70
|
-
|
71
|
-
class Tank
|
72
|
-
include Collisions
|
73
|
-
include Guidance
|
74
|
-
include Life
|
75
|
-
# ^ sounds like insurance
|
76
|
-
|
77
|
-
@@collide_size = 15
|
78
|
-
def west; @x - @@collide_size; end
|
79
|
-
def east; @x + @@collide_size; end
|
80
|
-
def north; @y - @@collide_size; end
|
81
|
-
def south; @y + @@collide_size; end
|
82
|
-
|
83
|
-
attr_reader :x, :y
|
84
|
-
|
85
|
-
def initialize
|
86
|
-
@x, @y = 0, -125
|
87
|
-
@last_x, @last_y = @x, @y
|
88
|
-
@tank_angle = 0.0
|
89
|
-
@dest_x, @dest_y = 0, 0
|
90
|
-
@acceleration = 0.0
|
91
|
-
@speed = 0.0
|
92
|
-
@moving = false
|
93
|
-
|
94
|
-
@aim_angle = 0.0
|
95
|
-
@target_x, @target_y = 0, 0
|
96
|
-
@aimed = false
|
97
|
-
|
98
|
-
@health = 100
|
99
|
-
end
|
100
|
-
|
101
|
-
def set_destination
|
102
|
-
@dest_x, @dest_y = @target_x, @target_y
|
103
|
-
@moving = true
|
104
|
-
end
|
105
|
-
|
106
|
-
def fire
|
107
|
-
Opp.add_shell Shell.new(@x + 30 * Math.cos(@aim_angle),
|
108
|
-
@y + 30 * Math.sin(@aim_angle), @aim_angle)
|
109
|
-
end
|
110
|
-
|
111
|
-
def update button, mouse_x, mouse_y
|
112
|
-
@target_x, @target_y = mouse_x, mouse_y
|
113
|
-
|
114
|
-
if @moving
|
115
|
-
guidance_system @x, @y, @dest_x, @dest_y, @tank_angle do |direction, on_target|
|
116
|
-
turn direction
|
117
|
-
@acceleration = on_target * 0.25
|
118
|
-
end
|
119
|
-
|
120
|
-
distance = Math.sqrt((@dest_x - @x) ** 2 + (@dest_y - @y) ** 2)
|
121
|
-
@moving = false if distance < 50
|
122
|
-
else
|
123
|
-
@acceleration = 0.0
|
124
|
-
end
|
125
|
-
|
126
|
-
guidance_system @x, @y, @target_x, @target_y, @aim_angle do |direction, on_target|
|
127
|
-
aim direction
|
128
|
-
@aimed = on_target > 0.98
|
129
|
-
end
|
130
|
-
|
131
|
-
integrity = @health / 100.0 # the more hurt you are, the slower you go
|
132
|
-
@speed = [[@speed + @acceleration, 5.0 * integrity].min, -3.0 * integrity].max
|
133
|
-
@speed *= 0.9 if !@moving
|
134
|
-
|
135
|
-
@last_x, @last_y = @x, @y
|
136
|
-
@x += @speed * Math.cos(@tank_angle)
|
137
|
-
@y += @speed * Math.sin(@tank_angle)
|
138
|
-
end
|
139
|
-
|
140
|
-
def collide_and_stop
|
141
|
-
@x, @y = @last_x, @last_y
|
142
|
-
hurt @speed.abs * 3 + 5
|
143
|
-
@speed = 0
|
144
|
-
@moving = false
|
145
|
-
end
|
146
|
-
|
147
|
-
def turn direction
|
148
|
-
@tank_angle += [[-0.03, direction].max, 0.03].min
|
149
|
-
end
|
150
|
-
|
151
|
-
def aim direction
|
152
|
-
@aim_angle += [[-0.1, direction].max, 0.1].min
|
153
|
-
end
|
154
|
-
|
155
|
-
def draw
|
156
|
-
$app.stroke $app.blue
|
157
|
-
$app.fill $app.blue(0.4)
|
158
|
-
Opp.draw_opp_rect @x - 20, @x + 20, @y - 15, @y + 15, 1.05, @tank_angle
|
159
|
-
#Opp.draw_opp_box @x - 20, @x + 20, @y - 20, @y + 20, 1.03, 1.0
|
160
|
-
Opp.draw_opp_rect @x - 10, @x + 10, @y - 7, @y + 7, 1.05, @aim_angle
|
161
|
-
x, unused1, y, unused2 = Opp.project(@x, 0, @y, 0, 1.05)
|
162
|
-
$app.line x, y, x + 25 * Math.cos(@aim_angle), y + 25 * Math.sin(@aim_angle)
|
163
|
-
|
164
|
-
$app.stroke $app.red
|
165
|
-
$app.fill $app.red(@aimed ? 0.4 : 0.1)
|
166
|
-
Opp.draw_opp_oval @target_x - 10, @target_x + 10, @target_y - 10, @target_y + 10, 1.00
|
167
|
-
|
168
|
-
if @moving
|
169
|
-
$app.stroke $app.green
|
170
|
-
$app.fill $app.green(0.2)
|
171
|
-
Opp.draw_opp_oval @dest_x - 20, @dest_x + 20, @dest_y - 20, @dest_y + 20, 1.00
|
172
|
-
end
|
173
|
-
end
|
174
|
-
end
|
175
|
-
|
176
|
-
class Shell
|
177
|
-
attr_reader :x, :y
|
178
|
-
|
179
|
-
def initialize x, y, angle
|
180
|
-
@x, @y, @angle = x, y, angle
|
181
|
-
@speed = 10.0
|
182
|
-
end
|
183
|
-
|
184
|
-
def update
|
185
|
-
@x += @speed * Math.cos(@angle)
|
186
|
-
@y += @speed * Math.sin(@angle)
|
187
|
-
end
|
188
|
-
|
189
|
-
def draw
|
190
|
-
$app.stroke $app.red
|
191
|
-
$app.fill $app.red(0.1)
|
192
|
-
Opp.draw_opp_box @x - 2, @x + 2, @y - 2, @y + 2, 1.05, 1.04
|
193
|
-
end
|
194
|
-
end
|
195
|
-
|
196
|
-
class Opp
|
197
|
-
def self.new_game
|
198
|
-
@offset_x, @offset_y = 0, 0
|
199
|
-
@buildings = [
|
200
|
-
[-1000, -750, -750, -250],
|
201
|
-
[-500, 250, -750, -250],
|
202
|
-
[500, 1000, -750, -500],
|
203
|
-
[750, 1250, -250, 0],
|
204
|
-
[750, 1250, 250, 750],
|
205
|
-
[250, 500, 0, 750],
|
206
|
-
[-250, 0, 0, 500],
|
207
|
-
[-500, 0, 750, 1000],
|
208
|
-
[-1000, -500, 0, 500],
|
209
|
-
[400, 600, -350, -150]
|
210
|
-
].collect { |p| Building.new *p }
|
211
|
-
@shells = []
|
212
|
-
@boundary = [-1250, 1500, -1250, 1250]
|
213
|
-
@tank = Tank.new
|
214
|
-
@center_x, @center_y = $app.width / 2, $app.height / 2
|
215
|
-
end
|
216
|
-
|
217
|
-
def self.tank
|
218
|
-
@tank
|
219
|
-
end
|
220
|
-
|
221
|
-
def self.read_input
|
222
|
-
@input = $app.mouse
|
223
|
-
end
|
224
|
-
|
225
|
-
def self.update_scene
|
226
|
-
button, x, y = @input
|
227
|
-
x += @offset_x - @center_x
|
228
|
-
y += @offset_y - @center_y
|
229
|
-
|
230
|
-
@tank.update(button, x, y) if !@tank.dead?
|
231
|
-
@buildings.each do |b|
|
232
|
-
@tank.collide_and_stop if b.intersects? @tank
|
233
|
-
end
|
234
|
-
|
235
|
-
@shells.each { |s| s.update }
|
236
|
-
@buildings.each do |b|
|
237
|
-
@shells.reject! do |s|
|
238
|
-
b.contains?(s.x, s.y)
|
239
|
-
end
|
240
|
-
end
|
241
|
-
#collide shells with tanks -- don't need this until there are enemy tanks
|
242
|
-
#@shells.reject! do |s|
|
243
|
-
# @tank.contains?(s.x, s.y)
|
244
|
-
#end
|
245
|
-
|
246
|
-
$app.clear do
|
247
|
-
@offset_x += $camera_tightness * (@tank.x - @offset_x)
|
248
|
-
@offset_y += $camera_tightness * (@tank.y - @offset_y)
|
249
|
-
|
250
|
-
$app.background $app.black
|
251
|
-
@center_x, @center_y = $app.width / 2, $app.height / 2
|
252
|
-
|
253
|
-
$app.stroke $app.red(0.9)
|
254
|
-
$app.nofill
|
255
|
-
draw_opp_box *(@boundary + [1.1, 1.0, false])
|
256
|
-
|
257
|
-
@tank.draw
|
258
|
-
@shells.each { |s| s.draw }
|
259
|
-
@buildings.each { |b| b.draw }
|
260
|
-
end
|
261
|
-
end
|
262
|
-
|
263
|
-
def self.add_shell shell
|
264
|
-
@shells << shell
|
265
|
-
@shells.shift if @shells.size > 10
|
266
|
-
end
|
267
|
-
|
268
|
-
def self.project left, right, top, bottom, depth
|
269
|
-
[left, right].collect { |x| @center_x + depth * (x - @offset_x) } +
|
270
|
-
[top, bottom].collect { |y| @center_y + depth * (y - @offset_y) }
|
271
|
-
end
|
272
|
-
|
273
|
-
# here "front" and "back" push the rect into and out of the window.
|
274
|
-
# 1.0 means your x and y units are pixels on the surface.
|
275
|
-
# greater than that brings the box closer. less pushes it back. 0.0 => infinity.
|
276
|
-
# the front will be filled but the rest is wireframe only.
|
277
|
-
def self.draw_opp_box left, right, top, bottom, front, back, occlude = true
|
278
|
-
near_left, near_right, near_top, near_bottom = project(left, right, top, bottom, front)
|
279
|
-
far_left, far_right, far_top, far_bottom = project(left, right, top, bottom, back)
|
280
|
-
|
281
|
-
# determine which sides of the box are visible
|
282
|
-
if occlude
|
283
|
-
draw_left = @center_x < near_left
|
284
|
-
draw_right = near_right < @center_x
|
285
|
-
draw_top = @center_y < near_top
|
286
|
-
draw_bottom = near_bottom < @center_y
|
287
|
-
else
|
288
|
-
draw_left, draw_right, draw_top, draw_bottom = [true] * 4
|
289
|
-
end
|
290
|
-
|
291
|
-
# draw lines for the back edges
|
292
|
-
$app.line far_left, far_top, far_right, far_top if draw_top
|
293
|
-
$app.line far_left, far_bottom, far_right, far_bottom if draw_bottom
|
294
|
-
$app.line far_left, far_top, far_left, far_bottom if draw_left
|
295
|
-
$app.line far_right, far_top, far_right, far_bottom if draw_right
|
296
|
-
|
297
|
-
# draw lines to connect the front and back
|
298
|
-
$app.line near_left, near_top, far_left, far_top if draw_left or draw_top
|
299
|
-
$app.line near_right, near_top, far_right, far_top if draw_right or draw_top
|
300
|
-
$app.line near_left, near_bottom, far_left, far_bottom if draw_left or draw_bottom
|
301
|
-
$app.line near_right, near_bottom, far_right, far_bottom if draw_right or draw_bottom
|
302
|
-
|
303
|
-
# draw the front, filled
|
304
|
-
$app.rect near_left, near_top, near_right - near_left, near_bottom - near_top
|
305
|
-
end
|
306
|
-
|
307
|
-
def self.draw_opp_rect left, right, top, bottom, depth, angle, with_x = false
|
308
|
-
pl, pr, pt, pb = project(left, right, top, bottom, depth)
|
309
|
-
cos = Math.cos(angle)
|
310
|
-
sin = Math.sin(angle)
|
311
|
-
cx, cy = (pr + pl) / 2.0, (pb + pt) / 2.0
|
312
|
-
points = [[pl, pt], [pr, pt], [pr, pb], [pl, pb]].collect do |x, y|
|
313
|
-
[cx + (x - cx) * cos - (y - cy) * sin,
|
314
|
-
cy + (x - cx) * sin + (y - cy) * cos]
|
315
|
-
end
|
316
|
-
|
317
|
-
$app.line *(points[0] + points[1])
|
318
|
-
$app.line *(points[1] + points[2])
|
319
|
-
$app.line *(points[2] + points[3])
|
320
|
-
$app.line *(points[3] + points[0])
|
321
|
-
end
|
322
|
-
|
323
|
-
def self.draw_opp_oval left, right, top, bottom, depth
|
324
|
-
pl, pr, pt, pb = project(left, right, top, bottom, depth)
|
325
|
-
$app.oval(pl, pt, pr - pl, pb - pt)
|
326
|
-
end
|
327
|
-
|
328
|
-
def self.draw_opp_plane x1, y1, x2, y2, front, back, stroke_color
|
329
|
-
near_x1, near_x2, near_y1, near_y2 = project(x1, x2, y1, y2, front)
|
330
|
-
far_x1, far_x2, far_y1, far_y2 = project(x1, x2, y1, y2, back)
|
331
|
-
|
332
|
-
$app.stroke stroke_color
|
333
|
-
|
334
|
-
$app.line far_x1, far_y1, far_x2, far_y2
|
335
|
-
$app.line far_x1, far_y1, near_x1, near_y1
|
336
|
-
$app.line far_x2, far_y2, near_x2, near_y2
|
337
|
-
$app.line near_x1, near_y1, near_x2, near_y2
|
338
|
-
end
|
339
|
-
end
|
340
|
-
|
341
|
-
Shoes.app :width => $width, :height => $height do
|
342
|
-
$app = self
|
343
|
-
|
344
|
-
Opp.new_game
|
345
|
-
@playing = true
|
346
|
-
|
347
|
-
keypress do |key|
|
348
|
-
if @playing
|
349
|
-
if key == "1" or key == "z"
|
350
|
-
Opp.tank.set_destination
|
351
|
-
elsif key == "2" or key == "x" or key == " "
|
352
|
-
Opp.tank.fire
|
353
|
-
end
|
354
|
-
else
|
355
|
-
if key == "n"
|
356
|
-
Opp.new_game
|
357
|
-
@playing = true
|
358
|
-
end
|
359
|
-
end
|
360
|
-
end
|
361
|
-
|
362
|
-
click do |button, x, y|
|
363
|
-
if @playing
|
364
|
-
if button == 1
|
365
|
-
Opp.tank.set_destination
|
366
|
-
else
|
367
|
-
Opp.tank.fire
|
368
|
-
end
|
369
|
-
end
|
370
|
-
end
|
371
|
-
|
372
|
-
game_over_count = -1
|
373
|
-
animate(60) do
|
374
|
-
Opp.read_input if @playing
|
375
|
-
Opp.update_scene
|
376
|
-
|
377
|
-
@playing = false if Opp.tank.dead?
|
378
|
-
if !@playing
|
379
|
-
stack do
|
380
|
-
banner "Game Over", :stroke => white, :margin => 10
|
381
|
-
caption "learn to drive!", :stroke => white, :margin => 20
|
382
|
-
end
|
383
|
-
end
|
384
|
-
end
|
385
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
class Tooltip < Shoes::Widget
|
2
|
-
|
3
|
-
def initialize ()
|
4
|
-
motion { |x, y| @move_left = x; @move_top = y }
|
5
|
-
@menu1 = stack;
|
6
|
-
end
|
7
|
-
|
8
|
-
def show ( options={} )
|
9
|
-
@menu1.clear { @menu = stack height: 0 do end.hide }
|
10
|
-
offset, high, wide, text, stroke, size, font, back1, back2 = 10, options[:height], options[:width], options[:text], options[:stroke], options[:size], options[:font], options[:border] || rgb(120,42,5,0.5), options[:background] || rgb(180,150,110,0.7)
|
11
|
-
( wide.nil? || high.nil? || text.nil? ) ? ( high = 250; wide = 400; size = 10; text = "ERROR: Missing mandatory options \"width:, \"height:\" or \"text:\"\nAvailable options:\ntext: the text presented in the tooltip window\nwidth: the width of the tooltip\nheight: the height of the tooltip font: the font of the text\nstroke: the stroke of the text\nsize: the size of the text\nborder: the colour of the border of the tooltip\nbackground: the colour of the tooltip box\nExample: slot.hover { @tooltip.show text: \"tooltip comming through\", width: 200, height: 100, border: rgb(0,20,5,0.5), background: rgb(0,244,99,0.5) , font: Vivaldi , size: 10, stroke: white \} " ) : nil
|
12
|
-
@menu.style width: offset + wide, height: offset + high
|
13
|
-
menu_left, menu_top = @move_left, @move_top;
|
14
|
-
@move_left + @menu.width >= app.width + offset ? menu_left = @move_left - @menu.width : nil
|
15
|
-
@move_top + @menu.height >= app.height + offset ? menu_top = @move_top - 2*@menu.height/3 : nil
|
16
|
-
@menu.move(menu_left, menu_top)
|
17
|
-
@menu.clear do
|
18
|
-
background back1, curve: 15
|
19
|
-
background back2, curve: 15, width: @menu.width-4, height: @menu.height - 4, left: 2, top: 2
|
20
|
-
flow margin_left: offset, width: wide, height: high do
|
21
|
-
para ("#{text}"), size: size, stroke: stroke, font: font, align: "center", justify: true
|
22
|
-
end
|
23
|
-
end
|
24
|
-
start { @menu.show }
|
25
|
-
end
|
26
|
-
|
27
|
-
def hide
|
28
|
-
@menu.hide
|
29
|
-
end
|
30
|
-
end
|
31
|
-
|
32
|
-
Shoes.app do
|
33
|
-
background palegreen
|
34
|
-
para "Demonstrates how to write tool tips. Credit and thanks to @dredknight\n" \
|
35
|
-
"Move the mouse to the icons below"
|
36
|
-
@hovers = tooltip()
|
37
|
-
|
38
|
-
def set (img, options={} )
|
39
|
-
img.hover { @hovers.show options }
|
40
|
-
img.leave { @hovers.hide; }
|
41
|
-
end
|
42
|
-
set ( image "#{DIR}/static/app-icon.png", width: 50, height: 50, left: 30, top: 100 ), text: "No options"
|
43
|
-
set ( image "#{DIR}/static/app-icon.png", width: 50, height: 50, left: 120, top: 100 ), text: "Mandatory settings only", width: 200, height: 200
|
44
|
-
set ( image "#{DIR}/static/app-icon.png", width: 50, height: 50, left: 340, top: 100 ), text: "ALL SETTINGS", width: 200, height: 200, stroke: orange, size: 14, font: "Serif", border: blue, background: yellow
|
45
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
class MyApp < Shoes
|
2
|
-
url "/", :setupscreen
|
3
|
-
url "/entry", :entryscreen
|
4
|
-
url "/help", :helpscreen
|
5
|
-
|
6
|
-
def setupscreen
|
7
|
-
stack do
|
8
|
-
para "Welcome to My Demo app"
|
9
|
-
flow do
|
10
|
-
button "entry" do visit '/entry'end
|
11
|
-
button "help" do visit '/help' end
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
def entryscreen
|
17
|
-
stack do
|
18
|
-
para "Entry Screen - whats your secret?"
|
19
|
-
@the_secret = edit_line text: "I'm not telling you"
|
20
|
-
flow do
|
21
|
-
button "home" do visit '/'end
|
22
|
-
button "help" do visit '/help' end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def helpscreen
|
28
|
-
stack do
|
29
|
-
para "This page describes MyApp, a very demo for structuring a Shoes application "
|
30
|
-
flow do
|
31
|
-
button "entry" do visit '/entry'end
|
32
|
-
button "home" do visit '/' end
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
Shoes.app :width => 400, :height => 300, :margin => 5
|