Tinkercad Codeblocks: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Introduction == == Example == The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized file:tower generator...") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Tinkercad Codeblocks is a visual programming environment for [[computational making]]. It is part of Tinkercad, {{quotation|a free online collection of software tools that help people all over the world think, create and make.}} ([https://www.tinkercad.com/learn/codeblocks Learn Codeblocks], Feb 2020). | |||
According to the official [https://www.tinkercad.com/learn/codeblocks Learn Codeblocks] page, it's as easy as drag and drop blocks together to make shapes, re-order blocks to refine your design and run the code and watch your creation come to life. | |||
{{stub}} | |||
== Example == | == Example == | ||
Line 5: | Line 12: | ||
The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized | The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized | ||
[[file:tower generator (simple).png|none| | [[file:tower generator (simple).png|none|thumb|800px|Tinkercad Codeblocks example]] | ||
Public Source code: https://www.tinkercad.com/codeblocks/4peL74rSVTV | |||
== Links == | == Links == |
Latest revision as of 20:06, 5 February 2020
Introduction
Tinkercad Codeblocks is a visual programming environment for computational making. It is part of Tinkercad, “a free online collection of software tools that help people all over the world think, create and make.” (Learn Codeblocks, Feb 2020).
According to the official Learn Codeblocks page, it's as easy as drag and drop blocks together to make shapes, re-order blocks to refine your design and run the code and watch your creation come to life.
Example
The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized
Public Source code: https://www.tinkercad.com/codeblocks/4peL74rSVTV
Links
- TinkCad Codeblocks Online programming environment (registration required)