clojurebridge-berlin / study-group-curriculum

The home of the Clojure Berlin study group
3 stars 1 forks source link

[Curriculum] Week 1 - Drawing Shapes #2

Closed vsmart closed 7 years ago

vsmart commented 7 years ago

Learning Goal

The topic of week 1 is drawing non-moving shapes with quil: circles, shapes, different colors. A good example of this is the coloured squares example that @lislis proposed here: https://github.com/clojurebridge-berlin/organization/issues/118#issuecomment-254947958

Todo in preparation

Robsteranium commented 7 years ago

Bonus idea - perhaps look at writing functions that create shapes? This could use the polygon shape (I presume that exists!) or compounds, e.g. combine a few circles to make a face!