Skip to content

wwj718/DotPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DotPack

A dotPack simulator for Squeak.

Install

  • drap DotPack.st into current world (Squeak screen) and choose fileIn entire file.

Usage

|pack|
pack := DotPack new.
pack stopStepping.
"clear"
pack clear.

"hello world"
pack x:1 y:1 color: Color red.

"set background color"
pack backgroundColor: Color blue.
"use Inspector to explore it!"
pack inspect.

"run Snow Crash for 2 seconds"
[	pack startStepping.
 	2 seconds wait.
	pack stopStepping.] fork.

work with dotPack device

ref: Squeak 与 MicroBlocks 互操作

About

A dotPack simulator for Squeak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published