1142 packages
— page 36
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
I implement a ray casting engine. I can be used for 2D lighting effects and line of sight testing. I can also be used to render pseudo-3D scenes, either natively in morphic with solid colors or with the help of …
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
a walk around to support Spec2 with Roassal 2 as Roassal 3 lack documentation and examples are not working
GitHub
Roassal3 is a port of Tom Beckman's work on github https://github.com/tom95/Roassal3 Which is a branch of pharo's Roassal3 https://github.com/ObjectProfile/Roassal3 Which appears to be an extension of the work of Alexandre BergelJuan Pablo Sandoval A., Vanessa Pena, Alexandre Bergel and Tudor …
SqueakSource
pharo