Instructional Video11:52
Crash Course

Realism Gets Even More Real: Crash Course Theater #32

12th - Higher Ed
In the late 19th and early 20th centuries, theater was evolving rapidly in Europe. Impresarios like Georg II, Duke of the Duchy of Saxe Meinengen (in what is now Germany), were pushing theater troupes to new heights of realism. New...
Instructional Video7:54
Crash Course

Designing the World of Film: Crash Course Film Production

12th - Higher Ed
Literally, ‘mise-en-scene’ means “placing on stage.” But in film, mise-en-scene encompasses everything the camera is capturing. The artists and crafts-people who work in Production Design, Wardrobe, and Hair and Makeup are responsible...
Instructional Video10:01
Crash Course

Peripheral Nervous System: Crash Course A&P

12th - Higher Ed
It is now time to meet the system that helps your crazy brain stay in touch with the outside world. We follow up last week's tour of the central nervous system with a look at your peripheral nervous system, its afferent and efferent...
Instructional Video7:17
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Props in React.JS

Higher Ed
In this video, we will dive deeper into the concept of components in React.JS, create reusable and modular components that encapsulate specific functionality and can be composed together to build complex user interfaces, the different...
Instructional Video9:32
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Finishing Our Table and Chairs

Higher Ed
In this lesson, you will see your table and chairs come to life as we finish the 3D modelling and prop creation process.
Instructional Video11:04
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Asset Collections with Physics

Higher Ed
In this lesson, we are going to continue working with a blueprint setup for our asset collections. This time, you will also learn how to add physics to your smaller props for the blueprint actors.
Instructional Video13:12
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Blueprints with Decals

Higher Ed
In this lesson, we will make use of the blueprint functionality and set ourselves up with asset and decal combinations that will help our assets blend better within a scene.
Instructional Video11:41
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Populating the Treasure Chest

Higher Ed
In this lesson, we will be populating the treasure chest with treasure!
Instructional Video10:38
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Starting the Rope Geometry Node

Higher Ed
This lesson will focus on creating more complex geometry nodes. We will start by creating a geometry node for rope.
Instructional Video6:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017

Higher Ed
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
Instructional Video9:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016

Higher Ed
After understanding components, we will now understand the various components in use. We will also create different components and understand what fragments and component trees are.
Instructional Video4:26
Curated Video

The Complete Vue.js Course for Beginners - Data Child to Parent

Higher Ed
In this video, we will talk about how we can pass data from a child component to a parent component. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
Instructional Video4:14
Curated Video

The Complete Vue.js Course for Beginners - Props

Higher Ed
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Instructional Video6:31
Curated Video

The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js

Higher Ed
In this video, we will create a child component and we will also discuss how we can pass data in between child components. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
Instructional Video3:54
Curated Video

The Complete Vue.js Course for Beginners - Props and Non-Props Data

Higher Ed
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits. This clip is from the chapter "Advanced Concepts" of the series "The...
Instructional Video4:48
Curated Video

Act It Out, Liven It Up: The Play

K - 8th
Mr. Griot explains the characteristics of a play and describes the parts necessary to create a play. He also shares an example of a play.
Instructional Video5:25
Great Big Story

This Prop Master_s Work Is Hidden in Plain Sight

12th - Higher Ed
Discover the world of paper prop creation for the big screen and small screen. Meet the artist behind the scenes.
Instructional Video4:03
Curated Video

Spectacle in a Play

K - 8th
A video entitled "Spectacle in a Play" which examines visual and audio spectacle in a play, using William Shakespeare's The Tempest as an example.
Instructional Video8:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 3

Higher Ed
Here, we will continue with the validation of information in the forms; we will also be looking at providing feedback to the user based on the information validation process with visuals.
Instructional Video10:56
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories

Higher Ed
In this video, you will learn about rendering, the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model using a computer program of the various categories of elements.
Instructional Video7:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Props - Destructing - React Children

Higher Ed
We will take a second look at the props or properties learned in the previous project and take lessons to the next level. We will define the properties of the circles of this game project.
Instructional Video4:36
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions

Higher Ed
After learning how to use callback functions in the previous lesson, we will now use the callback functions we created in the parent component of our code and pass them on to the instances of the child component.
Instructional Video5:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React

Higher Ed
After learning how to build the visuals of our basic calculator, we will now create events using the () function to define tasks to the buttons created in the visual and use callback functions.
Instructional Video11:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals

Higher Ed
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.