Cornrow Curves Programming Tutorials
Learn how to create designs using the programming software
 
Cornrow
Curves
Go to the Tutorial 
By the end of the tutorial, you will know how to:
- Set up a new program
- Stamp costumes to the stage
- Rotate a plait
- Move a plait to any location/direction
- Scale the size of a plait
- Create multiple plaits
- Change the color of a plait
Advanced Cultural Coding Tutorials
Learn the basics of coding with these helpful tutorials!
 
Curves: Parameters
Lot's of designs are based around radial cornrows, so let's try that with this cool one.
Go to the Tutorial 
Loops:
Rays
In this tutorial, you'll learn how to use loops to make large complex designs easily.
Go to the Tutorial 
Functions: ZigZag
Many braiders treat a pattern that is repeated as its own method or function. For example, the often seen, square zigzag pattern in cornrows can be seen as one function (a square) repeated over and over again. This makes design simpler. Let's try it
Go to the Tutorial 
Variables: User Control
Enabling someone to control their hairstyle can be tough, but rewarding.
Go to the Tutorial 
Conditionals: Alternation
Cornrows often alternate. You can do that too with conditionals and modulus.
Go to the Tutorial