├── 00_IntroToC#.gh ├── 01_Variables.gh ├── 02_ArraysAndLists.gh ├── 03_ControlFlowStructures.gh ├── 04_Functions.gh ├── 05_TrigonometricFunctions.gh ├── 06_GradientDescent_Curves.gh ├── 07_L-systems.gh ├── 08_Classes.gh ├── 09_GradientDescent_Surfaces.gh ├── README.md └── Screenshots ├── 07_L-System_001.jpg ├── 07_L-System_002.jpg ├── 09_GradientDescentSurface_001.jpg └── 09_GradientDescentSurface_002.jpg /00_IntroToC#.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/00_IntroToC#.gh -------------------------------------------------------------------------------- /01_Variables.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/01_Variables.gh -------------------------------------------------------------------------------- /02_ArraysAndLists.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/02_ArraysAndLists.gh -------------------------------------------------------------------------------- /03_ControlFlowStructures.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/03_ControlFlowStructures.gh -------------------------------------------------------------------------------- /04_Functions.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/04_Functions.gh -------------------------------------------------------------------------------- /05_TrigonometricFunctions.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/05_TrigonometricFunctions.gh -------------------------------------------------------------------------------- /06_GradientDescent_Curves.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/06_GradientDescent_Curves.gh -------------------------------------------------------------------------------- /07_L-systems.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/07_L-systems.gh -------------------------------------------------------------------------------- /08_Classes.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/08_Classes.gh -------------------------------------------------------------------------------- /09_GradientDescent_Surfaces.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/09_GradientDescent_Surfaces.gh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/07_L-System_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/Screenshots/07_L-System_001.jpg -------------------------------------------------------------------------------- /Screenshots/07_L-System_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/Screenshots/07_L-System_002.jpg -------------------------------------------------------------------------------- /Screenshots/09_GradientDescentSurface_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/Screenshots/09_GradientDescentSurface_001.jpg -------------------------------------------------------------------------------- /Screenshots/09_GradientDescentSurface_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommasocasucci/IntroToCSharp/HEAD/Screenshots/09_GradientDescentSurface_002.jpg --------------------------------------------------------------------------------