Learn Go with side-by-side examples of Python (and Zig!).
To view the main document head on over to tagalong/tagalong.md
The version with Zig is not included in the repo but can be generated by running:
cd tagalong
go run .
# tagalong_w_zig.md generatedGenerative art program examples are provided separate to the tagalong document in tagalong.
These can be identified as standalone go programs with their identifying folder number being 900+.
Linked below are worthy examples:
-
Mandelbrot:
go run ./tagalong/901-mandelbrot/ -
Shirthues:
go run ./tagalong/908-shirthues/ -
Seascape:
go run ./tagalong/950-seascape/(may take a long time to render)
