1142 packages
— page 46
This is my collection of example code for using Morphic.
SqueakSource
squeak
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
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
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
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
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
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
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
Adds nice looking Morphic controls, e.g., lists, dropdown lists, push buttons, check boxes. It uses the signals mechanism for callbacks.
SqueakMap
squeak
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
A Seaside GUI for controlling feature tracing
SqueakSource
squeak
Woden Core Roassal
GitHub
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
This package provides a Seaside-like, block-based API for XML generation.
SqueakSource
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