1142 packages — page 46

VolkmannMorphic

This is my collection of example code for using Morphic.
SqueakSource squeak

Voronoi-2d-Diagram

GUI works in MVC and Morphic both.MVC, Morphic version runs on 3.8 #6665 later. Morphic version developed Squeak 3.10.2-7179dev08.09.1 image.
SqueakMap squeak

WanderingLetters

This is wandering letters using the old non-Players (and non-multi-instance Players). Just make a new Morphic Project and file it in. Toggle wandering by clicking the top button. Responds to Stop and Go buttons so it does not have to …
SqueakMap squeak

WarGame Demo

A simple real-time strategy game demo. Originally done to demonstrate Squeak and morphic's viability for a full screen, animated game. Reworked considerably to demo for a job. Eddie Cottongim Features:custom halosmultiple selectionsalpha blending
SqueakMap squeak

WarpSketchMorph

Playing with squeak morphic, I saw WarpBlt which seems to provide exactly the functionality I need to port an old java applet I did in 1997. WarpSketchMorph is a Morphic implementation similar to my DynFlex applet. Most fun is modifying …
SqueakMap squeak

WatchIt

This adds a 'watch it' choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second. …
SqueakSource

WatchIt!

This adds a 'watch it' choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second. …
SqueakMap squeak

WhileLoopMorphicTile

This puts an icon called 'WhileLoop' in the Object Catalog (under the Widgets tab) in the Scripting category. To use the while loop, drag the icon into a morphic script and then drag the commands you want into it (in …
SqueakMap squeak

Widget-Extensions

SmalltalkHub

WidgetChoiceList

SmalltalkHub

Widgets

Adds nice looking Morphic controls, e.g., lists, dropdown lists, push buttons, check boxes. It uses the signals mechanism for callbacks.
SqueakMap squeak

WikiPhone

Simple VoIP module based on HTTP.Try:WikiPhone Web SiteWikiPhone-Client : base package for clientWikiPhone-Morphic : morphic interfaceWikiPhone-Server : serverrequired package for server;KomServicesKomHttpServerDynamicBindingsLicense: SqueakL+MIT (same as KomHttpServer)
SqueakSource squeak

WireSqueak

A Seaside GUI for controlling feature tracing
SqueakSource squeak

woden-core-roassal

Woden Core Roassal
GitHub

WorkTimer

This object implements a timer that will inform the user when they have been working for a set amount of time and tell them to take a break. After a number of cycles they will be told to take a …
SqueakSource

XMLWriter

This package provides a Seaside-like, block-based API for XML generation.
SqueakSource

YahooBOSS

Right now it just has a couple simple methods to use the spelling suggestion feature as described here: http://developer.yahoo.com/search/boss/boss_guide/Spelling_Suggest.html You need an API key to use it which you can register for here: https://developer.apps.yahoo.com/wsregapp/
SqueakSource