Skip to content

Commit

Permalink
Update polar-shapes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kfahn22 committed Oct 8, 2024
1 parent d64ba63 commit b30569f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/POLAR-SHAPES/polar-shapes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Polar Shapes - WIP

The shape code can be found in the shapes.js file. The pickShape function adds a new Shape and then a switch statement is used to select the specific shape choosen by the user.
The shape code can be found in the shapes.js file. The [ShapeUI class](./code/L-system-playground/shape_ui.js) adds a new Shape and then uses a switch statement to select the specific shape choosen by the user.

If you would like to learn more about rendering polar coordinates and rendering polaring shapes, I highly recommend reading Daniel Shiffman's [The Nature of Code](https://natureofcode.com/) book or watching some of Daniel Shiffman's tutorial videos. You can find an app [here](https://kfahn22.github.io/shape_playground/) for experimenting with the shape parameters.
If you would like to learn more about polar coordinates and rendering polaring shapes, I highly recommend reading Daniel Shiffman's [The Nature of Code](https://natureofcode.com/) book or watching some of Daniel Shiffman's tutorial videos. You can find an app [here](https://kfahn22.github.io/shape_playground/) for experimenting with the shape parameters.

[Polar Coordinates - The Nature of Code](https://www.youtube.com/watch?v=O5wjXoFrau4k)

Expand Down

0 comments on commit b30569f

Please sign in to comment.