MSLogo4BB2 is an include that allows the easy creation of logo graphics (also called turtle graphics) in Blitz. The include is in the zip archive mslogo4bb2.zip. It comes with complete documentation (in Amigaguide format) and several examples, demonstrating how to draw not only simple polygons, but also complex fractals like the von Koch snowflake (through the use of recursive procedures).
Archive contents
*.info files are excluded from the following list.
- MSLogo4BB2
- MSLogo.bb2 (main include)
- MSLogo.guide (Amigaguide documentation)
- MSLogoTemplate.bb2 (template for usage)
- XampleCircle.bb2 (circle example)
- XampleKochSnow.bb2 (von Koch snowflake recursive example)
- XampleOctagon.bb2 (octagon example)
- XampleSpiral.bb2 (spiral example)
- XampleSquareSpiral.bb2 (square spiral example)