Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 968 Bytes

snap-tools

Snap!-tools is a collection of custom blocks and extensions built for the Snap! programming language. Most of these rely on the reportJSFunction block which allows native JS to be executed within Snap!.

Usage

The easiest way to use these blocks is to download the repo and then use the "Import" menu within Snap!.

Tools

Simple Text Labels

See text-stamping.xml for this block. This allows native text stamping on the stage. It uses a monospace font and will use the current pen color and stamp text at the same angle as the sprite. If the pen is down, the text appears underlined.

![text-example][https://cloud.githubusercontent.com/assets/1505907/3423921/a02170cc-ffb2-11e3-9d27-0bd111a033d5.png]

Python Codification

There's a very good python codification project, here