You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
# Notes from Online Streaming School
|
|
|
|
I'm going to start doing an hour of teaching Programming and _Drawing_, live every day, to help me test out my material with
|
|
people. This repository is all of the code we cover and the drawings we attempt. You can come join
|
|
the lessons every day at 10PM EST on Twitch at https://twitch.tv/zedashaw where I go through the
|
|
code and teach people how to draw.
|
|
|
|
## How to Use the Code
|
|
|
|
You type it in and get it to work. That's all I have for now, more instructions to come.
|
|
|
|
## How to Use the Drawings
|
|
|
|
You load them up on your computer and try to draw them. That's all I have for now, more
|
|
instructions to come.
|
|
|
|
## Why Drawing and Programming
|
|
|
|
I'm learning to make games, and probably the _MOST_ powerful thing I learned is how to draw and
|
|
paint. It's quite literally an amazing super power in the world of game development. Drawing is
|
|
also something everyone can learn since it only requires practice and doesn't rely on your ability
|
|
to see color (although that is also trainable).
|
|
|
|
So, if you're a programmer who wants to make games, then learning to draw will _VASTLY_ improve your
|
|
ability to make what you want.
|
|
|