pxt-calliope/docs/live-coding.md
Amerlander 918af4f3ac
Bump V3.0.22 (#110)
* change simulator svg

* change radio image

* Remove google fonts cdn

* change color of 'advanced' button

* font fix

* font fix 2

* display fix

* change fullsceen simulator bg

* Continuous servo

* handle continuous state

* adding shims

* update rendering for continuous servos

* fixing sim

* fix sig

* typo

* fix sim

* bump pxt

* bump pxt

* rerun travis

* Input blocks revision

- add Button and Pin event types
- merge onPinPressed & onPinReleased in new onPinEvent function
- create new onButtonEvent function

* update input blocks in docs and tests

* remove device_pin_release block

* Hide DAL.x behind Enum

* bring back deprecated blocks, but hide them

* shims and locales files

* fix input.input. typing

* remove buildpr

* bump V3

* update simulator aspect ratio

* add Loudness Block

* revoke loudness block

* Adds soundLevel

To be replaced by pxt-common-packages when DAL is updated.

* Remove P0 & P3 from AnalogPin

Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-08 02:04:25 -07:00

64 lines
1.8 KiB
Markdown

# Live coding sessions
Here are some videos of live tutorial sessions with the @boardname@!
## Fun stuff
```codecard
[
{
"name": "Daily Coding Lessons!",
"description": "Subscribe to our mixer.com stream. Live coding Monday through Friday at 9AM PST / Noon EST / 4PM GMT",
"url": "https://mixer.com/MakeCode",
"imageUrl": "/static/live-coding/live.png"
},
{
"name": "Flashing Heart",
"description": "Demonstrating the Flashing Heart tutorial, live.",
"youTubeId": "NvEOKZ8wh9s",
"imageUrl": "/static/live-coding/showleds.jpg"
},
{
"name": "Name Tag",
"description": "A live illustration of the Name tag tutorial",
"youTubeId": "xpRI5jjQ31E",
"imageUrl": "/static/live-coding/showstring.jpg"
},
{
"name": "Smiley Button",
"description": "Step by step live coding of the Smiley Button tutorial.",
"youTubeId": "BgDxz3M7JIM"
},
{
"name": "Dice",
"description": "Step by step live coding of the Dice tutorial.",
"youTubeId": "OmrmjtOm_sQ"
},
{
"name": "Love Meter",
"description": "Steps by step live coding of the Love Meter tutorial",
"youTubeId": "1IYsy0_9n8g"
},
{
"name": "Micro Chat",
"description": "Steps by step live coding of the Micro Chat tutorial",
"youTubeId": "5XqsGROG2fI"
},
{
"name": "Rock Paper Scissor",
"description": "Steps by step live coding of the Rock Paper Scissor tutorial",
"youTubeId": "94lLBB3b1kU"
},
{
"name": "Playlist",
"description": "See all the previous live stream sessions",
"url": "https://www.youtube.com/watch?v=NvEOKZ8wh9s&list=PLMMBk9hE-SepocOwueEtTDyOPI_TBE9yC",
"imageUrl": "/static/live-coding/playlist.png"
}
]
```
## See Also
[YouTube Playlist](https://www.youtube.com/watch?v=NvEOKZ8wh9s&list=PLMMBk9hE-SepocOwueEtTDyOPI_TBE9yC)