915 packages
— page 27
Provides a menu registry for the world project menu. For example...TheWorldMenu registerProjectCommand: {'publish change sets'.{ChangeSorter. #publishChangeSets}.'Scan through the repository of change sets and created published version in user specified target repository.'}.
SqueakMap
squeak
Installs some genie gestures on the background for easy project navigation. Requires Genie; tested in morphic projects in 3.8 and 3.9. This package loads some basic genie gestures (and helper methods), associates them with PasteUpMorph, clears the root project's eventHandler …
SqueakMap
squeak
Create morphic project views with an aspect ratio that agrees with the screen, if the preference is set. Also, another new preference controls if the drag resize should also constrain the user to the same aspect ratio. Seehttp://squeak.preeminent.orgfor picture.
SqueakMap
squeak
f new morphic projects are opened in a project view, check the Preferences to see if we should automatically apply a drop shadow. Also, changed the new creation of project morphs to be attached to the cursor and having the …
SqueakMap
squeak
GUI for making character animations
SqueakSource
A high level framework to design GUI using Ncurses FFI binding.
GitHub
MIT
A set of generic morph classes crafted to look and behave like stackable puzzle pieces with a string label. These can be used to build 'snapping blocks' based user interfaces like in 'Scratch'. To get a feel for it evaluate …
SqueakMap
squeak
This project consists of developing using patterns such as Visitor or Builder in Pharo Smalltalk a tool that reads the window design (XML or JSON) and generates the necessary code to display it with Spec2.
GitHub
pharo
GPL-3.0
RayCaster-Kernel: TheRay2DandRay3Dobjects that make the magic happen. Take a look atRayProcessorObjectfor writing if-free conditional code.RayCaster-LampDemo: 2D occlusion and lighting demo.RayCaster-Core: Rendering engine for pseudo-3D and real 3D, based on BitBlt andFloatColor.RayCaster-MorphicDungeon: An example virtual reality for theCorepackage.MembersCreator:Lauren PullenAdmin:Lauren PullenTagsmultimediaLicenseCode commited …
SqueakSource
squeak
This repository contains the AST and Refactoring Engine by Don Roberts and John Brant, as well as several extensions by Lukas Renggli.Note, this repository only contains model code. The packages here do not and are not supposed to provide a …
SqueakSource
AJAX/Javascript framework for seaside. Documentation, tutorials, etc. can be found at:Home PageTo load Reef:Gofer it squeaksource: 'Reef'; package: 'ConfigurationOfReef'; load. "Use this if you already have Seaside30 and JQueryWidgetBox installed" ((Smalltalk at: #ConfigurationOfReef) project version: #bleedingEdge) load. "This loads everything, …
SqueakSource
squeak
The Refactoring Browser is a variant on the class browser which automates common operations that people do (change the name of a variable) to modify the design of code (extract a portion of a longish method into it's own method) …
SqueakMap
squeak
This package is extensively documented, and comes with a large test suite. From the comments in the package: Regular expressions are a language for specifying text to ease the searching and manipulation of text. A complete discussion of regular expressions …
SqueakMap
squeak
A tile for etoys scripting that gives the same functionality as the Smalltalk timesRepeat: selector.
SqueakMap
squeak
RDF is an essential part of the new web technologies and a fundamental layer of the semantic web and of the Web 2.0 . Smalltalk, notably thanks to Seaside, has proven its usability in the new web technologies area. The …
SqueakSource
squeak
Giving data visualization a new meaning.Gofer new squeaksource: 'Roassal'; package: 'ConfigurationOfRoassal'; load. (Smalltalk at: #ConfigurationOfRoassal) project lastVersion load.
SqueakSource
squeak
Proposals and thought related to Object Profile and/or Roassal2
GitHub
MIT